Browse Source

project tag wont be inherited anymore

master
Marc 1 year ago
parent
commit
b0b80ee19c
1 changed files with 3 additions and 0 deletions
  1. 3
      config.org

3
config.org

@ -1143,6 +1143,7 @@ If the property is already set, replace its value."
(forward-line) (forward-line)
(beginning-of-line))) (beginning-of-line)))
(insert "#+" name ": " value "\n"))))) (insert "#+" name ": " value "\n")))))
(defun my--buffer-prop-set-list (name values &optional separators) (defun my--buffer-prop-set-list (name values &optional separators)
"Set a file property called NAME to VALUES in current buffer. "Set a file property called NAME to VALUES in current buffer.
VALUES are quoted and combined into single string using 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-agenda :before #'my/org-roam-refresh-agenda-list)
(advice-add 'org-todo-list :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 :config
(require 'org-roam-dailies) ;; ensure the keymap is available (require 'org-roam-dailies) ;; ensure the keymap is available
(org-roam-db-autosync-mode) (org-roam-db-autosync-mode)

Loading…
Cancel
Save