From mboxrd@z Thu Jan 1 00:00:00 1970 From: wasyst Subject: Re: org-batch-store-agenda-views - bug or functional change? Date: Sat, 19 Jan 2008 15:19:25 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGMyH-0000Dl-Jv for emacs-orgmode@gnu.org; Sat, 19 Jan 2008 18:19:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGMyF-0000Bd-RR for Emacs-orgmode@gnu.org; Sat, 19 Jan 2008 18:19:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGMyF-0000Ba-Ja for Emacs-orgmode@gnu.org; Sat, 19 Jan 2008 18:19:27 -0500 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGMyF-0007KS-AH for Emacs-orgmode@gnu.org; Sat, 19 Jan 2008 18:19:27 -0500 Received: by fk-out-0910.google.com with SMTP id 26so966866fkx.10 for ; Sat, 19 Jan 2008 15:19:26 -0800 (PST) In-Reply-To: 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 Or: Can I add a parameter to my custom agenda definitions to offset for the parameter change? This will be of a great help since the package manager (I am using Ubuntu) will update the changes I made. Thank you! On Jan 19, 2008 3:03 PM, 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! >