diff options
-rw-r--r-- | org.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |