> 
> 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





Reply via email to