From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [agenda] Lisp error: (args-out-of-range 0 0) Date: Fri, 08 Feb 2013 16:18:07 +0100 Message-ID: <877gmisrd0.fsf@bzg.ath.cx> References: <86wquj7oov.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qny-00075N-7j for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:28:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3qnw-0002xx-VX for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:28:02 -0500 Received: from plane.gmane.org ([80.91.229.3]:40556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qnw-0002xc-PD for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 11:28:00 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3qoA-00056H-So for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 17:28:14 +0100 In-Reply-To: <86wquj7oov.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 07 Feb 2013 23:18:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Hi Sébastien, "Sebastien Vauban" writes: > With a recent pull (of today, 15:45), I now have the following error when > generating the agenda views: I can't reproduce this. > #+begin_src emacs-lisp > (setq org-agenda-prefix-format > '((agenda . " %-11s%i %-12:c%?-12t%7e ") > (timeline . " % s") > (todo . " %i %-12:c") > (search . " %i %-12:c") > (tags . " %i %-12:c")))) > #+end_src Can you provide a minimal .org file too? Thanks, -- Bastien