From 904a9fe41d0ace4953e9caeb28d0d38a2dacbe63 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 6 May 2020 00:22:03 +0200 Subject: [PATCH] Remove org-journal setup I'm now using org-roam instead for that --- config.org | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config.org b/config.org index 071e7b1..6116f4d 100644 --- a/config.org +++ b/config.org @@ -11,7 +11,6 @@ - [[#org-mode][Org mode]] - [[#directory][Directory]] - [[#agenda-setup][Agenda setup]] - - [[#journal][Journal]] - [[#org-ids][Org IDs]] - [[#roam][Roam]] - [[#doom-specific][Doom specific]] @@ -220,16 +219,6 @@ I also remove the block separators in the agenda view: (setq org-agenda-block-separator "")) #+END_SRC -** Journal - -For [[https://github.com/bastibe/org-journal][org-journal]] I want weekly entries (the default is ='daily=). - -#+BEGIN_SRC emacs-lisp -(after! org-journal - (setq org-journal-date-format "%A (%d/%m/%Y)") - (setq org-journal-file-type 'weekly)) -#+END_SRC - ** Org IDs Org can link to entries using UUIDs, but we need the module to be loaded for