Re: [O] Error when unfolding trees and when mobileorg push

2014-01-21 Thread Nicolas Goaziou
Hello, JBash writes: > However, when pushing to mobileorg, I now am getting: > > Symbol's function definition is void: avl-tree-mapc It appears that `avl-tree-mapc' doesn't exist in Emacs 23's avl-tree. I pushed a workaround in master. This is only temporary as I plan to rewrite the part of the

Re: [O] Error when unfolding trees and when mobileorg push

2014-01-20 Thread JBash
Thanks Nicolas. The problem I had with unfolding is now gone. However, when pushing to mobileorg, I now am getting: Symbol's function definition is void: avl-tree-mapc Thanks, Jerry On Mon, Jan 20, 2014 at 1:08 PM, Nicolas Goaziou wrote: > Hello, > > JBash writes: > > > I am getting the fol

Re: [O] Error when unfolding trees and when mobileorg push

2014-01-20 Thread Nicolas Goaziou
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 ye