From f8f5796b3b001d9a8925700ec969a89c06786fd3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 13 Nov 2024 19:50:06 -0800 Subject: fix org-capture-template --- config/init-notes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/init-notes.el') diff --git a/config/init-notes.el b/config/init-notes.el index 52b6d00..dc3d9af 100644 --- a/config/init-notes.el +++ b/config/init-notes.el @@ -83,7 +83,7 @@ ("C-c c" . org-capture) :config (setq org-capture-templates - `(("n" "Note" entry (file "notes.org" "references") + `(("n" "Note" entry (file+headline "notes.org" "references") "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :prepend t) ("j" "Journal" entry (file+olp+datetree "notes.org" "journal") "* %U %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :prepend t :tree-type month) -- cgit 1.4.1