summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
Diffstat (limited to 'org.org')
-rw-r--r--org.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.org b/org.org
index 6fdd245..3df3242 100644
--- a/org.org
+++ b/org.org
@@ -49,9 +49,9 @@
#+end_src
* Agenda
#+begin_src emacs-lisp
- (setq org-agenda-custom-commands
- '(("w" todo "WAITING" nil)
- ("W" agenda "" ((org-agenda-ndays 21))))
+ (setq ;; org-agenda-custom-commands
+ ;; '(("w" todo "WAITING" nil)
+ ;; ("W" agenda "" ((org-agenda-ndays 21))))
org-agenda-files (list jao-org-dir)
org-agenda-include-diary t
org-agenda-include-inactive-timestamps t