calfw capture: plain timestamp instead of SCHEDULED (org-caldav sync)
This commit is contained in:
@@ -321,7 +321,7 @@
|
||||
|
||||
("c" "Calendar event" entry
|
||||
(file ,(ms/org-file "calendar_outbox.org"))
|
||||
"* %?\nSCHEDULED: %(calfw-org-capture-day)\n"
|
||||
"* %?\n%(calfw-org-capture-day)\n"
|
||||
:empty-lines 1))))
|
||||
|
||||
|
||||
@@ -1596,7 +1596,7 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular."
|
||||
(setq calfw-org-capture-template
|
||||
'("c" "Calendar event" entry
|
||||
(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-set-initial-state 'calfw-calendar-mode 'normal)
|
||||
|
||||
Reference in New Issue
Block a user