Fix todo keywords
This commit is contained in:
parent
ea275bb640
commit
9abc2aa586
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
("plantuml" . plantuml)))
|
||||
(org-time-stamp-rounding-minutes '(30 30))
|
||||
(org-todo-keywords
|
||||
'((sequence "OPEN" "TODO" "DOING" "|" "DONE")))
|
||||
'(sequence "OPEN" "TODO" "DOING" "|" "DONE"))
|
||||
(org-use-property-inheritance nil)
|
||||
:config
|
||||
(org-babel-do-load-languages
|
||||
|
|
Loading…
Add table
Reference in a new issue