From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [DEV] Date: Tue, 26 Jul 2011 02:58:25 +0200 Message-ID: <87oc0hq2mm.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVyJ-00013v-56 for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlVyH-00023I-QX for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:58:07 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:61651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlVyH-00023D-Kt for emacs-orgmode@gnu.org; Mon, 25 Jul 2011 20:58:05 -0400 Received: by wyg36 with SMTP id 36so3826652wyg.0 for ; Mon, 25 Jul 2011 17:58:04 -0700 (PDT) In-Reply-To: (Matthew Sauer's message of "Fri, 22 Jul 2011 08:47:22 -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: Matthew Sauer Cc: Org Mode Mailing List Hi Matthew, Matthew Sauer writes: > The agenda view will be a user definable number of days calendar with > a user defined number of days in the future view of upcoming deadlines > or just unscheduled deadlines (a choice between the two may have to be > implemented in the future as my skills grow and more contribute?) and > at the bottom we would find TODO keywords (maybe I need to change this > to != all not done keywords in the future) that are not scheduled and > do not have a deadline on them (kind of a someday/sometime todos). Mmhh... an interactive interface for building custom agenda views? I'd be curious about the result, but that'd probably be useful! > What I am needing to know is about adding an agenda view via a .el > file to the custom agenda views. Could I do that, something like > this: > -----Cut here---start code---cut here---start code----- > (add-to-list > '(org-agenda-custom-commands > (quote > ( > ("s" "Startup View" > ------Cut Here---end code----cut here----end code---- Did you try this? It should not work. In this file in Worg http://orgmode.org/worg/org-tutorials/advanced-searching.html you can see this example: #+begin_src emacs-lisp (add-to-list 'org-agenda-custom-commands '("b" "Big books" tags "+BIB_PAGES>1000")) #+end_src > When I get my basic idea for the package outlined a little more I will > ask for some help with testing on it at the github I have setup. Keep us posted! Thanks, -- Bastien