From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Query for tags, and bring results into headline? Date: Wed, 18 May 2011 13:37:33 -0400 Message-ID: <87y623zz8i.fsf@fastmail.fm> References: <87hb8uk20p.fsf@fastmail.fm> <87aaemk1yo.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMkgj-0004Pe-Hj for emacs-orgmode@gnu.org; Wed, 18 May 2011 13:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMkgi-00036X-Ha for emacs-orgmode@gnu.org; Wed, 18 May 2011 13:37:37 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:42633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMkgi-00036C-9w for emacs-orgmode@gnu.org; Wed, 18 May 2011 13:37:36 -0400 In-Reply-To: (Nathan Neff's message of "Wed, 18 May 2011 10:22:56 -0500") 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: Nathan Neff Cc: emacs-orgmode 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/!" 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 >>