[Org] Update capture templates

This commit is contained in:
Daniel - 2017-08-14 20:36:18 +02:00
parent 1cff76f65c
commit fce3b088a8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 6 deletions

View File

@ -593,8 +593,7 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
("d" "Date"
entry
(file db/org-default-refile-file)
"* GOTO %^{What} :DATE:\n%^{When}t\n%a"
:immediate-finish t)
"* GOTO %^{What} :DATE:\n%^{When}t\n%a")
("i" "Interruptions")
("in" "Interruption now"
entry
@ -627,15 +626,13 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
,(concat "* READ %:subject :READ:\n"
;; "DEADLINE: <%(org-read-date nil nil \"+1m\")>\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%a")
:immediate-finish t)
"\n%a"))
("U" "Read current content of clipboard"
entry
(file db/org-default-refile-file)
,(concat "* READ %^{Description} :READ:\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%(current-kill 0)")
:immediate-finish t)
"\n%(current-kill 0)"))
("m" "Meeting"
entry
(file db/org-default-refile-file)