From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Possible bug in Org-mode version 4.74 Date: Mon, 21 May 2007 10:27:22 +0200 Message-ID: <2a5a3af7f05301c68a3190b0420811a7@science.uva.nl> References: <87odkelqxd.fsf@kosolapov-nb.plesk.ru> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hq3Eo-0003rZ-BZ for emacs-orgmode@gnu.org; Mon, 21 May 2007 04:27:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hq3Em-0003qv-W1 for emacs-orgmode@gnu.org; Mon, 21 May 2007 04:27:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hq3Em-0003ql-MZ for emacs-orgmode@gnu.org; Mon, 21 May 2007 04:27:28 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hq3El-0003Aq-G3 for emacs-orgmode@gnu.org; Mon, 21 May 2007 04:27:28 -0400 In-Reply-To: <87odkelqxd.fsf@kosolapov-nb.plesk.ru> 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: Ruslan Kosolapov Cc: emacs-orgmode On May 21, 2007, at 6:51, Ruslan Kosolapov wrote: > > CD> I have released version 4.74 of Org-mode at > CD> http://www.astro.uva.nl/~dominik/Tools/org/ > > 1. I got org-mode from > http://staff.science.uva.nl/~dominik/Tools/org/org-4.74.tar.gz > > 2. I configure agenda export as follows: > (setq org-agenda-exporter-settings > '((htmlize-output-type 'inline-css))) > > (setq org-agenda-custom-commands > '(("w" todo "WAITING" nil ("agenda-waiting.html")) > ("n" todo "NEXT" nil ("agenda-next.html")) > ("f" todo "FREEZED" nil ("agenda-freezed.html")) > ("d" "Agenda + NEXT" ((agenda) (todo "NEXT")) ("agenda+next.html")) there is `nil' missing between the list of commands and the list of files. nil stands for the list of options, you have it right in all other cases. > ("c" agenda "" nil ("agenda-current.html")) > ("I" "Ilnar tasks" ((tags "ilnar")) nil ("ilnar-tasks.html")) > ("R" "rk tasks" ((tags "rk")) nil ("rk-tasks.html")) > )) > > 3. Now when I press C-c a e, error appears (full errmessage in attach): > Debugger entered--Lisp error: (void-variable nosettings) > (org-write-agenda "agenda-waiting.html" nosettings) Indeed a bug, will be fixed in 4.75. > > Additional info: > 1. When I use C-x C-w in agenda buffer, I get another error (full > errmessage in second attach): > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p > nil) > insert(nil 10 "\n" "\n \n" " " "*Org Agenda*" "\n" > "" "") This is another bug, thank you. You can prevent if for the time being by loading htmlize before using the org stuff. Will be fixed in 4.75 as well. Thanks a lot for the detailed report, quite complete! One more thing: I strongly advise to use absolute file names in org-agenda-custom-commands. - Carsten