Update capture templates for org

This commit is contained in:
Marcus Kammer 2022-12-08 20:16:03 +01:00
parent f8e772a657
commit 8da1d00f1e
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -94,7 +94,7 @@
;; Log my activities ;; Log my activities
(add-to-list 'org-capture-templates '("j" "Journal" entry (file+olp+datetree "journal.org" "Journal") "* %^{Activity}\nEntered on %T\n%?" :tree-type week :empty-lines-after 1)) (add-to-list 'org-capture-templates '("j" "Journal" entry (file+olp+datetree "journal.org" "Journal") "* %^{Activity}\nEntered on %T\n%?" :tree-type week :empty-lines-after 1))
;; Log my activities ;; Log my activities
(add-to-list 'org-capture-templates '("l" "Log" entry (file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:")) (add-to-list 'org-capture-templates '("l" "Log" entry (file+olp+datetree "journal.org" "Logbook") "* %U - %^{Activity} :LOG:\n%?" :empty-lines-after 1))
;; Log my growth talks ;; Log my growth talks
(add-to-list 'org-capture-templates '("g" "Growth Talk" entry (file+olp+datetree "growthtalk.org" "Talks") "* %U - %^{Activity} :TALK:")) (add-to-list 'org-capture-templates '("g" "Growth Talk" entry (file+olp+datetree "growthtalk.org" "Talks") "* %U - %^{Activity} :TALK:"))
;; Record general hours ;; Record general hours