From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Special Characters In Tags Date: Tue, 26 Jul 2011 02:19:11 +0200 Message-ID: <87oc0hrj0g.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVMJ-0001Ot-Ae for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlVMI-00047C-AU for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:18:51 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:47599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVMI-000478-1K for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:18:50 -0400 Received: by wwf22 with SMTP id 22so3666652wwf.30 for ; Mon, 25 Jul 2011 17:18:49 -0700 (PDT) In-Reply-To: (aditya siram's message of "Sat, 23 Jul 2011 08:27:25 -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: aditya siram Cc: emacs-orgmode@gnu.org Hi aditya, aditya siram writes: > Hi all, > Are special characters allowed in tags? The standard regexp for matching tags is ":[[:alnum:]_@#%:". So no, special characters are not allowed, especially "&" and parentheses, and there is no escape character to allow them. Sorry! -- Bastien