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