From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Custom agenda with tags-todo and shorthand todo specification ignored if hypen present in TODO state Date: Fri, 27 Apr 2018 01:34:27 +0200 Message-ID: <87fu3hwni4.fsf@bzg.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBqPK-0007qI-Gs for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBqPJ-0001Cb-Qq for emacs-orgmode@gnu.org; Thu, 26 Apr 2018 19:34:34 -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" To: Adrian Bradd Cc: emacs-orgmode Hi Adrian, Adrian Bradd writes: > (tags-todo "@work/IN-PROGRESS" Yes, this is a bug: the "-" character is special in this syntax, so TODO keywords containing "-" characters are not compatible with the old syntax. The new syntax is preferred. Best, -- Bastien