From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: Changed behaviours of LaTeX exporter in version 8.0+ Date: Mon, 29 Sep 2014 16:18:26 +0200 Message-ID: <87r3yuwlvx.fsf@gmx.us> References: <87lhpg3o60.fsf@berkeley.edu> <8738bn391c.fsf@berkeley.edu> <87mw9rlk6h.fsf@nicolasgoaziou.fr> <87ppegrae5.fsf@nicolasgoaziou.fr> <87wq8mvr9y.fsf@nicolasgoaziou.fr> <87eguug63v.fsf@gmx.us> <877g0mybzd.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYbyy-0005va-MJ for emacs-orgmode@gnu.org; Mon, 29 Sep 2014 10:31:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYbys-0002LK-IO for emacs-orgmode@gnu.org; Mon, 29 Sep 2014 10:31:20 -0400 Received: from mout.gmx.net ([212.227.17.20]:54923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYbys-0002KP-9s for emacs-orgmode@gnu.org; Mon, 29 Sep 2014 10:31:14 -0400 In-Reply-To: (Kyeong Soo Kim's message of "Mon, 29 Sep 2014 20:18:22 +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: kyeongsoo.kim@gmail.com Cc: emacs-orgmode@gnu.org Hi, "Kyeong Soo (Joseph) Kim" writes: > If possible, please let me know where to find the information you provided > (i.e., without the description filed in the org-mode internal link, its > export to LaTeX becomes "\ref{...}" instead of "\hyperref{...}"). You can open the info version of the manual with (info "org") > I'm currently using Org Manual version 8.2.7c (PDF version), but cannot > find any relevant information. It's not the matter of whether it's clear = or > not, but there is no such information in the current manual. > > I do wonder where you got that information (directly from the source code= ?). It may be documented in chapter 4, entitled Hyperlinks. http://orgmode.org/org.html#Hyperlinks I don't know if this chapter describes export behavior.=20 You can skim through org-latex-link if you care. For headlines this is the relevant part ;; LINK points to a headline. If headlines are numbered ;; and the link has no description, display headline's ;; number. Otherwise, display description or headline's ;; title. (headline (let* ((custom-label (and (plist-get info :latex-custom-id-labels) (org-element-property :CUSTOM_ID destination))) (label (or custom-label (format "sec-%s" (mapconcat #'number-to-string (org-export-get-headline-number destination info) "-"))))) (if (and (not desc) (org-export-numbered-headline-p destination info)) (format "\\ref{%s}" label) (format "\\hyperref[%s]{%s}" label (or desc (org-export-data (org-element-property :title destination) info)))))) > Writing a documentation patch could be an option, but first of all, I need > detailed information on this but currently have not. Please see http://orgmode.org/worg/org-contribute.html for practical details. =E2=80=94Rasmus --=20 To err is human. To screw up 10=E2=81=B6 times per second, you need a compu= ter