From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Trouble setting variables in custom agenda command Date: Wed, 3 Jun 2009 17:17:42 +0200 Message-ID: References: <20090527020507.GA5071@owl.prv.maya.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBthE-0001u6-63 for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 12:52:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBth9-0001tW-Ll for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 12:52:11 -0400 Received: from [199.232.76.173] (port=36049 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBth9-0001tT-CY for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 12:52:07 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:34282) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBth8-000427-Pz for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 12:52:06 -0400 Received: by fxm17 with SMTP id 17so132753fxm.42 for ; Wed, 03 Jun 2009 09:52:05 -0700 (PDT) In-Reply-To: <20090527020507.GA5071@owl.prv.maya.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: Christopher DeMarco Cc: emacs-orgmode@gnu.org Could anyone please try to reproduce this? Thanks. - Carsten On May 27, 2009, at 4:05 AM, Christopher DeMarco wrote: > I have the following in my .emacs (long lines, sorry): > > (setq org-agenda-custom-commands > '(("c" "The Cycle" > ((agenda "" > ( > (org-agenda-overriding-columns-format > "%75ITEM %7Effort{:} %7CLOCKSUM{Total} %15TAGS %SCHEDULED") ;; no > (org-agenda-view-columns-initially > t) ;; no > (org-agenda-start-with-log-mode > t > ) ;; > no > (org-agenda-ndays > 1 > ) ;; yes > (org-agenda-skip- > function > ;; yes > '(org-agenda-skip-entry-if 'notregexp "\\* > TODO"))))) > nil nil))) > > Why don't the first three variables get set (or at least their effects > aren't visible in the Agenda buffer), but the last two do? > > What am I missing in the manual that would have made this clear? > > TIA! > > > -- > Christopher DeMarco > IT Director > MAYA Group > +1-412-708-9660 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode