emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Insert ampersand in HTML export?


From: Uriel Avalos
Subject: Re: [Orgmode] Insert ampersand in HTML export?
Date: Sat, 12 Feb 2011 15:51:03 -0500

On Sat, 12 Feb 2011 16:24:23 +0100
Bastien <address@hidden> wrote:

> Hi Carsten,
> 
> Carsten Dominik <address@hidden> 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.
> address@hidden
> 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.



reply via email to

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