From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Error when unfolding trees and when mobileorg push Date: Mon, 20 Jan 2014 19:08:51 +0100 Message-ID: <87wqhuy18s.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5JH5-00051S-Rq for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 13:08:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5JGx-0003kV-Dk for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 13:08:39 -0500 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:42562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5JGx-0003kN-6W for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 13:08:31 -0500 Received: by mail-wi0-f169.google.com with SMTP id e4so4691896wiv.0 for ; Mon, 20 Jan 2014 10:08:30 -0800 (PST) In-Reply-To: (JBash's message of "Mon, 20 Jan 2014 12:21:20 -0500") 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: JBash Cc: emacs-orgmode Mode Hello, JBash writes: > I am getting the following error when unfolding certain trees (I believe > this is only trees that have the PROPERTIES tag added automatically by > mobileorg), and also when pushing files for mobileorg. My search for this > in the archives has not turned up anything as yet, and as my lisp skills > are not up to the task, I am wondering if anyone would be able to help > determine the cause of my problem and point me towards a solution. > > Many thanks, > Jerry > > --------------------- > > byte-code: Wrong number of arguments: #[(tree data) "=C3=83=C3=84H >=E2= =80=9E > $=E2=80=A1" [tree cl-struct-avl-tree--tags data avl-tree--do-delete 0 err= or > "avl-tree--cmpfun accessing a non-avl-tree-" 2 "avl-tree--dummyroot > accessing a non-avl-tree-" 1] 5 > ("/usr/share/emacs/23.4/lisp/emacs-lisp/avl-tree.elc" . 14221)], 4 Org uses a cache mechanism built over avl-tree library, which was included in Emacs 23.1. I realize that `avl-tree-delete' signature changed between Emacs 23.1 and Emacs 24.1. The problem should be gone. Thank you for reporting it. Regards, --=20 Nicolas Goaziou