From 1fe816e59f922f9c81dfbb902469f9bda9ded4df Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Oct 2025 00:23:29 -0500 Subject: fix: org-capture: appt replaces event, selections auto-finish - moving away from two org files to manage events in favor of simply using gcal integration with org-gcal. disabled capture template for schedule-file. - text with selection should auto-finish at capture --- modules/org-capture-config.el | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/org-capture-config.el b/modules/org-capture-config.el index c9ee89a0..b9ee84c5 100644 --- a/modules/org-capture-config.el +++ b/modules/org-capture-config.el @@ -94,12 +94,13 @@ Intended to be called within an org capture template." "* %?\n:PROPERTIES:\n:calendar-id:craigmartinjennings@gmail.com\n:END:\n:org-gcal:\n%^T--%^T\n:END:\n\n" :jump-to-captured t) - ("e" "Event" entry (file+headline schedule-file "Scheduled Events") - "* %?%:description -SCHEDULED: %^t%(cj/org-capture-event-content) -Captured On: %U" - :prepend t - :prepare-finalize cj/org-capture-format-event-headline) +;; trialing the use gcal appointments instead of local events +;; ("e" "Event" entry (file+headline schedule-file "Scheduled Events") +;; "* %?%:description +;; SCHEDULED: %^t%(cj/org-capture-event-content) +;; Captured On: %U" +;; :prepend t +;; :prepare-finalize cj/org-capture-format-event-headline) ("E" "Epub Text" entry (file+headline inbox-file "Inbox") "* %? @@ -118,7 +119,7 @@ Captured On: %U" :prepend t) "* %?%:description #+BEGIN_QUOTE\n%i\n#+END_QUOTE [[%:link][%:description]] -Captured On: %U\n" :prepend t) +Captured On: %U\n" :prepend t :immediate-finish t) ("L" "Link" entry (file+headline inbox-file "Inbox") "* %?%:description -- cgit v1.2.3