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)
|
(setq org-roam-completion-system 'ido)
|
||||||
#+end_src
|
#+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
|
** Default Applications
|
||||||
It's all fun and games until =C-c C-e h o= opens the source code.
|
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
|
addict now so I do forsee it actually surviving (this will be funny
|
||||||
to read in the future if not).
|
to read in the future if not).
|
||||||
|
|
||||||
I want to show all TODOs in files in my top-level =~/org=
|
I want to show all TODOs in files in my top-level =~/org= directory
|
||||||
directory, along with those under =~/org/zet/daily= (daily notes)
|
|
||||||
and any in this config itself. This is done by setting
|
and any in this config itself. This is done by setting
|
||||||
[[help:org-agenda-files][org-agenda-files]].
|
[[help:org-agenda-files][org-agenda-files]].
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files '("~/org" "~/.emacs.d/config.org"))
|
||||||
'("~/org" "~/org/zet/daily" "~/.emacs.d/config.org"))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Also I find it really very annoying that the the current window
|
Also I find it really very annoying that the the current window
|
||||||
|
|||||||
Reference in New Issue
Block a user