Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-13 Thread Daniel Clemente
The cause of these errors: If you use this: emacs --batch --load=/w/org-mode/lisp/org.el --visit ~/some.org --funcall org-export-as-html-batch Then you haven't changed the load-path to your org's directory (/w/org-mode/ in my case). But there's a (require 'org-list) in org.el, thus Emacs w

Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-07 Thread Noorul Islam
On Wed, Sep 8, 2010 at 12:49 AM, Daniel Clemente wrote: > > Hi. >  This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, > 2010-08-07 18:31:54): > >     '("^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ > \t]*\\)?\\)\\(\\[[- X]\\]\\)" >              2 'org-checkbo

[Orgmode] bug in export due to org-list-automatic-rules

2010-09-07 Thread Daniel Clemente
Hi. This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54): '("^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\)" 2 'org-checkbox prepend) -(if org-provide-checkbox-statistics