Revert "Exclude NOTEs as refile targets"

Excluding NOTEs as refile targets also excludes them as jump targets for C-u C-c
C-w, which is bad.  Better move all NOTEs out of the main task list into a
separate notes.org or something.

This reverts commit 90b6e91051.
This commit is contained in:
Daniel - 2021-10-24 12:56:29 +02:00
parent 6b5d40b09b
commit 747e505fda
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 3 deletions

View File

@ -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