From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: Symbol's value as variable is void: org-babel-temp-file Date: Sun, 24 Feb 2013 23:01:16 +0000 Message-ID: References: <87sj4lfj4q.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9kZW-0005dp-GA for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 18:01:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9kZV-0004tk-9r for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 18:01:30 -0500 Received: from plane.gmane.org ([80.91.229.3]:41113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9kZV-0004tg-3Z for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 18:01:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U9kZn-00028Z-2b for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 00:01:47 +0100 Received: from rgc.damtp.cam.ac.uk ([131.111.17.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Feb 2013 00:01:47 +0100 Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Feb 2013 00:01:47 +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: emacs-orgmode@gnu.org On Sun, Feb 24 2013, Achim Gratz wrote: > Well, that doesn't make any sense: org-w3m doesn't contain the string in > question, much less a variable reference in current Org, neither on the > maint nor the master branch. You will want to be more forthcoming with > information what commit you're at and what exactly you are doing. Start > with showing us the output of "git status" and "make config-all" if that > doesn't already give you a clue as to what is missing. Thanks Achim; if its just my installation, and not others, I'll try and debug this end. But just for the record, here's the output you asked for. I get the byte-compile error when doing "make" in the top-level. Stephen $ git log | head -3 git log | head -3 commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d Author: Bastien Guerry Date: Sun Feb 24 19:42:12 2013 +0100 $ git status # On branch master # Untracked files: # (use "git add ..." to include in what will be committed) # # SJENOTES_GIT.org # utils/ nothing added to commit but untracked files present (use "git add" to track) make config-all ========= Emacs executable and Installation paths EMACS = emacs DESTDIR = ORGCM = dirall ORG_MAKE_DOC = info html pdf lispdir = /usr/share/emacs/site-lisp/org infodir = /usr/share/info datadir = /usr/share/emacs/etc/org testdir = /var/folders/91/91jLO-U5Hb8NrhtwVFdhLk+++TI/-Tmp-//tmp-orgtest ========= Additional files from contrib/lisp ========= Test configuration BTEST_PRE = BTEST_POST = BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave python sh BTEST_EXTRA = ========= Executables used by make CP = install -m 644 -p MKDIR = install -m 755 -d RM = rm -f RMR = rm -fr FIND = find SUDO = sudo PDFTEX = pdftex TEXI2PDF = texi2pdf --batch --clean TEXI2HTML = makeinfo --html --number-sections MAKEINFO = makeinfo INSTALL_INFO = install-info ========= Commands used by make BATCH = emacs -batch -Q BATCHL = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")' ELC = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")' --eval '(batch-byte-compile)' ELCDIR = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")' --eval '(batch-byte-recompile-directory 0)' BTEST = emacs -batch -Q --eval '(add-to-list '"'"'load-path "./lisp")' --eval '(add-to-list '"'"'load-path "./testing")' -l org-loaddefs.el -l testing/org-test.el --eval '(require '"'"'ob-awk)' --eval '(require '"'"'ob-C)' --eval '(require '"'"'ob-fortran)' --eval '(require '"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require '"'"'ob-octave)' --eval '(require '"'"'ob-python)' --eval '(require '"'"'ob-sh)' --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests MAKE_LOCAL_MK = emacs -batch -Q --eval '(add-to-list '"'"'load-path "./lisp")' --eval '(load "org-compat.el")' --eval '(load "../mk/org-fixup.el")' --eval '(org-make-local-mk)' MAKE_ORG_INSTALL = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")' --eval '(load "org-compat.el")' --eval '(load "../mk/org-fixup.el")' --eval '(org-make-org-loaddefs)' MAKE_ORG_VERSION = emacs -batch -Q --eval '(add-to-list '"'"'load-path ".")' --eval '(load "org-compat.el")' --eval '(load "../mk/org-fixup.el")' --eval '(org-make-org-version "7.9.3f" "release_7.9.3f-1199-g3a0e55" "/usr/share/emacs/etc/org")' ========= Org version make: Org-mode version 7.9.3f (release_7.9.3f-1199-g3a0e55 => /usr/share/emacs/site-lisp/org)