From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting with block agenda Date: Tue, 22 Jul 2008 12:10:39 -0700 Message-ID: <2383D04D-2500-4508-8D09-722019FE7316@uva.nl> References: <87y73tajw8.wl%jan.seeger@thenybble.de> <87vdyxagys.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLNG3-0005un-BA for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 15:10:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLNG2-0005uO-Mq for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 15:10:46 -0400 Received: from [199.232.76.173] (port=43684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLNG2-0005uJ-F3 for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 15:10:46 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:3578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLNG2-0004wq-4c for emacs-orgmode@gnu.org; Tue, 22 Jul 2008 15:10:46 -0400 In-Reply-To: <87vdyxagys.wl%jan.seeger@thenybble.de> 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: Jan Seeger Cc: emacs-orgmode You are completely right. This is a bug in Org-mode. - Carsten On Jul 22, 2008, at 11:53 AM, Jan Seeger wrote: > At Tue, 22 Jul 2008 11:09:22 -0700, > Carsten Dominik wrote: >> >> >> 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 >> identified by >> position, and your file list is seen as an attempt to set options >> (variables) >> for the command set. You need nil there. >> >> Can you identify a point in the documentation that made you assume =20= >> you >> could write things a you did? > > Quote from C-h v org-agenda-custom-commands: > >> You can also define a set of commands, to create a composite agenda =20= >> buffer. >> 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. > > > _______________________________________________ > 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