From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Org mode 9.2 breaks org-edit-special on INCLUDE statement with :only-contents t Date: Wed, 06 Feb 2019 19:36:40 +0100 Message-ID: <878sys932f.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grS46-0003bn-NV for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 13:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grS44-00049y-PY for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 13:36:54 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:41839) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1grS44-00046A-Ey for emacs-orgmode@gnu.org; Wed, 06 Feb 2019 13:36:52 -0500 In-Reply-To: (Joon Ro's message of "Wed, 6 Feb 2019 16:55:07 +0000") 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: Joon Ro Cc: "emacs-orgmode@gnu.org" Hello, Joon Ro 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