So I guess that I was hallucinating that it was possible to export
Diary dates when exporting the org agenda to iCal. I am going to use
icalendar.el similar to [1] unless someone chimes in with a more
org-mode-esque way of approaching it.
[1] http://www.mail-archive.com/emacs-orgmode@gnu.org/msg0
Does anyone export Diary dates when exporting to ics from within
org-mode? I thought this would be handled with (setq
org-agenda-include-diary t) but that doesn't do it form me.
- Bill
___
Emacs-orgmode mailing list
Please use `Reply All' to send repli
I have seen some traffic on the mailing list about diary inclusion in
ical exports but I haven't found an answer to my problem. I thought
this was working at some point. To simplify I have a basic config
file:
(setq load-path (append '("~/.emacs.d/org-mode/lisp") load-path))
(ignore-errors (requ