Change khalel import start to -14d

If I look at week or fortnight agenda views, I still want to see what
I did earlier in the week/fortnight
This commit is contained in:
Evie Litherland-Smith 2024-12-20 11:28:10 +00:00
parent fad5c108be
commit 124681c875

View file

@ -146,7 +146,7 @@
(khalel-import-org-file (expand-file-name "calendar.org" org-directory))
(khalel-import-org-file-read-only nil)
(khalel-import-org-file-confirm-overwrite nil)
(khalel-import-start-date "today")
(khalel-import-start-date "-14d")
(khalel-import-end-date "+365d")
(khalel-import-org-file-header "#+TITLE: khalel imported calendar events\n#+COLUMNS: %ITEM %TIMESTAMP %LOCATION %CALENDAR\n#+CATEGORY: Calendar\n\n"))