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.
This commit is contained in:
Daniel - 2021-05-16 08:35:04 +02:00
parent 6c4daa1cf5
commit a269047a0d
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 4 deletions

View File

@ -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)