From 1877dbd50e2da5eab451d9f83363bbc1a8be01ac Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 12 Feb 2023 16:43:34 -0500 Subject: [PATCH] adjust org todo logging lightly --- org/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org/init.el b/org/init.el index 0dcb13e..da5e638 100644 --- a/org/init.el +++ b/org/init.el @@ -91,6 +91,8 @@ (setq org-startup-folded t) (setq org-support-shift-select t) (setq org-src-fontify-natively t) +(setq org-log-into-drawer t) +(setq org-log-done t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ox-hugo for blog @@ -130,6 +132,7 @@ (setq org-habit-following-days 7) (setq org-agenda-span 1) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; helm specific org adjustments (load "~/.emacs.d.profiles/common/helm-org.el")