From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Changed behaviours of LaTeX exporter in version 8.0+ Date: Mon, 22 Sep 2014 18:00:22 +0200 Message-ID: <87mw9rlk6h.fsf@nicolasgoaziou.fr> References: <87lhpg3o60.fsf@berkeley.edu> <8738bn391c.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW61r-0000yV-Kr for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 12:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW61h-00060D-G3 for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 11:59:55 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:44468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW61h-0005zY-9Y for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 11:59:45 -0400 In-Reply-To: (Kyeong Soo Kim's message of "Sat, 20 Sep 2014 23:32:03 +0800") 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: "Kyeong Soo (Joseph) Kim" Cc: Richard Lawrence , emacs-orgmode@gnu.org Hello, "Kyeong Soo (Joseph) Kim" writes: > By the way, as said, [[*Foo][Section Foo]] does not produce the link in > LaTeX export any longer; version 8.x generates just "\texttt{Section Foo}" > unlike version 7.x. An ECM illustrating the problem would be nice. "\textt{Section Foo}" means that [[*Foo][Section Foo]] couldn't match a headline. It can happen if there is no headline named exactly Foo in the exported part of the buffer. Regards, -- Nicolas Goaziou