From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Can't have tags with a dash Date: Wed, 12 Oct 2011 14:08:21 -0400 Message-ID: <7960.1318442901@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE3E8-0007Ax-2N for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:08:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RE3E6-0008RS-Sd for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:08:24 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:42559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RE3E6-0008RF-Q6 for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 14:08:22 -0400 In-Reply-To: Message from suvayu ali of "Wed, 12 Oct 2011 20:02:03 +0200." Content-ID: <7946.1318442850.1@alphaville.americas.hpqcorp.net> 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: suvayu ali Cc: nicholas.dokos@hp.com, Org Mode , Marcelo de Moraes Serpa suvayu ali wrote: > On Wed, Oct 12, 2011 at 7:37 PM, Marcelo de Moraes Serpa > wrote: > > I've noticed org can't handle a single tag with a dash in it. If I try to > > tag an item with 'payment-integration' for example, org turns it into two > > tags - ':payment:integration'. Is that intended? > > I believe so. > Yes - look at the match syntax for tags: (info "(org) Matching tags and properties") Nick