* Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t
@ 2019-02-06 16:55 Joon Ro
2019-02-06 18:36 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Joon Ro @ 2019-02-06 16:55 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
Hi,
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 ".
Best Regards,
Joon
[-- Attachment #2: Type: text/html, Size: 3024 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t
2019-02-06 16:55 Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t Joon Ro
@ 2019-02-06 18:36 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2019-02-06 18:36 UTC (permalink / raw)
To: Joon Ro; +Cc: emacs-orgmode@gnu.org
Hello,
Joon Ro <joon.ro@outlook.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-06 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06 16:55 Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t Joon Ro
2019-02-06 18:36 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.