From 82bb1658ef62b927be7a4b9e936215b8d3a60e04 Mon Sep 17 00:00:00 2001 From: Daneel Date: Wed, 25 Feb 2026 15:39:40 +0100 Subject: [PATCH] calfw capture: plain timestamp instead of SCHEDULED (org-caldav sync) --- config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.el b/config.el index e0d7c76..d771395 100644 --- a/config.el +++ b/config.el @@ -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)