From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mahler Subject: Re: org-mode stopped compiling recently Date: Mon, 28 Jun 2010 02:12:49 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=57780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OT1yJ-0005XK-MC for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 20:13:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OT1yI-0000oz-Gi for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 20:13:11 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:32865) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OT1yI-0000ov-B5 for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 20:13:10 -0400 Received: by wwf26 with SMTP id 26so2511338wwf.0 for ; Sun, 27 Jun 2010 17:13:09 -0700 (PDT) In-Reply-To: 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 also to load the source i need to do (require 'org) if i just (require 'org-install) and try to open my notes file i get: Debugger entered--Lisp error: (void-variable org-default-notes-file) (find-file org-default-notes-file) thanks daniel On Mon, Jun 28, 2010 at 2:08 AM, Daniel Mahler wrote: > i get: > > ... > In toplevel form: > lisp/babel/ob-table.el:54:1:Error: Symbol's value as variable is void: show-all > make: *** [lisp/babel/ob-table.elc] Error 1 > > i have tried 'make clean; git pull; make'' over several days with no change. > this must have happeed only last week or so, > since i had a sucessful sync not long before this started. > > thanks > daniel >