From 973d9b6b7490f42d3305c9ec1999eccbae6f3b0b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 7 Feb 2020 16:46:20 -0500 Subject: [PATCH] Set org to record timestamp on todo item close --- emacs/init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 15cc21e..c58bf24 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1402,6 +1402,12 @@ Always show inline images: (org-redisplay-inline-images))) #+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: #+BEGIN_SRC emacs-lisp (with-eval-after-load 'org