diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index cbd454c..33fb5cf 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -255,9 +255,7 @@ tag PERIODIC." (and ;; Exclude DONE state tasks from refile targets (from bh) (not (member (nth 2 (org-heading-components)) - org-done-keywords)) - ;; Don't refile to elements of periodic tasks - (not (member "PERIODIC" (org-get-tags))))) + org-done-keywords)))) ;;; Reset checklists