diff --git a/global.org b/global.org index 4e4c576..c5eaba2 100644 --- a/global.org +++ b/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)