Back to TODO state is back

This commit is contained in:
LinlyBoi
2023-12-02 11:41:55 +02:00
parent ce02dee1b7
commit 9e62ffba6e

View File

@@ -97,6 +97,7 @@
"* %?" "* %?"
:target (file+head "%<%Y-%m-%d>.org" :target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n")))) "#+title: %<%Y-%m-%d>\n"))))
:config
(org-roam-db-autosync-enable) (org-roam-db-autosync-enable)
(require 'org-roam-dailies) (require 'org-roam-dailies)
(require 'org-roam-graph) (require 'org-roam-graph)
@@ -121,6 +122,7 @@
(if (and (> (match-end 2) (match-beginning 2)) (if (and (> (match-end 2) (match-beginning 2))
(equal (match-string 2) (match-string 3))) (equal (match-string 2) (match-string 3)))
(org-todo 'done) (org-todo 'done)
(org-todo 'todo)
)))))) ))))))
;; ctrl+a and ctrl+x is awesome ;; ctrl+a and ctrl+x is awesome