From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher DeMarco Subject: Trouble setting variables in custom agenda command Date: Tue, 26 May 2009 22:05:07 -0400 Message-ID: <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 1M9J6V-0004QA-2R for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:23:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9J6L-0004Pd-S9 for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:23:32 -0400 Received: from [199.232.76.173] (port=50112 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9J6L-0004Pa-C4 for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:23:25 -0400 Received: from stork.maya.com ([192.70.254.17]:53383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9J6K-00057F-QO for emacs-orgmode@gnu.org; Wed, 27 May 2009 09:23:25 -0400 Received: from owl (owl.prv.maya.com [10.20.30.40]) by stork.maya.com (Postfix) with ESMTP id B470510C for ; Wed, 27 May 2009 09:23:30 -0400 (EDT) Resent-Message-ID: <20090527132322.GA10164@owl.prv.maya.com> Resent-To: emacs-orgmode@gnu.org 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@gnu.org 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