[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Symbol's function definition is void: org-write-agenda
From: |
Bastien |
Subject: |
Re: [O] Symbol's function definition is void: org-write-agenda |
Date: |
Tue, 10 Jan 2012 12:45:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Hi Karl,
Karl Voit <address@hidden> writes:
> I am using Org-mode from git and do face a problem when using a
> function that previously worked for a couple of weeks without any
> problem:
>
> Error-Message:
> #+begin_verse
> vk-export-agenda: Symbol's function definition is void: org-write-agenda
> #+end_verse
> #+begin_src emacs-lisp
> (defun vk-export-agenda()
> "Exports monthly Org-mode agenda to agenda.ics file"
> (interactive)
> (org-agenda-list nil nil 60)
> (org-write-agenda "~/share/all/org-mode/agenda.ics")
> )
> #+end_src
>
> Do you have an idea, what might have changed?
`org-write-agenda' has been renamed to `org-agenda-write',
please update your code.
Thanks,
--
Bastien