From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-batch-store-agenda-views - bug or functional change? Date: Sun, 20 Jan 2008 17:12:34 +0100 Message-ID: <3C7E43DB-3EFC-4498-B909-4C554E5779A1@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGcmx-0007Fn-9p for emacs-orgmode@gnu.org; Sun, 20 Jan 2008 11:12:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGcmu-0007BP-NF for Emacs-orgmode@gnu.org; Sun, 20 Jan 2008 11:12:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGcmu-0007BF-Hv for Emacs-orgmode@gnu.org; Sun, 20 Jan 2008 11:12:48 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGcmu-0005B2-5x for Emacs-orgmode@gnu.org; Sun, 20 Jan 2008 11:12:48 -0500 Received: by fg-out-1718.google.com with SMTP id d23so1762888fga.30 for ; Sun, 20 Jan 2008 08:12:47 -0800 (PST) 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: wasyst Cc: Emacs-orgmode@gnu.org Hi, yes, there was a change in this function, some time ago. But org- batch-store-agenda-views calls `org-agenda-normalize-custom-commands' to offset this change. Maybe you have something odd in org-agenda- custom-commands? - Carsten On Jan 20, 2008, at 12:03 AM, wasyst wrote: > First of all - org-mode is a great peace of software which I use > everyday now. Thanks! > > I'm not sure if this is the place for bug reports, but I could not > find other link. > It might be a change in functionality, but I could not find anything > relevant in the changelog or in the documentation. > > My custom defined agenda views stopped to export and I tracked the > problem down to a change in org-batch-store-agenda-views function > (after version 5.16 I believe ) in the following fragment: > (setq cmd (pop cmds) > thiscmdkey (car cmd) > opts (nth 4 cmd) > files (nth 5 cmd)) > The function used to look in the 3rd and 4th element of the list for > opts and files before. Changing the last two lines to > opts (nth 3 cmd) > files (nth 4 cmd)) > fixes the problem for me. > > Was there a change in the parameters list? > > Thanks! > > > _______________________________________________ > 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