From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Witte Subject: Narrow to sparse tree Date: Thu, 6 Sep 2012 15:46:42 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cQ0-0007Wc-Aj for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 09:46:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9cPs-00075v-Cy for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 09:46:52 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:61243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cPs-00075r-8V for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 09:46:44 -0400 Received: by iagk10 with SMTP id k10so2390220iag.0 for ; Thu, 06 Sep 2012 06:46:43 -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 I keep a bibliography in an org file using the excellent org-bibtex functionality. It has over 100 entries with a first level heading for each item. I tag each of the items with keywords/topics. Using sparse trees I can quickly find and navigate to items matching a particular tag, but if only 4 items out of the 100 have that tag the "signal to noise" is pretty bad. What I would like to do is narrow the buffer to just those entries that match the tag. I've looked in the manual but I couldn't find a way to do this. Can this be done with org? Thanks for the help, Chris. ps. using M-g n or M-g M-n (next-error) with sparse trees I expected it to wrap when you reach the end of the file but sadly this is not the case. Is there a reason for this?