From: rearman Date: Fri, 6 Mar 2026 20:06:24 +0000 (-0500) Subject: Shorten as needed X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=9eeece481e8143fb2a196e6dfd802216ece47fbd;p=emacsinit.git Shorten as needed --- diff --git a/re/re-org.el b/re/re-org.el index de27041..04448f1 100644 --- a/re/re-org.el +++ b/re/re-org.el @@ -118,19 +118,19 @@ (setq org-capture-templates '(("i" "Inbox" entry (file "inbox.org") - "* %^{Brief Description}\nAdded: %U\n%?" + "* %^{Description}\nAdded: %U\n%?" :empty-lines-after 1) ("n" "Next Item" entry (file "next.org") - "* TODO %^{Brief Description} %^{tags}G\nAdded: %U\n%?" + "* TODO %^{Description} %^{tags}G\nAdded: %U\n%?" :empty-lines-after 1) ("u" "Undertake" entry (file "undertakings.org") - "* UNDERTAKEN %^{Brief Description}\nAdded: %U\n%?" + "* UNDERTAKEN %^{Description}\nAdded: %U\n%?" :empty-lines-after 1) ("m" "Meeting" entry (file "agenda.org") - "* %^{Brief Description}\n%^{Scheduled:}T\n%?" + "* %^{Description}\n%^{Scheduled:}T\n%?" :empty-lines-after 1))) (setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id