Allow more flexible effort entries
This commit is contained in:
parent
22fc7a4bdd
commit
f2ec321ce8
|
@ -1995,7 +1995,7 @@ Also here are the properties for repeated tasks and a few others (see comments i
|
||||||
|
|
||||||
(setq org-global-properties
|
(setq org-global-properties
|
||||||
'(("PARENT_TYPE_ALL" . "periodical iterator")
|
'(("PARENT_TYPE_ALL" . "periodical iterator")
|
||||||
("Effort_ALL" . "0:05 0:15 0:30 1:00 1:30 2:00 3:00 4:00 5:00 6:00")
|
("Effort_ALL" . "0:05 0:15 0:30 1:00 1:30 2:00 3:00 4:00 5:00 6:00 :ETC")
|
||||||
("X-ROUTINE" . "morning evening"))
|
("X-ROUTINE" . "morning evening"))
|
||||||
|
|
||||||
org-use-property-inheritance
|
org-use-property-inheritance
|
||||||
|
|
Loading…
Reference in New Issue