From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Query for tags, and bring results into headline? Date: Wed, 15 Jun 2011 19:02:33 -0500 Message-ID: References: <87hb8uk20p.fsf@fastmail.fm> <87aaemk1yo.fsf@fastmail.fm> <87y623zz8i.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX02e-0002Wn-Cf for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 20:02:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QX02c-0002dj-F2 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 20:02:35 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:46530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QX02c-0002dS-12 for emacs-orgmode@gnu.org; Wed, 15 Jun 2011 20:02:34 -0400 Received: by qwa26 with SMTP id 26so645015qwa.0 for ; Wed, 15 Jun 2011 17:02:33 -0700 (PDT) In-Reply-To: <87y623zz8i.fsf@fastmail.fm> 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: Matt Lundin Cc: emacs-orgmode On Wed, May 18, 2011 at 12:37 PM, Matt Lundin wrote: > Nathan Neff writes: > >> Thanks Matt! >> >> If it's not too much trouble for you, may I ask how I would filter >> out DONE, etc questions? >> > > Sure, no problem at all! > > #+begin: insert-links :match "questions/-DONE" > > Or, if you want to filter out all inactive todos: > > #+begin: insert-links :match "questions/!" This is cool. Thanks! --Nate > > Best, > Matt > >> On Mon, May 16, 2011 at 12:08 PM, Matt Lundin wrote: >>> Matt Lundin writes: >>> >>>> You could then create a dblock by typing C-c C-c on the following >>>> >>>> #+begin: insert-links :match questions >>>> #+end: >>> >>> Correction: this should be: >>> >>> --8<---------------cut here---------------start------------->8--- >>> #+begin: insert-links :match "questions" >>> #+end: >>> --8<---------------cut here---------------end--------------->8--- >>> >>> Best, >>> Matt >>> >