adjust org todo logging lightly
This commit is contained in:
parent
967ed27703
commit
1877dbd50e
|
@ -91,6 +91,8 @@
|
||||||
(setq org-startup-folded t)
|
(setq org-startup-folded t)
|
||||||
(setq org-support-shift-select t)
|
(setq org-support-shift-select t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
(setq org-log-into-drawer t)
|
||||||
|
(setq org-log-done t)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; ox-hugo for blog
|
; ox-hugo for blog
|
||||||
|
@ -130,6 +132,7 @@
|
||||||
(setq org-habit-following-days 7)
|
(setq org-habit-following-days 7)
|
||||||
(setq org-agenda-span 1)
|
(setq org-agenda-span 1)
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; helm specific org adjustments
|
; helm specific org adjustments
|
||||||
(load "~/.emacs.d.profiles/common/helm-org.el")
|
(load "~/.emacs.d.profiles/common/helm-org.el")
|
||||||
|
|
Reference in a new issue