On Sat, 12 Feb 2011 16:24:23 +0100
Bastien <bastien.gue...@wikimedia.fr> wrote:

> Hi Carsten,
> 
> Carsten Dominik <carsten.domi...@gmail.com> writes:
> 
> >> But I added a new variable `org-export-html-protect-char-alist'
> >> to allow fine tuning of what characters should be HTML proected.
> >
> > Can't we just use =&= or something like this?
> 
> For now =&= will be exported as <code>&amp;</code>
> 
> Do you mean that everything within =...= should not go through
> `org-html-protect'?
> 
> And if so, that org-export-html-protect-char-alist might not be
> necessary anymore?
> 
> 
> PS: Well, I thought about this but couldn't solve Uriel's problem 
> this way...
> 
> -- 
>  Bastien
> 
> _______________________________________________
> 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

What about some type of escape character like \&? That way \& is
exported as & instead of &amp; or \$. Would that work?

org-export-html-protect-char-alist may work in my case---the MATHML
macros are in a seperate #+SETUPFILE. As long as this variable doesn't
"bubble up" i.e., apply to the file that calls #+SETUPFILE, then it
will work.

_______________________________________________
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