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: Sun, 28 Sep 2014 00:01:06 +0200 Message-ID: <87ppegrae5.fsf@nicolasgoaziou.fr> References: <87lhpg3o60.fsf@berkeley.edu> <8738bn391c.fsf@berkeley.edu> <87mw9rlk6h.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY02g-0001E4-0J for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 18:00:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XY02V-0005MH-HS for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 18:00:37 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:47000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XY02V-0005LC-AX for emacs-orgmode@gnu.org; Sat, 27 Sep 2014 18:00:27 -0400 In-Reply-To: (Kyeong Soo Kim's message of "Tue, 23 Sep 2014 11:03:10 +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: > Below I provide ECM for LaTeX cross-referencing you requested, which itself > summarizes the issues in the current export engine: We see that there are > mix of results for different cases of heading title (i.e., \texttt{}, > \hyperref[]{}, & \ref{}) and that only referring by custom_id results in a > correct cross-reference. See below. > Note that, as mentioned in the list several time > before, there is currently no way to customizing hyperref format using > 'org-export-latex-hyperref-format' varible, which becomes obsolete > now. You can use a link filter. Also, `org-export-latex-hyperref-format' doesn't exist in Org 8.0+. > - By name (using C-c l & C-c C-l): Sec. [[*Two%20Words][Two Words]] [...] > [[*With%20&%20in%20the%20Title][With & in the Title]] This is the problem. The path isn't expected to be url-encoded. AFAICT, "C-c l" doesn't encoded headlines. I don't know how yours generates such a link. Regards, -- Nicolas Goaziou