From 61403d8479de56ee6272a10356e29b2941f50521 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Tue, 22 Oct 2024 07:45:22 +0800 Subject: [PATCH] File fleeting notes as entries instead of list item. --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 256c9b4..0d4559a 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -115,7 +115,7 @@ vc-follow-symlinks t (org-capture-bookmark nil) ;; Capture templates (org-capture-templates - '(("f" "Fleeting note" item + '(("f" "Fleeting note" entry (file+headline org-default-notes-file "Notes") "* %?\nEntered on %U\n %i\n %a") ("b" "Tax receipt" item -- 2.39.5