emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Org mode 9.2 breaks org-edit-special on INCLUDE statement with :


From: Nicolas Goaziou
Subject: Re: [O] Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t
Date: Wed, 06 Feb 2019 19:36:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

Joon Ro <address@hidden> writes:

> After upgrading to org 9.2, I found that C-c ' (org-edit-special) does not 
> work on an INCLUDE statement if it has :only-contents t.
>
> That is, I can normally visit the subtree with CUSTOM_ID theory in paper.org 
> if I press C-c ' on the following:
>
>     #+INCLUDE: "./paper.org::#theory"
>
> but pressing C-c ' on the following gives me this error: "org-open-file: No 
> match for custom ID: theory" :only-contents t"
>
>     #+INCLUDE: "./paper.org::#theory" :only-contents t
>
> Looks like parsing the statement was not working -- it seems it is
> capturing stuff after ".

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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