Fix Org capture templates for Read and Response
The Read capture template did not properly ask for the topic and did not have a placement indicator for the cursor, fixed that. The Response capture template now has a “Reply ” action word to indicate the proper action, and also has a placement indicator in it. This way, it should be easier to use these capture templates.master
parent
6c4daa1cf5
commit
a269047a0d
8
init.el
8
init.el
|
@ -1168,15 +1168,15 @@
|
|||
("r" "respond"
|
||||
entry
|
||||
(file db/org-default-refile-file)
|
||||
,(concat "* TODO [#B] E-Mail: %:subject (%:from) :EMAIL:\n"
|
||||
,(concat "* TODO [#B] Reply %:subject (%:from) :EMAIL:\n"
|
||||
":PROPERTIES:\n:CREATED: %U\n:END:\n"
|
||||
"\n%a"))
|
||||
"\n%a\n%?"))
|
||||
("R" "read"
|
||||
entry
|
||||
(file db/org-default-refile-file)
|
||||
,(concat "* READ [#B] %:subject :READ:\n"
|
||||
,(concat "* READ [#B] %^{Topic} :READ:\n"
|
||||
":PROPERTIES:\n:CREATED: %U\n:END:\n"
|
||||
"\n%a"))
|
||||
"\n%a\n%?"))
|
||||
("U" "Read current content of clipboard"
|
||||
entry
|
||||
(file db/org-default-refile-file)
|
||||
|
|
Loading…
Reference in New Issue