From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: linking to headings with a unique I'D exported to latex/PDF Date: Thu, 2 Feb 2017 10:13:11 -0600 Message-ID: References: <87fujwtz5u.fsf@skimble.plus.com> <8737fwehjo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZK0X-0006qG-Qg for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 11:13:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZK0W-0000rk-Mj for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 11:13:13 -0500 Received: from mail-io0-x232.google.com ([2607:f8b0:4001:c06::232]:33549) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cZK0W-0000qv-Hg for emacs-orgmode@gnu.org; Thu, 02 Feb 2017 11:13:12 -0500 Received: by mail-io0-x232.google.com with SMTP id v96so89115431ioi.0 for ; Thu, 02 Feb 2017 08:13:12 -0800 (PST) In-Reply-To: <8737fwehjo.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: org-mode-email , Sharon Kimble On Thu, Feb 2, 2017 at 9:30 AM, Nicolas Goaziou wrote: > Hello, > > Sharon Kimble writes: > >> I'm writing a document which is exported to latex and then built into a >> PDF where I might have 'Alcohol', just as an example, mentioned several >> times in different level headings. Currently I'm using org links like >> this [[*Alcohol][Alcohol]] but that only allows me to link to one >> heading only. >> >> I've tried using links like this >> [[id:542d0880-c0fd-46d5-b75d-4cc6f5fa99cc][Alcohol]] and under the >> heading that I'm linking to it says - >> >> *** Alcohol >> :PROPERTIES: >> :ID: 542d0880-c0fd-46d5-b75d-4cc6f5fa99cc >> :END: >> This works for me: #+begin_example * Alcohol :PROPERTIES: :ID: c8f90f00-4e36-41b7-b7fe-e52966e36d1d :END: Something \newpage * Another heading Blah blah blah, see [[id:c8f90f00-4e36-41b7-b7fe-e52966e36d1d][Alcohol]] #+end_example >From page 2 I jump up to the page 1 alcohol heading. Not sure if you need it, but I'm assuming you load org-id? John >> But when exported it does not work. > > What doesn't work? > > Regards, > > -- > Nicolas Goaziou >