[org] Fixup agenda time grid display

This commit is contained in:
Sebastian Schulze 2020-02-17 11:41:25 +01:00
parent 2b29a9192b
commit 95dc34e6b2
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 8 additions and 0 deletions

View File

@ -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")