Move daily notes out of zettelkasten
They just clog it up
This commit is contained in:
12
config.org
12
config.org
@@ -371,12 +371,6 @@
|
||||
(setq org-roam-completion-system 'ido)
|
||||
#+end_src
|
||||
|
||||
Add a global keybinding for [[help:org-roam-dailies-goto-today][org-roam-dailies-goto-today]]:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(global-set-key (kbd "C-c M-t") 'org-roam-dailies-goto-today)
|
||||
#+end_src
|
||||
|
||||
** Default Applications
|
||||
It's all fun and games until =C-c C-e h o= opens the source code.
|
||||
|
||||
@@ -412,14 +406,12 @@
|
||||
addict now so I do forsee it actually surviving (this will be funny
|
||||
to read in the future if not).
|
||||
|
||||
I want to show all TODOs in files in my top-level =~/org=
|
||||
directory, along with those under =~/org/zet/daily= (daily notes)
|
||||
I want to show all TODOs in files in my top-level =~/org= directory
|
||||
and any in this config itself. This is done by setting
|
||||
[[help:org-agenda-files][org-agenda-files]].
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq org-agenda-files
|
||||
'("~/org" "~/org/zet/daily" "~/.emacs.d/config.org"))
|
||||
(setq org-agenda-files '("~/org" "~/.emacs.d/config.org"))
|
||||
#+end_src
|
||||
|
||||
Also I find it really very annoying that the the current window
|
||||
|
||||
Reference in New Issue
Block a user