|
|
|
@ -1588,7 +1588,12 @@ |
|
|
|
; the bit below adds a blank line before the first scheduled item |
|
|
|
; the bit below adds a blank line before the first scheduled item |
|
|
|
(mapconcat #'identity list "\n"))) |
|
|
|
(mapconcat #'identity list "\n"))) |
|
|
|
#+end_src |
|
|
|
#+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 |
|
|
|
- Sleeker time-grid |
|
|
|
#+begin_src emacs-lisp |
|
|
|
#+begin_src emacs-lisp |
|
|
|
(setq org-agenda-sort-notime-is-late nil) |
|
|
|
(setq org-agenda-sort-notime-is-late nil) |
|
|
|
|