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")