Compare commits
2 commits
ea14566397
...
c055ccc71b
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | c055ccc71b | ||
Evie Litherland-Smith | 190c905557 |
|
@ -384,9 +384,7 @@ Rules and packages for buffer management and window navigation.
|
|||
:if (package-installed-p 'khalel)
|
||||
:after (org-agenda)
|
||||
:demand
|
||||
:commands (khalel-add-capture-template khalel-import-events khalel-run-vdirsyncer)
|
||||
:bind ( :map org-agenda-mode-map
|
||||
("<remap> <org-agenda-redo>" . khalel-import-events))
|
||||
:commands (khalel-add-capture-template khalel-import-events)
|
||||
:custom
|
||||
(khalel-default-alarm "10")
|
||||
(khalel-default-calendar nil)
|
||||
|
@ -1021,7 +1019,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(org-agenda-include-deadlines t)
|
||||
(org-agenda-todo-ignore-scheduled 'future)
|
||||
(org-agenda-todo-ignore-deadlines 'far)
|
||||
(org-agenda-clockreport-parameter-plist '(:maxlevel 6 :step week :emphasize t :stepskip0 t :fileskip0 t :hidefiles t :properties ("WON")))
|
||||
(org-agenda-clockreport-parameter-plist '(:maxlevel 6 :step day :emphasize t :stepskip0 t :fileskip0 t :properties ("WON")))
|
||||
(org-agenda-start-with-log-mode t)
|
||||
(org-agenda-start-with-clockreport-mode nil)
|
||||
(org-agenda-prefix-format '((agenda . " %-12:c%?-12t% s")
|
||||
|
|
Loading…
Reference in a new issue