diff --git a/init.el b/init.el index d545927..54f5e98 100644 --- a/init.el +++ b/init.el @@ -27,6 +27,7 @@ '(inhibit-startup-screen t) '(magit-save-repository-buffers (quote dontask)) '(org-agenda-files (quote ("~/org/notes.org"))) + '(org-agenda-show-inherited-tags (quote always)) '(org-capture-templates (quote (("t" "Todo" entry @@ -45,6 +46,7 @@ (file+headline "~/org/spesa.org" "Food") "- %? "))) t) '(org-catch-invisible-edits (quote smart)) + '(org-icalendar-categories (quote (all-tags category))) '(org-icalendar-include-todo t) '(org-indent-mode-turns-on-hiding-stars nil) '(org-pomodoro-play-sounds nil)