Hide org archival files

This commit is contained in:
Antoine Martin 2022-04-09 19:04:47 +02:00
parent a749193b99
commit 8c017cbd40

View file

@ -24,6 +24,7 @@
- [[#appearance][Appearance]]
- [[#fancier-ellipsis-indicator][Fancier ellipsis indicator]]
- [[#logging][Logging]]
- [[#archiving][Archiving]]
- [[#agenda-setup][Agenda setup]]
- [[#default-task-keywords][Default task keywords]]
- [[#org-capture-setup][Org capture setup]]
@ -271,6 +272,16 @@ Log state changes in a src_org{:LOGBOOK:} drawer so that it doesn't pollute the
(setq org-log-into-drawer t))
#+end_src
** Archiving
I don't want to see archival files appearing when listing files in the current
directory, so hide them by default.
#+begin_src emacs-lisp
(after! org
(setq org-archive-location ".%s_archive::"))
#+end_src
** Agenda setup
*** Default task keywords