From 767b8388e96778b12cbb21dbed9498c03f044150 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 17 Apr 2020 21:20:26 +0200 Subject: [PATCH] Stop fighting with org-journal Following hlissner/doom-emacs@3bb6c1b --- config.org | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config.org b/config.org index 1496b00..f657cb9 100644 --- a/config.org +++ b/config.org @@ -238,13 +238,7 @@ For [[https://github.com/bastibe/org-journal][org-journal]] I want weekly entrie #+BEGIN_SRC emacs-lisp (after! org-journal (setq org-journal-date-format "%A (%d/%m/%Y)") - (setq org-journal-file-type 'weekly) - (setq org-journal-file-format "%Y-%m-%d.org") - - ;; see `org-journal-dir-and-format->regex' documentation - (setq org-journal-file-pattern (org-journal-dir-and-format->regex - org-journal-dir org-journal-file-format)) - (add-to-list 'auto-mode-alist (cons org-journal-file-pattern 'org-journal-mode))) + (setq org-journal-file-type 'weekly)) #+END_SRC ** Org IDs