Thanks, Rasmus!
I upgrade org-mode to 8.3 and this is solve the problem.
13.05.2016, 14:49, "Rasmus" :
> Hi,
>
> Ilya Filippov writes:
>
>> I try to include subsection from one org-file to another
>> (http://orgmode.org/manual/Include-files.html) with using C
I try to include subsection from one org-file to another
(http://orgmode.org/manual/Include-files.html) with using CUSTOM_ID.
In first-file.org:
** Subsection name
:PROPERTIES:
:CUSTOM_ID: subsec_to_include
:END:
bla-bla
In second-file.org I use construction:
* I want include here
#+INCLUDE:
Thank you, it is work, but I hope to use something like (setq org-export-latex-hyperref-format "\\ref{%s}") for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format). If it will be work we may simple use [[#section-1]] to different templates for inte
ttp://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)
Thank's John, it is working, but I hope to use something like (setq org-export-latex-hyperref-format "\\ref{%s}") for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format). If it will be work we may simple use [[#section-1]] to different templates fo