From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: how to handle backend-specific types as fuzzy link targets during export Date: Tue, 24 Jun 2014 17:28:09 +0200 Message-ID: <87simuz5rq.fsf@nicolasgoaziou.fr> References: <87pphyefo6.fsf@gmail.com> <87ha3aldw3.fsf@nicolasgoaziou.fr> <87d2dyeaqd.fsf@gmail.com> <87d2dylak0.fsf@nicolasgoaziou.fr> <87mwd2cu4d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzSdp-0007Qf-0k for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 11:28:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzSde-0005Iy-S9 for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 11:28:12 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:48326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzSde-0005Ir-Le for emacs-orgmode@gnu.org; Tue, 24 Jun 2014 11:28:02 -0400 In-Reply-To: <87mwd2cu4d.fsf@gmail.com> (Eric Schulte's message of "Tue, 24 Jun 2014 09:30:42 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte 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