summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--org.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.org b/org.org
index 1b4a8b9..19a265a 100644
--- a/org.org
+++ b/org.org
@@ -1,6 +1,5 @@
#+property: header-args :lexical t :tangle yes :comments yes :results silent :shebang ";; -*- lexical-binding: t" :tangle-mode (identity #o644)
#+title: Org (and related) mode configuration
-#+auto_tangle: t
* General configuration
#+begin_src emacs-lisp
@@ -55,6 +54,10 @@
;; ("W" agenda "" ((org-agenda-ndays 21))))
org-agenda-files (mapcar (lambda (f) (expand-file-name f jao-org-dir))
'("inbox.org" "bigml.org"))
+ org-agenda-current-time-string "*"
+ org-agenda-time-grid
+ '((daily today require-timed)
+ (800 1000 1200 1400 1600 1800 2000) "" "ยท")
org-agenda-include-diary t
org-agenda-include-inactive-timestamps t
org-agenda-inhibit-startup nil