From ae067465ab06850da8764cd29e34884c0331cb92 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Nov 2021 20:26:35 +0000 Subject: org: de-uglifying a bit the agenda time grid --- org.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3