Formatting
This commit is contained in:
parent
f2d6f3397b
commit
c79a6ede22
|
@ -6,11 +6,9 @@
|
||||||
|
|
||||||
(custom-set-variables '(org-directory "~/org/"))
|
(custom-set-variables '(org-directory "~/org/"))
|
||||||
|
|
||||||
(setq
|
(setq org-download-image-dir (concat org-directory ".attach/"))
|
||||||
org-download-image-dir (concat org-directory ".attach/"))
|
|
||||||
|
|
||||||
(setq
|
(setq org-roam-directory (concat org-directory "Roam/"))
|
||||||
org-roam-directory (concat org-directory "Roam/"))
|
|
||||||
|
|
||||||
(setq org-agenda-files (list (concat org-directory "Todos/" )))
|
(setq org-agenda-files (list (concat org-directory "Todos/" )))
|
||||||
|
|
||||||
|
|
|
@ -645,8 +645,7 @@ Where old files go. See =org-archive-subtree= for more.
|
||||||
Stuff that is not an orgmode document.
|
Stuff that is not an orgmode document.
|
||||||
|
|
||||||
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
||||||
(setq
|
(setq org-download-image-dir (concat org-directory ".attach/"))
|
||||||
org-download-image-dir (concat org-directory ".attach/"))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** =Projects=
|
*** =Projects=
|
||||||
|
@ -655,8 +654,7 @@ I keep a =todo.org= at the root of each project. These are symlinked into the Pr
|
||||||
*** =Roam=
|
*** =Roam=
|
||||||
All roam docs go here. This is my default note taking system.
|
All roam docs go here. This is my default note taking system.
|
||||||
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
#+begin_src emacs-lisp :tangle "+orgmode.el" :noweb no-export :comments no
|
||||||
(setq
|
(setq org-roam-directory (concat org-directory "Roam/"))
|
||||||
org-roam-directory (concat org-directory "Roam/"))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
*** =Todo=
|
*** =Todo=
|
||||||
Another symlink dir. This is used to populate org agenda files.
|
Another symlink dir. This is used to populate org agenda files.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user