From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t Date: Wed, 6 Feb 2019 16:55:07 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_DM5PR15MB14185E8A2ACEAA7846F781ECEB6F0DM5PR15MB1418namp_" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grQTv-0002VR-4X for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 11:55:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grQTr-0003eO-T9 for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 11:55:27 -0500 Received: from mail-oln040092006097.outbound.protection.outlook.com ([40.92.6.97]:50323 helo=NAM03-BY2-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grQTg-0003Oq-6H for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 11:55:17 -0500 Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "emacs-orgmode@gnu.org" --_000_DM5PR15MB14185E8A2ACEAA7846F781ECEB6F0DM5PR15MB1418namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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.or= g 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 capturin= g stuff after ". Best Regards, Joon --_000_DM5PR15MB14185E8A2ACEAA7846F781ECEB6F0DM5PR15MB1418namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
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.or= g if I press C-c ' on the following:

    #+INCLUDE: "./paper.org::#theory"

but pressing C-c ' on th= e following gives me this error: "org-open-file: No match for cu= stom ID: theory" :only-contents t"

    #+INCL= UDE: "./paper.org::#theory" :only-contents t

Looks like parsing the statement was not working -- it seems it is capturin= g stuff after ".

Best Regards,
Joon
--_000_DM5PR15MB14185E8A2ACEAA7846F781ECEB6F0DM5PR15MB1418namp_--