From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: a new way to navigate your org files Date: Sun, 24 Apr 2011 14:18:13 -0400 Message-ID: <87pqoby0m2.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QE3su-0002xA-F2 for emacs-orgmode@gnu.org; Sun, 24 Apr 2011 14:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QE3st-0001wM-H0 for emacs-orgmode@gnu.org; Sun, 24 Apr 2011 14:18:16 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:38383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QE3st-0001wF-BM for emacs-orgmode@gnu.org; Sun, 24 Apr 2011 14:18:15 -0400 In-Reply-To: (Tom's message of "Sun, 24 Apr 2011 16:06:05 +0000 (UTC)") 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: Tom Cc: emacs-orgmode@gnu.org Tom writes: > I use org goto to jump quckly to headings, but the other day > I forgot the name of the heading, but I remembered its contents. > I thought it could be useful if I could navigate org files by content > too, so I quickly created this package as a sunday afternoon fun. > > It is a wrapper around the multi-occur interface, so you can > simply type your search pattern and the occur results from your org > buffers are updated dynamically as you type. This is great! Thanks for sharing. Best, Matt