On May 1, 2010, at 5:03 PM, Eraldo Helal wrote:
Giles Chamberlin tandberg.com> writes:
Living in a Microsoft Exchange world I get a lot of meeting requests
from Exchange. iCalendar.el seems to be able to read these in to
diary
but I would far prefer to have them dropped in to my org files.
On Apr 28, 2010, at 1:48 PM, David Frascone wrote:
iCalendar exporting? importing?
Is anyone using this? I've avoided agenda like stuff, since I have a
calendar that is very full of meetings, appointments, etc. (In fact,
I have several, some at work, some on google calendars). While I'
ical2org is a command line tool for exporting data from the Mac OS X
application iCal so it can be used with org-mode. Data transfer is
one-way only (from iCal to emacs), and is intended to be used to show
alarms and scheduled events managed by iCal within org's agenda view.
Any calendar
On Dec 5, 2009, at 10:22 AM, Good Bad wrote:
My notes are scattered across various org files. So I use grep
(usually M-x lgrep and M-x rgrep) to search my notes. When I click
one of the grep results (in the *grep* buffer), it leads to where
the match is, but often the corresponding line is
I've submitted a couple of patches to org-mac-iCal recently, but this
latest problem is beyond my lisp skills to fix.
org-mac-iCal imports entries from iCal into the diary so they can be
displayed in org-mode's agenda views. It limits the imported entries
based on a date range managed org-
Some calendar systems (Google, Zimbra) handle subscriptions to
multiple calendars (or to an account) by grouping them under a single
caldav directory in the calendar tree. org-mac-iCal assumes there is
only one ics file created per caldav directory, so while it *creates*
all of the needed
org-mac-iCal.el doesn't use the diary-file variable to save the diary
it generates, so if the variable isn't set to the same path as the
hard-coded value in the library the diary entries don't show up in
your agenda view.
I think the patch below fixes the problem.
Thanks,
Doug
diff --