From b789981ffbd97e3a2b35fddbdb1c0d8cbbb6cc15 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 10 Apr 2026 10:21:52 -0400 Subject: [PATCH] Stub for local holidays --- global.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)