From f05711f5bf090561675cf81b5daead15b1d47e08 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 19 Feb 2019 10:52:12 +0100 Subject: [PATCH] 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 --- configuration.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 1c91034..5a5a97a 100644 --- a/configuration.org +++ b/configuration.org @@ -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)