From cb8b5244d2b797c788f53b1d429d3a55bdd9e90b Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@users.noreply.gitlab.com> Date: Mon, 3 Feb 2020 23:29:15 +0100 Subject: [PATCH] Allow Agenda to use tag inheritance --- bundle/org-mode-settings.el | 1 - 1 file changed, 1 deletion(-) diff --git a/bundle/org-mode-settings.el b/bundle/org-mode-settings.el index efdec3dd..181a2c88 100644 --- a/bundle/org-mode-settings.el +++ b/bundle/org-mode-settings.el @@ -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