From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [agenda] Case-insensitive tag search Date: Tue, 11 Oct 2011 00:20:07 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDOCz-0000Xn-1V for emacs-orgmode@gnu.org; Mon, 10 Oct 2011 18:20:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDOCy-0001Ix-7I for emacs-orgmode@gnu.org; Mon, 10 Oct 2011 18:20:29 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:54618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDOCx-0001Is-Tp for emacs-orgmode@gnu.org; Mon, 10 Oct 2011 18:20:28 -0400 Received: by bkbzs2 with SMTP id zs2so10039765bkb.0 for ; Mon, 10 Oct 2011 15:20:27 -0700 (PDT) In-Reply-To: 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: Marcelo de Moraes Serpa Cc: Org Mode , Carsten Dominik Hi Marcelo, On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa wrote: > Would it be hard to add such feature, considering I'm just beginning with > elisp? Might be a=A0candidate=A0for my first patch to orgmode :) Since you mention lisp, I think you can have an easy solution with a custom agenda command. As far as I can see there could be two possibilities, bind `case-fold-search' to t or `downcase' your search query before performing a regular tags search. I haven't looked at any code before making these suggestions. So you will have to figure out which, if any at all, is viable. HF --=20 Suvayu Open source is the future. It sets us free.