home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ad82b926dace2a76fd8c9dd1ffe9bf39c11a6f84
parent c05397d8ef9e038ec135ebd6aec49658b1384645
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 25 Jun 2020 04:39:40 +0200

tools/emacs: remove some files from the agenda

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -37,10 +37,8 @@ ("C-c o c" . org-capture)) :config (setq org-agenda-files `(,org-projects-dir - ,org-notes-dir "~/src/home" - "~/src/home/docs" - "~/src/www/posts") + "~/src/www/") org-agenda-file-regexp "^[a-zA-Z0-9-_]+.org$" org-use-speed-commands t org-special-ctrl-a/e t @@ -642,11 +640,11 @@ With prefix argument, also display headlines without a TODO keyword." ("C-c o j" . org-journal-new-entry)) :custom (org-journal-date-prefix "* ") - (org-journal-file-header "#+TITLE: %Y-%m Journal\n\n") + (org-journal-file-header "#+TITLE: %Y-v%m Journal\n\n") (org-journal-file-format "%Y-%m.private.org") (org-journal-dir org-notes-dir) (org-journal-date-format "%A, %d %B %Y") - (org-journal-enable-agenda-integration t)) + (org-journal-enable-agenda-integration nil)) (provide 'config-org)