summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-08-08 00:32:28 +0000
committernoa@gaiwan.org2024-08-08 00:32:28 +0000
commite16930d3a618aee7cadb0efa7e9801fe3b0fbf76 (patch)
treec084dda1b7ee93bde3227face300e7500208632d
parent08f452a2fb09f4c2ed5ba826b5d8f70a536b19df (diff)
Replace org capture datetree with flat headings
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org
index e1e27d4..e6d88ea 100644
--- a/config.org
+++ b/config.org
@@ -586,7 +586,7 @@ If we enable this, emphasis markers will be hidden for a more word processor fee
   (setopt org-agenda-files '("~/data/notes/notes.org"))
   (setopt org-capture-bookmark nil)
   (setopt org-capture-templates
-	  '(("j" "Journal" entry (file+olp+datetree "~/data/notes/notes.org") "* %?\n" :empty-lines 1)
+	  '(("j" "Journal" entry (file "~/data/notes/notes.org") "* %<%Y-%m-%d> %?\n" :empty-lines 1)
 
 	    ("l" "Website" entry (file+olp+datetree "~/data/notes/notes.org") "* %a\n%?\n" :empty-lines 1)
      ("b" "BibTeX note" entry (file+olp+datetree "~/data/notes/notes.org") (function ebib-notes-create-org-template))