Hello,

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"

FWIW, I cannot reproduce the problem. You may want to edebug
`org-link-search' and see why it cannot find #funcNT10.


Regards,

-- 
Nicolas Goaziou

Reply via email to