Back to TODO state is back
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
"* %?"
|
||||
:target (file+head "%<%Y-%m-%d>.org"
|
||||
"#+title: %<%Y-%m-%d>\n"))))
|
||||
:config
|
||||
(org-roam-db-autosync-enable)
|
||||
(require 'org-roam-dailies)
|
||||
(require 'org-roam-graph)
|
||||
@@ -121,6 +122,7 @@
|
||||
(if (and (> (match-end 2) (match-beginning 2))
|
||||
(equal (match-string 2) (match-string 3)))
|
||||
(org-todo 'done)
|
||||
(org-todo 'todo)
|
||||
))))))
|
||||
|
||||
;; ctrl+a and ctrl+x is awesome
|
||||
|
||||
Reference in New Issue
Block a user