From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Possible bug in parsing / clarification of syntax Date: Sun, 04 Mar 2012 22:30:31 +0100 Message-ID: <4F53DEF7.8080604@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S4I6L-0006Hc-Bz for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 15:32:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S4I6J-0006K6-N4 for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 15:32:16 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:38281) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1S4I6J-0006K0-CW for emacs-orgmode@gnu.org; Sun, 04 Mar 2012 15:32:15 -0500 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: emacs-orgmode@gnu.org Hi all, 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 Which is just a heading for dealing with TODO state triggers, and I appended the _ as I don't want it to be a TODO. For example, the global TODO list and syntax highlighting does not consider it a todo, but C-c a m TODO="TODO" does. TODO="T" does not, so it's not very grave. Most likely, it's simply an inconsistency arising from not having a real parser. I just wanted to report it here so it may get fixed. Cheers, Simon