summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
Diffstat (limited to 'org.org')
-rw-r--r--org.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.org b/org.org
index 254ee39..d0fcddc 100644
--- a/org.org
+++ b/org.org
@@ -8,7 +8,7 @@
org-completion-use-ido nil
org-cycle-separator-lines 0 ;; no blank lines when all colapsed
org-deadline-warning-days 14
- org-directory jao-notes-dir
+ org-directory jao-org-dir
org-default-notes-file (expand-file-name "inbox.org" org-directory)
org-ellipsis " .." ;; ↴
org-email-link-description-format "Email %c: %s"
@@ -51,7 +51,7 @@
(setq org-agenda-custom-commands
'(("w" todo "WAITING" nil)
("W" agenda "" ((org-agenda-ndays 21))))
- org-agenda-files (list jao-notes-dir)
+ org-agenda-files (list jao-org-dir)
org-agenda-include-diary t
org-agenda-include-inactive-timestamps t
org-agenda-inhibit-startup nil