From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Extracting information with Agenda functions Date: Fri, 18 Mar 2011 20:00:25 +0100 Message-ID: <4D83ABC9.5080308@christianmoe.com> References: Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48582 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0erl-0007RI-4X for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 14:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0erk-0002T7-7s for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 14:57:41 -0400 Received: from mars.hitrost.net ([91.185.211.18]:38274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0erj-0002CT-Uw for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 14:57:40 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Sauer Cc: Org Mode Mailing List I don't know if there's a way to simply replicate the agenda, but if not, you should be able to achieve what you want with org-collector.el. http://orgmode.org/worg/org-contrib/org-collector.html Yours, Christian On 3/18/11 5:42 PM, Matthew Sauer wrote: > I am trying to create a dynamic block on a page that will contain the > information and/or functionality of > C-c a t > The agenda todo list. I have that setup to pull all unscheduled > todo's. Does anyone know if it possible to replicate the agenda > inside a dynamic block on a page or a way that I could pull this > information and put it inside a dynamic block? > > Matthew > >