Set org-mode directory explicitely
This commit is contained in:
parent
73332895d3
commit
c06a299b8d
|
@ -9,6 +9,7 @@
|
|||
- [[#rust][Rust]]
|
||||
- [[#cc][C/C++]]
|
||||
- [[#org-mode][Org mode]]
|
||||
- [[#directory][Directory]]
|
||||
- [[#agenda-setup][Agenda setup]]
|
||||
- [[#journal][Journal]]
|
||||
- [[#org-ids][Org IDs]]
|
||||
|
@ -111,6 +112,14 @@ system. Let's disable it.
|
|||
|
||||
* 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
|
||||
|
||||
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