Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-11 Thread Eric S Fraga
Bastien b...@altern.org writes:

 Karl Voit devn...@karl-voit.at writes:

 `org-write-agenda' has been renamed to `org-agenda-write', 
 please update your code.

 Thanks for the hint! Missed in in the change notes ...

 You didn't miss anything -- this change is in current git HEAD,
 which used not to be advertised in http://orgmode.org/Changes.html

 I'm now publishing a new section in this page called Current HEAD of
 the git repository, it will expose such incompatible changes earlier.

 Thanks!

Thanks Bastien.  This will be very useful!  I track org daily (via a
semi-automated synchronisation on my various computers) but don't
necessarily read the mailing list every day, as much as I would like to
;-)  Knowing that there is a reasonably up to date list of changes in
the development version would be very nice indeed.

Thanks again,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.90.1
: using Org-mode version 7.8.03 (release_7.8.03.76.ga9c15)



[O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Karl Voit
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




Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Bastien
Hi Karl,

Karl Voit devn...@karl-voit.at 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



Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Karl Voit
* Bastien b...@altern.org wrote:
 Hi Karl,

Hi!

 Karl Voit devn...@karl-voit.at writes:

 vk-export-agenda: Symbol's function definition is void: org-write-agenda

 `org-write-agenda' has been renamed to `org-agenda-write', 
 please update your code.

Thanks for the hint! Missed in in the change notes ...

-- 
Karl Voit




Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-10 Thread Bastien
Karl Voit devn...@karl-voit.at writes:

 `org-write-agenda' has been renamed to `org-agenda-write', 
 please update your code.

 Thanks for the hint! Missed in in the change notes ...

You didn't miss anything -- this change is in current git HEAD,
which used not to be advertised in http://orgmode.org/Changes.html

I'm now publishing a new section in this page called Current HEAD of
the git repository, it will expose such incompatible changes earlier.

Thanks!

-- 
 Bastien