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