From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Trouble setting variables in custom agenda command Date: Wed, 03 Jun 2009 13:45:32 -0500 Message-ID: <87y6s92m2b.fsf@fastmail.fm> References: <20090527020507.GA5071@owl.prv.maya.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBvRp-0007iF-KW for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 14:44:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBvRl-0007dI-69 for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 14:44:25 -0400 Received: from [199.232.76.173] (port=36045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBvRl-0007dF-0M for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 14:44:21 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:37150) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBvRk-0000hV-M7 for emacs-orgmode@gnu.org; Wed, 03 Jun 2009 14:44:20 -0400 In-Reply-To: (Carsten Dominik's message of "Wed, 3 Jun 2009 17:17:42 +0200") 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: Carsten Dominik Cc: Christopher DeMarco , emacs-orgmode@gnu.org Carsten Dominik writes: > 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? I can reproduce this. I evaluated and ran the custom agenda command and got the last two variables (org-agenda-ndays and org-agenda-skip-function), but no column view or log view. - Matt