summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/config/orgmode.fnl6
1 files 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))