From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Possible bug in parsing / clarification of syntax Date: Mon, 16 Apr 2012 20:38:18 +0200 Message-ID: <4F8C671A.1090105@gmx.de> References: <4F53DEF7.8080604@gmx.de> <87aa2j4hoj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJqoi-0001wD-Id for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 14:38:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJqog-00046f-HM for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 14:38:24 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:45557) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SJqog-00045q-6R for emacs-orgmode@gnu.org; Mon, 16 Apr 2012 14:38:22 -0400 In-Reply-To: <87aa2j4hoj.fsf@gnu.org> 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: Bastien Cc: Charles Sebold , emacs-orgmode@gnu.org Hi Bastien, I have to revoke my earlier statement. The patch does _not_ remove the TODO_ line from the agenda. I see no change at all. Cheers, Simon On 04/10/2012 07:31 PM, Bastien wrote: > Hi Simon, > > Simon Thum writes: > >> I have found some irritating behaviour, potentially a bug. I have a block >> agenda which goes like: >> >> tags-todo "@home&TODO=\"TODO\" >> >> and it displays a certain org line that reads >> >> **** TODO_ state triggers > > Can you try the following patch (against latest hotfix HEAD) and report? > > Charles, can you let me know if this breaks anything in your usage of > `org-map-entries'? > > David's original fix want to the right direction, except that we also > want to match "* TODO" as a headline. > > Thanks for testing this quite heavily. > > > > >