emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Problem with Including subsection by CUSTOM_ID


From: Nicolas Goaziou
Subject: Re: [O] Problem with Including subsection by CUSTOM_ID
Date: Sat, 14 May 2016 10:40:57 +0200

Hello,

Ilya Filippov <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]