[Org] Clean up capture templates

This commit is contained in:
Daniel - 2019-08-22 19:20:14 +02:00
parent a760b8042f
commit 6f1a27e954
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 18 deletions

19
init.el
View File

@ -1077,21 +1077,11 @@ search commands like `db/helm-shortcuts."
entry
(file db/org-default-refile-file)
"* GOTO %^{What} :DATE:\n%^{When}t\n%a%?")
("i" "Interruptions")
("in" "Interruption now"
("i" "Interruptions"
entry
(file db/org-default-refile-file)
"* DONE %^{What}\nCLOSED: %U\n\n%?"
:clock-in t :clock-resume t)
("ip" "Interruption previously" ; bad English vs mnemonics
entry
(file db/org-default-refile-file)
,(concat "* DONE %^{What}\n"
"CLOSED: %U\n"
":LOGBOOK:\n"
"%(timeline-tools-clockline-no-org-agenda-conflicts)\n" ; evaluated before above prompt?
":END:\n"
"%?"))
("j" "journal entry"
plain
(file+datetree db/org-default-pensieve-file)
@ -1124,13 +1114,6 @@ search commands like `db/helm-shortcuts."
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?")
:clock-in t :clock-resume t)
("p" "Phone call"
entry
(file db/org-default-refile-file)
,(concat "* PHONE %^{Calling} :PHONE:\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?")
:clock-in t :clock-resume t)
("w" "Weekly Summary"
entry
(file+datetree db/org-default-pensieve-file)