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

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