Force more org-mode logging
This commit is contained in:
parent
6f9ed3c2ec
commit
d97a63f1eb
@ -1307,7 +1307,11 @@ Sets environment variables by starting a shell
|
|||||||
(octave . t)
|
(octave . t)
|
||||||
(sqlite . t)))
|
(sqlite . t)))
|
||||||
|
|
||||||
(setq org-log-into-drawer t)
|
(setq org-log-into-drawer t
|
||||||
|
org-log-reschedule t
|
||||||
|
org-log-redeadline t
|
||||||
|
org-treat-insert-todo-heading-as-state-change t)
|
||||||
|
|
||||||
|
|
||||||
(when nil
|
(when nil
|
||||||
;; Enable appointment notifications.
|
;; Enable appointment notifications.
|
||||||
|
Loading…
Reference in New Issue
Block a user