[Org] Capture template for plain bookmarks

This commit is contained in:
Daniel - 2018-07-08 13:13:28 +02:00
parent 000397e932
commit c6d05cea7b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 5 additions and 6 deletions

View File

@ -663,13 +663,12 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
entry
(file+datetree db/org-default-pensieve-file)
"* Weekly Review\n\n%?")
("a" "Abkürzung"
("b" "Bookmark"
entry
(file+olp db/org-default-notes-file "Abkürzungen")
,(concat "* %^{Abkürzung}\n"
":PROPERTIES:\n"
":FULL_NAME: %^{Full Name}\n"
":END:\n\n"))))
(file+headline db/org-default-notes-file "Bookmarks")
,(concat "* [[%^{Link}][%^{Caption}]]\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n\n")
:immediate-finish t)))
(defun db/org-timestamp-difference (stamp-1 stamp-2)
"Returns time difference between two given org-mode timestamps."