Hi,

Ilya Filippov <filip83...@yandex.ru> writes:

> 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: "./first-file.org::#funcNT10"
>
>
> And when I export second file to PDF, org-mode gives an error message: 
> "Cannot include file /org/first-file.org::#funcNT10"

Maybe you need to use "./first-file.org:#subsec_to_include", or maybe it's
just a typo in your email.  You need Org 8.3.

Hope it helps,
Rasmus

-- 
However beautiful the theory, one should occasionally look at the evidence


Reply via email to