Set org-mode directory explicitely
This commit is contained in:
parent
73332895d3
commit
c06a299b8d
|
@ -9,6 +9,7 @@
|
||||||
- [[#rust][Rust]]
|
- [[#rust][Rust]]
|
||||||
- [[#cc][C/C++]]
|
- [[#cc][C/C++]]
|
||||||
- [[#org-mode][Org mode]]
|
- [[#org-mode][Org mode]]
|
||||||
|
- [[#directory][Directory]]
|
||||||
- [[#agenda-setup][Agenda setup]]
|
- [[#agenda-setup][Agenda setup]]
|
||||||
- [[#journal][Journal]]
|
- [[#journal][Journal]]
|
||||||
- [[#org-ids][Org IDs]]
|
- [[#org-ids][Org IDs]]
|
||||||
|
@ -111,6 +112,14 @@ system. Let's disable it.
|
||||||
|
|
||||||
* Org mode
|
* Org mode
|
||||||
|
|
||||||
|
** Directory
|
||||||
|
|
||||||
|
Set a default directory for all my org-mode files.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq org-directory "~/org/")
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
** Agenda setup
|
** Agenda setup
|
||||||
|
|
||||||
Here are the [[https://orgmode.org/manual/TODO-Extensions.html#TODO-Extensions][keywords]] I'm using to track task progress. I'm also making use of
|
Here are the [[https://orgmode.org/manual/TODO-Extensions.html#TODO-Extensions][keywords]] I'm using to track task progress. I'm also making use of
|
||||||
|
|
Loading…
Reference in a new issue