emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Symbol's function definition is void: org-write-agenda
@ 2012-01-10 11:13 Karl Voit
  2012-01-10 11:45 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Voit @ 2012-01-10 11:13 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

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?

Thanks!

-- 
Karl Voit

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-11 15:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 11:13 Symbol's function definition is void: org-write-agenda Karl Voit
2012-01-10 11:45 ` Bastien
2012-01-10 12:04   ` Karl Voit
2012-01-10 12:17     ` Bastien
2012-01-11 15:10       ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).