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
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
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
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
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