From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: [DEV] Date: Fri, 22 Jul 2011 08:47:22 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkG4c-0001ko-6A for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:47:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkG4a-0006Cm-Ed for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:47:26 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:63370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkG4a-0006CH-AE for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:47:24 -0400 Received: by ewy9 with SMTP id 9so1996498ewy.0 for ; Fri, 22 Jul 2011 06:47:23 -0700 (PDT) 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: Org Mode Mailing List Hello all, I have decided to work on a startup dot el package geared around orgmode. I want to get it up to a basic functionality before I allow it to be distributed and I know I still have some work to do to get it to that point. My first goal is have a file open on either the left or the right and a somewhat customizable agenda buffer on the other side. What I am trying to accomplish is the providing of a easy to use interface for beginners in org-mode to get started and use it for task/project management. 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). 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---- 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. Thank you in advance for your suggestions/support and feedback. -- Matthew