diff options
author | Franck Cuny <franck@fcuny.net> | 2024-11-13 19:50:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-11-13 19:50:06 -0800 |
commit | f8f5796b3b001d9a8925700ec969a89c06786fd3 (patch) | |
tree | 08c21c24cf7dc4d1e9d743bfa39a560d61cd424c /config/init-notes.el | |
parent | a few more tweaks (diff) | |
download | emacs.d-f8f5796b3b001d9a8925700ec969a89c06786fd3.tar.gz |
Diffstat (limited to '')
-rw-r--r-- | config/init-notes.el | 2 |
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) |