From 783ff247dfdfbe4a1b3f0379ce4f2b2604519b7e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 11 Feb 2020 08:29:18 -0800 Subject: org: don't narrow when capturing a journal entry. --- emacs.d/custom/fcuny-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs.d/custom/fcuny-org.el') diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index 108fb86..95c26dd 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -241,7 +241,7 @@ _g n_: go to notes ("j" "Journal" entry (file+olp+datetree ,org-default-journal-file) - "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month) + "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month :unnarrowed t) ("m" "Meeting notes" entry (file ,org-default-inbox-file) @@ -253,7 +253,7 @@ _g n_: go to notes ("J" "Work Journal" entry (file+olp+datetree ,org-default-work-journal-file) - "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month)))) + "* %?\n:PROPERTIES:\n:ID: %(shell-command-to-string \"uuidgen\"):CREATED: %U\n:END:\n" :tree-type month :unnarrowed t)))) (use-package htmlize :ensure t) -- cgit 1.4.1