From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: LaTeX export with section number, name and page in internal links Date: Tue, 08 Dec 2015 09:19:13 -0500 Message-ID: References: <17571449149422@web22m.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6J6s-00006L-Aa for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 09:19:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6J6r-0001BZ-8w for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 09:19:18 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:34594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6J6r-0001BU-5J for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 09:19:17 -0500 Received: by qgeb1 with SMTP id b1so17578017qge.1 for ; Tue, 08 Dec 2015 06:19:16 -0800 (PST) In-reply-to: <17571449149422@web22m.yandex.ru> 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: Ilya Filippov Cc: "emacs-orgmode@gnu.org" , John Kitchin > 03.12.2015, 16:31, "John Kitchin" : > > Try this. > > * Chapter 1 > ** Section 1.1 \label{manual-section-1} > :PROPERTIES: > :CUSTOM_ID: section-1 > :END: > * Chapter 2 > ** Section 2.1 > I want reference to Section 1.1 from here (See Section \ref > {manual-section-1} on page \pageref{manual-section-1}) This, and its limitations (what if the pageref is on the same page?) is why fancyref was created. I think the solution here is to have a #+LATEX_HEADER: \renewcommand{\fref}{\ref} or something like that, but I'm not sure of the exact syntax. -k.