emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Noorul Islam
Subject: Re: [Orgmode] bug in export due to org-list-automatic-rules
Date: Wed, 8 Sep 2010 03:39:20 +0530

On Wed, Sep 8, 2010 at 12:49 AM, Daniel Clemente <address@hidden> wrote:
>
> 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
>

With the following setup

"Org-mode version 7.01trans (release_7.01h.475.g0bfd.dirty)"

"GNU Emacs 23.2.2 (i686-pc-linux-gnu)
 of 2010-06-08 on sajida"

The following command works. I am not sure whether we need to update the doc.

address@hidden:~/emacs/org-mode/lisp$ emacs --debug-init --batch
--visit=/tmp/temp.org --funcall org-export-as-html-batch
OVERVIEW
Exporting...
Exporting...
Exporting...
Saving file /tmp/temp.html...
Wrote /tmp/temp.html
HTML export done, pushed to kill ring and clipboard

But if I include load option, I get the following which is surprising for me.

address@hidden:~/emacs/org-mode/lisp$ emacs --batch
--load=/home/noorul/emacs/org-mode/lisp/org.el --visit=/tmp/temp.org
--funcall org-export-as-html-batch
Cannot open load file: org-entities

Thanks and Regards
Noorul



reply via email to

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