From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Shlyakhter Subject: tag or property names with dashes Date: Tue, 17 Aug 2010 15:40:39 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=38708 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OlS27-0001Xe-Cv for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 15:41:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OlS1Z-0004Co-4v for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 15:40:42 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:38705) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OlS1Z-0004Cf-0y for emacs-orgmode@gnu.org; Tue, 17 Aug 2010 15:40:41 -0400 Received: by wyg36 with SMTP id 36so8153557wyg.0 for ; Tue, 17 Aug 2010 12:40:40 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode When doing an agenda tags match for tags or properties with dashes in their name, the dashes become negation operators: "my-prop>0" means "entries that have the tag 'my' and do not have a positive property 'prop'", rather than "entries that have a positive property 'my-prop'". Is there a way to escape the dashes to get the latter meaning? thanks, ilya