Adjust calendar import settings
This commit is contained in:
parent
5952e1c217
commit
f2b7176cb9
|
@ -183,11 +183,10 @@
|
|||
(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 "-365d")
|
||||
(khalel-import-start-date "today")
|
||||
(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")
|
||||
:config
|
||||
(khalel-run-vdirsyncer)
|
||||
(khalel-import-events)
|
||||
(org-agenda-to-appt)
|
||||
(khalel-add-capture-template))
|
||||
|
@ -266,7 +265,7 @@
|
|||
personal))
|
||||
:config
|
||||
(setq mu4e-use-fancy-chars t)
|
||||
(require 'mu4e-icalendar)
|
||||
(require 'gnus-icalendar)
|
||||
(require 'khalel-icalendar))
|
||||
|
||||
(with-eval-after-load 'mu4e
|
||||
|
|
Loading…
Reference in a new issue