Re: [O] icalendar-import-file into org

2013-06-04 Thread AW
Am Dienstag, 4. Juni 2013, 09:07:18 schrieb Nick Nick Dokos: > AW writes: > > I'd like to have an external calendar file displayed in org and was very > > glad to find a hint in the manual. The name of the external calendar file > > is "office.ics". > > > > So I wrote into my .emacs-file: > > >

Re: [O] icalendar-import-file into org

2013-06-04 Thread Nick Dokos
AW writes: > I'd like to have an external calendar file displayed in org and was very glad > to find a hint in the manual. The name of the external calendar file is > "office.ics". > > So I wrote into my .emacs-file: > > (icalendar-import-file "office.ics" "Diary") > (setq org-agenda-include-di

[O] icalendar-import-file into org

2013-06-04 Thread AW
Hi! I'd like to have an external calendar file displayed in org and was very glad to find a hint in the manual. The name of the external calendar file is "office.ics". So I wrote into my .emacs-file: (icalendar-import-file "office.ics" "Diary") (setq org-agenda-include-diary t) As you can ima