Update capture templates for org
This commit is contained in:
parent
f8e772a657
commit
8da1d00f1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue