emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Nicolas Goaziou
Subject: [Orgmode] Re: [patch] bug in export due to org-list-automatic-rules
Date: Wed, 08 Sep 2010 16:36:48 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO)

Hello,
>>>>> Daniel Clemente writes:

> Hi. This change in org.el (commit
> fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54):

>      '("^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:address@hidden:[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

I'm not sure about this one. It's more a problem of require,
defcustom, and that kind of things than truly a list problem.

Just in case, I'm submitting this patch, but I'm pretty sure there's
something cleaner to do about it... but that still eludes me.

Regards,

-- Nicolas

Attachment: 0002-Fix-void-variable-org-list-automatic-rules-error.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]