Add ½ hours in time-grid

master
Jacopo De Simoi 3 months ago
parent 782735d468
commit 52bda42448
  1. 4
      global.org

@ -1512,8 +1512,8 @@
#+end_src
#+begin_src emacs-lisp
(setq org-agenda-time-grid '((daily today remove-match)
(800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000)
" ······· " "───────────────")
(800 900 1000 1100 1200 1300 1400 1500 1600 1700 1800 1900 2000 830 930 1030 1130 1230 1330 1430 1530 1630 1730 1830 1930)
" ······· " "────────────────────────────────────")
org-agenda-current-time-string "····· now ·····"
org-agenda-time-leading-zero t)
#+end_src

Loading…
Cancel
Save