emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in export due to org-list-automatic-rules
@ 2010-09-07 19:19 Daniel Clemente
  2010-09-07 22:09 ` Noorul Islam
  2010-09-08 14:36 ` [patch] " Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Daniel Clemente @ 2010-09-07 19:19 UTC (permalink / raw)
  To: org-mode Mailinglist; +Cc: n.goaziou


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-13  9:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07 19:19 bug in export due to org-list-automatic-rules Daniel Clemente
2010-09-07 22:09 ` Noorul Islam
2010-09-13  9:47   ` Daniel Clemente
2010-09-08 14:36 ` [patch] " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).