1 files changed, 1 insertions, 1 deletions
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)
|