[O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Manuel Giraud
--- lisp/org-exp.el |5 + lisp/org-html.el |5 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 34f101d..2cd4289 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -134,6 +134,11 @@ This is without condition, so even

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Bastien
Hi Manuel, did that patch fix the problem for you? There was a problem with the custom type definition of the variable `org-export-html-protect-char-alist', and AFAIU that caused Scott's problem. I fixed this. I think org-html.el is the right place for declaring the Org Export Html

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Manuel Giraud
Bastien b...@altern.org writes: Hi Manuel, did that patch fix the problem for you? Hi Bastien, Just re-check and yes it fixes the problem for me. I tried with emacs -Q, add org path to load-path, (require 'org) and M-x customize-group. My patch was applied on top of: --8---cut

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Bastien
Hi Manuel, Manuel Giraud manuel.gir...@univ-nantes.fr writes: I have to say that I don't understand too. I've just mimic what is done for org-export-xml group and others. Anyway, if yours is ok discard mine. Actually, the org-export-xml is unused, I just removed it. Other group (like