Stub for local holidays

master
Jacopo De Simoi 2 months ago
parent 20a42ce7fd
commit b789981ffb
  1. 7
      global.org

@ -1588,7 +1588,12 @@
; the bit below adds a blank line before the first scheduled item
(mapconcat #'identity list "\n")))
#+end_src
- Local holidays
#+begin_src emacs-lisp
(setq ontario-statutory-holidays
'((holiday-fixed 1 1 "New Year's Day")
(holiday-float 2 1 3 "Family Day")))
#+end_src
- Sleeker time-grid
#+begin_src emacs-lisp
(setq org-agenda-sort-notime-is-late nil)

Loading…
Cancel
Save