Set new sane defaults for org time duration output

master
Jacopo De Simoi 8 years ago
parent 95e2784d70
commit e747f5c5ca
  1. 3
      global.org

@ -460,6 +460,9 @@
(setq org-clock-out-when-done t) (setq org-clock-out-when-done t)
(setq org-clock-persist 'history) (setq org-clock-persist 'history)
(setq org-duration-format 'h:mm)
(setq org-clock-clocktable-default-properties '(:maxlevel 2 :scope subtree))
(org-clock-persistence-insinuate) (org-clock-persistence-insinuate)
#+END_SRC #+END_SRC
*** Tangle to different files *** Tangle to different files

Loading…
Cancel
Save