Browse Source

done tasks now automatically timestamped

master
Marc Pohling 4 years ago
parent
commit
6d76ef6ef0
1 changed files with 3 additions and 1 deletions
  1. 4
      init.org

4
init.org

@ -492,7 +492,9 @@ Windows Theme:
(setq org-src-window-setup 'current-window ;; C-c ' opens in current window (setq org-src-window-setup 'current-window ;; C-c ' opens in current window
org-src-fontify-natively t ;; use syntax highlighting in code blocks org-src-fontify-natively t ;; use syntax highlighting in code blocks
org-src-preserve-indentation t ;; no extra indentation org-src-preserve-indentation t ;; no extra indentation
org-src-tab-acts-natively t))
org-src-tab-acts-natively t)
(setq org-log-done 'time)) ;; create timestamp when task is done
#+END_SRC #+END_SRC
** languages ** languages
:PROPERTIES: :PROPERTIES:

Loading…
Cancel
Save