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
+                           (if (cdr (assq 'checkbox org-list-automatic-rules))
                                       
'("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]"
                                                 (0 
(org-get-checkbox-statistics-face) t)))


  made this command stop working:

$ emacs --batch --load=/w/org-mode/lisp/org.el --visit ~/org-httptest/io.org 
--funcall org-export-as-html-batch
File mode specification error: (void-variable org-list-automatic-rules)
Loading vc-git...
Exporting...
Symbol's value as variable is void: org-list-automatic-rules


-- Daniel

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to