]> git.earman.xyz Git - emacsinit.git/commitdiff
No more logging into drawers
authorrearman <rearman@r717.net>
Wed, 6 May 2026 21:19:55 +0000 (17:19 -0400)
committerrearman <rearman@r717.net>
Wed, 6 May 2026 21:19:55 +0000 (17:19 -0400)
ended up looking more cluttered than the collapsible drawer!

re/re-org.el

index cdc66d051ad49f39bd2ce5f4012b5d1500687c8a..ccc1b3d228a86086c7eff6776c84399195cc0fdf 100644 (file)
       org-agenda-start-with-log-mode t
       org-agenda-log-mode-items '(closed clock state)
       org-log-done 'time
-      org-log-into-drawer t
+      org-log-into-drawer nil
+      org-log-state-notes-insert-after-drawers t
+      org-log-state-notes-into-drawer nil
       org-capture-templates '(("i" "Inbox" entry
                               (file "gtd.org")
                               "* %^{Description} :inbox:\n%U\n%?"