Set org-log-done to 'time instead of t

Setting this variable to 'time is equivalent, while setting to t is
deprecated.
This commit is contained in:
Aaron L. Zeng 2020-08-27 20:33:34 -04:00 committed by Maximilian Wolff
parent a95593434d
commit 524e4d19c7
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
".org-timestamps/")
org-directory "~/org" ;; needs to be defined for `org-default-notes-file'
org-default-notes-file (expand-file-name "notes.org" org-directory)
org-log-done t
org-log-done 'time
org-startup-with-inline-images t
org-latex-prefer-user-labels t
org-image-actual-width nil