Set org to record timestamp on todo item close

This commit is contained in:
Jeremy Dormitzer 2020-02-07 16:46:20 -05:00
parent 59c26ab28e
commit 973d9b6b74

View File

@ -1402,6 +1402,12 @@ Always show inline images:
(org-redisplay-inline-images))) (org-redisplay-inline-images)))
#+END_SRC #+END_SRC
Include a timestamp when TODO entries are closed:
#+BEGIN_SRC emacs-lisp
(setq org-log-done 'time)
#+END_SRC
Always open directory links in Emacs instead of Finder: Always open directory links in Emacs instead of Finder:
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(with-eval-after-load 'org (with-eval-after-load 'org