emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to handle backend-specific types as fuzzy link targets durin


From: Nicolas Goaziou
Subject: Re: [O] how to handle backend-specific types as fuzzy link targets during export
Date: Tue, 24 Jun 2014 17:28:09 +0200

Hello,

Eric Schulte <address@hidden> writes:

> Attached

OK, now I get it.

You're working at the wrong level. `latex-fragment' is an object
(inline) type, but you're inserting it at the element's level. The
equivalent (non inline) element is `latex-environment', which is, for
example:

  \begin{equation}
  1+1=2
  \end{equation}

So you could simply replace `latex-fragment' type with
`latex-environment', and your example should work properly.

HTH,


Regards,

-- 
Nicolas Goaziou



reply via email to

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