From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Filippov Subject: LaTeX export with section number, name and page in internal links Date: Thu, 03 Dec 2015 10:36:08 +0500 Message-ID: <2796041449120968@web2j.yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4MYy-0000Gi-Sw for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 00:36:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4MYv-0004Am-NQ for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 00:36:16 -0500 Received: from forward12.mail.yandex.net ([95.108.130.94]:34828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4MYv-00048S-Dq for emacs-orgmode@gnu.org; Thu, 03 Dec 2015 00:36:13 -0500 Received: from web2j.yandex.ru (web2j.yandex.ru [IPv6:2a02:6b8:0:1619::302]) by forward12.mail.yandex.net (Yandex) with ESMTP id D5B2CC20AA6 for ; Thu, 3 Dec 2015 08:36:09 +0300 (MSK) 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: emacs-orgmode@gnu.org I export my Org-Mode notes with internal links to LaTeX and I want it to look like this ''Section 1.1 [Section name], page 99'' (Like in the Org Manual). I use this construction: #+BEGIN_EXAMPLE * Chapter 1 ** Section 1.1 :PROPERTIES: :CUSTOM_ID: section-1 :END: * Chapter 2 ** Section 2.1 I want reference to Section 1.1 from here (See #section-1) #+END_EXAMPLE But as a result I get only the number of the section ''1.1'', not the ''Section 1.1 [Section name], page 99''. What options I need to use? Here (http://emacs.stackexchange.com/questions/18547/org-mode-latex-export-with-section-number-name-and-page-in-internal-links), I was advised to use a Fancyref, but I have no idea how I may use it with Org-Mode syntax. - - - - - - - - - - - Ilya Filippov Yugra State University (Khanty-Mansiysk)