From b0b80ee19caf712e02f8e60ab52edb1eaa8dcb28 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 30 Jan 2023 15:02:13 +0100 Subject: [PATCH] project tag wont be inherited anymore --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index ceafdef..70c6614 100644 --- a/config.org +++ b/config.org @@ -1143,6 +1143,7 @@ If the property is already set, replace its value." (forward-line) (beginning-of-line))) (insert "#+" name ": " value "\n"))))) + (defun my--buffer-prop-set-list (name values &optional separators) "Set a file property called NAME to VALUES in current buffer. VALUES are quoted and combined into single string using @@ -1211,6 +1212,8 @@ If nil it defaults to `split-string-default-separators', normally (advice-add 'org-agenda :before #'my/org-roam-refresh-agenda-list) (advice-add 'org-todo-list :before #'my/org-roam-refresh-agenda-list) + + (add-to-list 'org-tags-exclude-from-inheritance "project") :config (require 'org-roam-dailies) ;; ensure the keymap is available (org-roam-db-autosync-mode)