summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-11-13 19:50:06 -0800
committerFranck Cuny <franck@fcuny.net>2024-11-13 19:50:06 -0800
commitf8f5796b3b001d9a8925700ec969a89c06786fd3 (patch)
tree08c21c24cf7dc4d1e9d743bfa39a560d61cd424c
parenta few more tweaks (diff)
downloademacs.d-f8f5796b3b001d9a8925700ec969a89c06786fd3.tar.gz
fix org-capture-template HEAD main
-rw-r--r--config/init-notes.el2
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)