From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Regression in #+include behavior [master] Date: Mon, 19 Mar 2018 23:52:47 +0100 Message-ID: <871sgfd6f4.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey3eB-0001eB-Vf for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 18:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey3e7-0005AU-27 for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 18:52:56 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36797) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ey3e6-00055y-Qy for emacs-orgmode@gnu.org; Mon, 19 Mar 2018 18:52:50 -0400 In-Reply-To: (Kaushal Modi's message of "Mon, 19 Mar 2018 20:00:02 +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: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > I believe a regression was introduced in > https://code.orgmode.org/bzg/org-mode/commit/d81a1d088c74e605c99e90a2835c55df5144f43e > > I am unable to come with a minimal example, but I can link to the actual > Org file that causes the failure. If I try to move that subtree along with > the "included" subtrees into a separate Org file, the export works fine. > > - Download > https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/test/site/content-org/all-posts.org > (you can wget or curl that file using that URL). > - Ensure that point is in the "* Alert Shortcode Lookalike" heading (around > line 3416). > - Do C-c C-e C-s h h > > You should get an error like this: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > looking-at(nil) > org-element-context() Fixed. Thank you. Regards, -- Nicolas Goaziou