calfw capture: plain timestamp instead of SCHEDULED (org-caldav sync)

This commit is contained in:
2026-02-25 15:39:40 +01:00
parent 4f8fd20b0e
commit 82bb1658ef

View File

@@ -321,7 +321,7 @@
("c" "Calendar event" entry ("c" "Calendar event" entry
(file ,(ms/org-file "calendar_outbox.org")) (file ,(ms/org-file "calendar_outbox.org"))
"* %?\nSCHEDULED: %(calfw-org-capture-day)\n" "* %?\n%(calfw-org-capture-day)\n"
:empty-lines 1)))) :empty-lines 1))))
@@ -1596,7 +1596,7 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular."
(setq calfw-org-capture-template (setq calfw-org-capture-template
'("c" "Calendar event" entry '("c" "Calendar event" entry
(file "~/org/calendar_outbox.org") (file "~/org/calendar_outbox.org")
"* %?\nSCHEDULED: %(calfw-org-capture-day)\n")) "* %?\n%(calfw-org-capture-day)\n"))
;; Evil normal state for calfw (SPC = Doom leader works) ;; Evil normal state for calfw (SPC = Doom leader works)
(evil-set-initial-state 'calfw-calendar-mode 'normal) (evil-set-initial-state 'calfw-calendar-mode 'normal)