effort global properties
This commit is contained in:
parent
43f6b48a94
commit
60e0de571e
@ -701,6 +701,10 @@ The current directory is assumed to be the project's root otherwise."
|
||||
("C-c C-S-t" . org-todo-force-notes))
|
||||
:config
|
||||
(progn
|
||||
(setq org-global-properties
|
||||
'(quote (("Effort_ALL" . "0:15 0:30 0:45 1:00 2:00 3:00 4:00 5:00 6:00 0:00")
|
||||
("STYLE_ALL" . "habit"))))
|
||||
(setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM")
|
||||
(setq helm-org-headings-fontify t)
|
||||
|
||||
;; Enable appointment notifications.
|
||||
|
Loading…
Reference in New Issue
Block a user