[O] org-mac-iCal: "Import diary from iCal in agenda" doesn't work

2015-09-04 Thread Tobias Frischholz
I have a small problem with a key binding for the agenda, which should import my iCal.app appointments into the diary. I have the following code from this page: (setq org-agenda custom-commands '(("I" "Import diary from iCal" agenda "" ((org-agenda-mode-hook (lambda ()

Re: [O] org-mac-iCal: "Import diary from iCal in agenda" doesn't work

2015-09-04 Thread Josiah Schwab
Hello Tobias, On 4 September 2015 at 12:49 PDT, Tobias Frischholz wrote: > I have a small problem with a key binding for the agenda, which should import > my iCal.app appointments into the diary. > > I have the following code from this page: > > (setq org-agenda custom-commands > '(("I"

Re: [O] org-mac-iCal: "Import diary from iCal in agenda" doesn't work

2015-09-04 Thread Josiah Schwab
On 4 September 2015 at 13:35 PDT, Josiah Schwab wrote: > I think there's a "-" missing. The variable name is > > org-agenda-custom-commands > ^ This is also now fixed on the website (worg commit 60c0b12). Best, Josiah