Re: [Orgmode] cannot build 5.17a

2007-12-29 Thread Hans Halvorson
This seems to have been a temporary problem with one particular version of Emacs CVS. I just rebuilt Emacs, and now org-mode builds fine. Thanks, Hans On Dec 29, 2007 8:13 AM, Bastien <[EMAIL PROTECTED]> wrote: > > "Hans Halvorson" <[EMAIL PROTECTED]> writes: > > > Here's what I get: > > > > $ m

Re: [Orgmode] cannot build 5.17a

2007-12-29 Thread Bastien
"Hans Halvorson" <[EMAIL PROTECTED]> writes: > Here's what I get: > > $ make > emacs -batch -q -eval "(add-to-list (quote load-path) \".\")" -f > batch-byte-compile org.el > > In toplevel form: > org.el:12977:10:Error: Wrong type argument: listp, t > make: *** [org.elc] Error 1 > > I am using Emac

[Orgmode] cannot build 5.17a

2007-12-28 Thread Hans Halvorson
Here's what I get: $ make emacs -batch -q -eval "(add-to-list (quote load-path) \".\")" -f batch-byte-compile org.el In toplevel form: org.el:12977:10:Error: Wrong type argument: listp, t make: *** [org.elc] Error 1 I am using Emacs 23.0.50.1 from CVS, Nov 28, 2007. ___