> 03.12.2015, 16:31, "John Kitchin" <[email protected]>:
>
> 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.