From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Idea: Agenda Search publish? Date: Mon, 2 Apr 2007 16:06:56 +0200 Message-ID: <3d6808890704020706x5305adf3t4715f80a64bbc57a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYNEb-0002aq-86 for emacs-orgmode@gnu.org; Mon, 02 Apr 2007 10:10:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYNEZ-0002ab-L9 for emacs-orgmode@gnu.org; Mon, 02 Apr 2007 10:10:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYNEZ-0002aY-FL for emacs-orgmode@gnu.org; Mon, 02 Apr 2007 10:10:11 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYNBW-0003Ie-A1 for emacs-orgmode@gnu.org; Mon, 02 Apr 2007 10:07:02 -0400 Received: by ug-out-1314.google.com with SMTP id j3so2218077ugf for ; Mon, 02 Apr 2007 07:06:57 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode 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)) regards, Tim.