[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-mobile-push
From: |
Vikas Rawal |
Subject: |
Re: [O] org-mobile-push |
Date: |
Sun, 2 Oct 2011 08:39:30 +0530 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
>
> In trying to call this last function, emacs gets an error: the function
> is not defined.
>
> Basically what happens is that org-mobile-push calculates the agenda, by
> calling org-agenda-list. This function checks the value of the variable
> org-agenda-include-diary, which in your case must be t, so it tries to
> add agenda entries from the diary. It calls org-get-entries-from-diary
> to do that, which calls diary-list-entries. This one runs the diary-hook
> and somewhere in your init files you must have done something like
> this:
>
> (add-hook 'diary-hook (function appt-make-list))
>
Thanks very much for explaining it so well.
Best wishes,
Vikas