Allow Agenda to use tag inheritance

This commit is contained in:
Marcus Kammer 2020-02-03 23:29:15 +01:00
parent 2e6655aa41
commit cb8b5244d2

View file

@ -1,7 +1,6 @@
(setq org-agenda-dim-blocked-tasks nil
org-agenda-files (quote ("~/Documents/Journal"))
org-agenda-inhibit-startup nil
org-agenda-use-tag-inheritance nil
org-babel-load-languages (quote ((js . t) (emacs-lisp . t) (python . t) (sqlite . t) (lisp . t) (shell . t) (css . t) (calc . t)))
org-babel-shell-names (quote ("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh"))
org-clock-persist t