Re: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-13 Thread Carsten Dominik
Hi Adam, On May 13, 2010, at 5:07 PM, Adam Elliott wrote: Carsten Dominik gmail.com> writes: org.el does this already. Just compile your .el files and things should work. You are right, but I suspect the following: When org is compiled and installed using the Makefile, elisp source fil

[Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-13 Thread Adam Elliott
Carsten Dominik gmail.com> writes: > org.el does this already. Just compile your .el files and things > should work. You are right, but I suspect the following: When org is compiled and installed using the Makefile, elisp source files are compiled individually. When org-list.el is compiled

Re: [Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-12 Thread Carsten Dominik
On May 11, 2010, at 7:09 PM, Magnus Henoch wrote: Adam Elliott writes: Problem exists in some 6.35 versions as well. Looks like org- list.el uses `ignore-errors' macro defined in cl-macs.el. Adding following line near top of org-list.el file fixes problem for me: (require 'cl) Does no

[Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-11 Thread Magnus Henoch
Adam Elliott writes: > Problem exists in some 6.35 versions as well. Looks like org-list.el uses > `ignore-errors' macro defined in cl-macs.el. Adding following line near top > of > org-list.el file fixes problem for me: > > (require 'cl) > > Does not appear that cl-macs can be required separa

[Orgmode] Re: Bug: Invalid function: ignore-errors [6.36]

2010-05-11 Thread Adam Elliott
Robert Andersson gu.se> writes: > RA> After upgrading from orgmode 6.34c to 6.36 I get an error "Invalid > RA> function: ignore-errors" when toggling checkboxes, and also running > > RA> (org-update-statistics-cookies all) > > RA> will not work at all. Downgrading back to 6.34c helps. > > I