From b22f5715b951a62673890bdb98da3413cd0656c6 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 21 Jul 2022 00:39:29 +0200 Subject: Update the org templates --- fnl/config/orgmode.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fnl/config/orgmode.fnl b/fnl/config/orgmode.fnl index 96cd2e0..25501af 100644 --- a/fnl/config/orgmode.fnl +++ b/fnl/config/orgmode.fnl @@ -6,10 +6,10 @@ (def- templates {:t {:description :Task - :template "* TODO %?\n %u\n DEADLINE: %T\n :TAGS:"} + :template "* TODO %?\n %u\n DEADLINE: %T\n"} :m {:description :Meeting - :template "* MEETING %? :MEETING: :LOGBOOK: CLOCK: %U :END:"} - :n {:description :Note :template "* NOTE %? :NOTE:\n %u\n :TAGS:"}}) + :template "* Meeting %?"} + :n {:description :Note :template "* NOTE %? :NOTE:\n %u\n"}}) (defn- create-title [task] (string.format "%s (%s)" task.category task.humanized_duration)) -- cgit v1.2.3-70-g09d2