Remove org-journal setup
I'm now using org-roam instead for that
This commit is contained in:
parent
699cd910b8
commit
904a9fe41d
11
config.org
11
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
|
||||
|
|
Loading…
Reference in a new issue