From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] Infloop in org-element-inlinetask-parser Date: Sun, 29 Jun 2014 15:27:34 +0200 Message-ID: <87wqbzg81l.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1F8Q-0003DX-Ly for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 09:27:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1F8G-0003wa-CW for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 09:27:10 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:48840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1F8G-0003wK-5q for emacs-orgmode@gnu.org; Sun, 29 Jun 2014 09:27:00 -0400 In-Reply-To: (Aaron Ecay's message of "Sun, 29 Jun 2014 01:27:32 -0400") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Aaron Ecay Cc: "emacs-orgmode@gnu.org" Hello, Aaron Ecay writes: > In the latest checkout of master, I am seeing an infloop in > org-element-inlinetask-parser. This originates when that function > calls back into org-element-at-point to look for a property drawer, > which moves the point back before the beginning of the inlinetask and > then attempts to re-enter org-element-inlinetask-parser. Good catch. This should be fixed. Thank you for the report. Regards, -- Nicolas Goaziou