From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: Special Characters In Tags Date: Sat, 23 Jul 2011 08:27:25 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkcEp-0002Iw-Q0 for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 09:27:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkcEo-0004Lp-Vv for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 09:27:27 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:64428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkcEo-0004Lf-Qo for emacs-orgmode@gnu.org; Sat, 23 Jul 2011 09:27:26 -0400 Received: by wyg36 with SMTP id 36so2447405wyg.0 for ; Sat, 23 Jul 2011 06:27:25 -0700 (PDT) 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, Are special characters allowed in tags? I have a set of source blocks that use certain Haskell functions and to the heading I'd like to add tags with those function names. But the functions are named eg. (&&&) which won't show up if typed normally. Is there an escape character that will allow this? -deech