emacs: do not show non clocked files in org agenda clockreport

This commit is contained in:
Julian Mutter 2023-06-20 10:51:42 +02:00
parent b44f8f0117
commit 839f24113a

View File

@ -86,6 +86,8 @@
(add-hook 'org-clock-in-hook #'save-buffer)
(add-hook 'org-clock-out-hook #'save-buffer)
(setq org-agenda-clockreport-parameter-plist '(:link t :maxlevel 2 :fileskip0 t)) ;; :stepskip0 t
(after! org
(setq org-capture-templates '(("t" "Personal todo" entry
(file+headline +org-capture-todo-file "Inbox")