From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Agenda Org-mode searches are limited by buffer narrowing [6.33trans (release_6.33c.18.ga606)] Date: Thu, 19 Nov 2009 14:27:32 +0100 Message-ID: References: <874ooru4a5.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB72z-0000sV-WA for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:27:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB72v-0000pQ-LG for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:27:41 -0500 Received: from [199.232.76.173] (port=34733 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB72v-0000p7-7y for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:27:37 -0500 Received: from ey-out-1920.google.com ([74.125.78.146]:30236) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB72u-0004vj-St for emacs-orgmode@gnu.org; Thu, 19 Nov 2009 08:27:37 -0500 Received: by ey-out-1920.google.com with SMTP id 3so730413eyh.34 for ; Thu, 19 Nov 2009 05:27:36 -0800 (PST) In-Reply-To: <874ooru4a5.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org On Nov 18, 2009, at 6:33 PM, Bernt Hansen wrote: > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? > See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ------------------------------------------------------------------------ > > The org-agenda multi-occur search command (C-c a /) does not return > results on buffers that are currently narrowed if the search would > normally match outside the narrowed region. This prevents possible > matches from being displayed. > > Narrowing should probably be disabled during searches so it's possible > to find all of the occurrences. > > I'm working in file A, and have it narrowed to subtree. I get > interrupted and move to file B, then I want to add details to a > project I know exists and I use the agenda search to find it ... but > it's in file A outside the narrowed region and no results are > returned. I forgot file A was narrowed but I don't think this should > affect the search results. > > I think the agenda restriction lock should be the only thing that > affects agenda search results. This is already the case I believe. But multi-occur uses a separate Emacs function, so I need to do extra work to widen these buffers. This should now work, thank you for your report. - Carsten > > -Bernt > > Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) > of 2008-11-09 on raven, modified by Debian > Package: Org-mode version 6.33trans (release_6.33c.18.ga606) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten