Set org to record timestamp on todo item close
This commit is contained in:
parent
59c26ab28e
commit
973d9b6b74
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user