diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 04e3a6d..f4c3cf9 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -297,9 +297,7 @@ tag PERIODIC." (and ;; Exclude DONE state tasks from refile targets (from bh) (not (member (nth 2 (org-heading-components)) - org-done-keywords)) - ;; Do not refile to NOTEs, as those are meant to keep information, not tasks - (not (member "NOTE" (org-get-tags))))) + org-done-keywords)))) ;;; Reset checklists