Remove org-journal setup

I'm now using org-roam instead for that
This commit is contained in:
Antoine Martin 2020-05-06 00:22:03 +02:00
parent 699cd910b8
commit 904a9fe41d

View file

@ -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