From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Query for tags, and bring results into headline? Date: Mon, 16 May 2011 13:08:31 -0400 Message-ID: <87aaemk1yo.fsf@fastmail.fm> References: <87hb8uk20p.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM1HX-0008C0-5R for emacs-orgmode@gnu.org; Mon, 16 May 2011 13:08:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM1HU-000655-Ny for emacs-orgmode@gnu.org; Mon, 16 May 2011 13:08:35 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:38860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM1HU-000650-Jk for emacs-orgmode@gnu.org; Mon, 16 May 2011 13:08:32 -0400 In-Reply-To: <87hb8uk20p.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 16 May 2011 13:07:18 -0400") 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 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