aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-15 19:05:29 +0200
committerAdrian Kummerlaender2022-10-15 19:05:29 +0200
commitfc4fe90133b063fd95c8c2540b0272405e0eabb7 (patch)
tree60496e9124d2e5c5942e0c1b39b1e0c9d2878b80
parent21e2b8bb927520f1a5cbb9a8771f41972ee54c8a (diff)
downloadnixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar.gz
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar.bz2
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar.lz
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar.xz
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.tar.zst
nixos_home-fc4fe90133b063fd95c8c2540b0272405e0eabb7.zip
Configure org-mode agenda ical export
-rw-r--r--gui/conf/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index e6b33d1..d4ac902 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -202,6 +202,10 @@
(org-image-actual-width nil)
(org-fontify-done-headline nil)
(org-ellipsis "…")
+ (org-icalendar-combined-agenda-file "~/org/calendar.ics")
+ (org-icalendar-timezone "Europe/Berlin")
+ (org-icalendar-use-deadline '(event-if-not-todo event-if-todo))
+ (org-icalendar-use-scheduled '(event-if-not-todo event-if-todo))
:init
(require 'org-protocol)
(require 'ox-bibtex)