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)