From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: tag searches with regular expressions Date: Wed, 10 Aug 2011 00:37:57 +0200 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]:39390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QquwK-000712-5I for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 18:38:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QquwF-0001ay-GO for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 18:38:24 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:38884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QquwF-0001am-By for emacs-orgmode@gnu.org; Tue, 09 Aug 2011 18:38:19 -0400 Received: by fxg9 with SMTP id 9so596312fxg.0 for ; Tue, 09 Aug 2011 15:38:18 -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: org-mode mailing list Hi Orgers, I was trying to do a tags search for all tags with people's names. I use people's names like this "Suvayu". So I tried something like this "{[A-Z][a-z]+}", but that returns me almost every tag I have. Is this possible? If not, are there other ways of achieving something like this? PS: I checked the advanced search tutorial on Worg, it only talks about grouping tags. -- Suvayu Open source is the future. It sets us free.