From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Idea: Agenda Search publish? Date: Mon, 23 Apr 2007 22:39:49 +0200 Message-ID: <4bbea17378fe63d761a2ce6a80eddb04@science.uva.nl> References: <3d6808890704020706x5305adf3t4715f80a64bbc57a@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hg5Pl-0006IC-Di for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 16:45:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hg5Ph-0006GL-P5 for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 16:45:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hg5Ph-0006GG-LT for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 16:45:33 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hg5KG-0008Ea-6C for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 16:39:56 -0400 In-Reply-To: <3d6808890704020706x5305adf3t4715f80a64bbc57a@mail.gmail.com> 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: Tim O'Callaghan Cc: emacs-orgmode On Apr 2, 2007, at 16:06, Tim O'Callaghan wrote: > Hi, i have been playing with org-agenda-custom-commands, and it got me > thinking. > > What about adding the generated searches as a publishable source? > possibly by adding to > org-agenda-custom-commands. > e.g.: > (setq org-agenda-custom-commands > > '(("w" todo "WAITING" "Waiting_list_summary.html" publish-html) > ("W" todo-tree "WAITING" "Waiting_list_full.html" publish-html)) Would htmlize be enough to publish this, or do people have more fancy ideas about how this should work? - Carsten