From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: sparse tree search still hides matching drawers (bug?) Date: Fri, 20 May 2016 14:18:20 +0200 Message-ID: <871t4wdisz.fsf@saiph.selenimh> References: <87eg9fijn3.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3jNx-0006Hv-Mn for emacs-orgmode@gnu.org; Fri, 20 May 2016 08:18:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3jNr-0000Sp-MU for emacs-orgmode@gnu.org; Fri, 20 May 2016 08:18:32 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3jNr-0000SF-Fh for emacs-orgmode@gnu.org; Fri, 20 May 2016 08:18:27 -0400 In-Reply-To: (Samuel Wales's message of "Fri, 6 May 2016 18:07:21 -0700") 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" To: Samuel Wales Cc: emacs-orgmode@gnu.org Hello, Samuel Wales writes: > that would only either allow case folding or no case folding. in > isearch, if you search for lowercase, it folds. if you search for > uppercase CATEGORY, it doesn't. I added `org-occur-case-fold-search' variable in master. Setting it to `smart' should mimic isearch when calling org-occur. Regards, -- Nicolas Goaziou