Update capture templates

* The indentation of the Blog and GT2 note templates are now better
* The GT2 note template now includes the currently stored link
This commit is contained in:
Gergely Polonkai 2019-02-19 10:52:12 +01:00
parent 9a92b7b061
commit f05711f5bf
1 changed files with 2 additions and 2 deletions

View File

@ -2666,11 +2666,11 @@ This is a big one; I use a lot of customisation here.
(add-to-list 'org-capture-templates
'("p" "Blog post" entry
(file+olp+datetree (lambda () (concat org-directory "blog.org")))
"* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
"* %^{Title} :blog:\n:PROPERTIES:\n:CREATED: %T\n:END:\n\n%i%?"))
(add-to-list 'org-capture-templates
'("g" "GT2 note" entry
(file+headline (lambda () (concat org-directory "gt2-notes.org")) "Captures")
"** %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %i%?"))
"** %^{Title}\n:PROPERTIES:\n:CREATED: %T\n:END:\n\n%a\n\n%i%?"))
(add-to-list 'org-capture-templates
'("c" "Item to current Clocked Task" item
(clock)