From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Seeger" Subject: Re: Exporting with block agenda Date: Tue, 22 Jul 2008 20:53:15 +0200 Message-ID: <87vdyxagys.wl%jan.seeger@thenybble.de> References: <87y73tajw8.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLMz0-0007yJ-Rp for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 14:53:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLMyy-0007xl-Ds for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 14:53:09 -0400 Received: from [199.232.76.173] (port=53338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLMyy-0007xe-AK for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 14:53:08 -0400 Received: from thenybble.de ([87.230.95.74]:41558) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLMyy-0001m9-7t for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 14:53:08 -0400 In-Reply-To: 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 At Tue, 22 Jul 2008 11:09:22 -0700, Carsten Dominik wrote: >=20 >=20 > On Jul 22, 2008, at 10:49 AM, Jan Seeger wrote: > > (setq org-agenda-custom-commands '( > > ("c" "" > > ((todo "NEXT|TODO") (agenda)) > > ((org-agenda-with-colors nil) > > (ps-font-size '(8 . 8)) > > (org-agenda-compact-blocks t) > > (ps-landscape-mode t) > > (ps-number-of-columns 2) > > ) > > ("/tmp/todo-list.ps") > > ) > > )) > The setting is wrong. Parameters in org-agenda-custom-commands are =20 > identified by > position, and your file list is seen as an attempt to set options =20 > (variables) > for the command set. You need nil there. >=20 > Can you identify a point in the documentation that made you assume you =20 > could write things a you did? Quote from C-h v org-agenda-custom-commands:=20 > You can also define a set of commands, to create a composite agenda buff= er. > In this case, an entry looks like this: > > (key desc (cmd1 cmd2 ...) general-settings-for-whole-set files) This looks to me as if only four elements where needed: Key, description, list of lists of commands (agenda,alltodo etc), settings and filenames. Regards, Jan -- Warning! Erwin Schr=F6dinger will kill you like a cat in a box. Maybe.