From 95dc34e6b25522028c578fe99532d3d59a2471c5 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Mon, 17 Feb 2020 11:41:25 +0100 Subject: [PATCH] [org] Fixup agenda time grid display --- dot_spacemacs.d/public/org-config.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dot_spacemacs.d/public/org-config.el b/dot_spacemacs.d/public/org-config.el index f08800c..e719bfc 100644 --- a/dot_spacemacs.d/public/org-config.el +++ b/dot_spacemacs.d/public/org-config.el @@ -78,6 +78,14 @@ (setq org-agenda-skip-scheduled-if-deadline-is-shown t) (setq org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM") +(setq org-agenda-current-time ((t (:inherit org-time-grid :foreground "hot pink"))))) + +(setq org-agenda-current-time-string "┈ ┈ ┈ ┈ ┈ ┈ ┈ now ┈ ┈ ┈ ┈ ┈ ┈") +(setq org-agenda-time-grid + (quote + ((daily require-timed) + (800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000) + "......" "───────────────"))) (setq org-show-notification-handler "notify-send")