emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Symbol's value as variable is void: org-babel-temp-file


From: Stephen Eglen
Subject: Re: [O] Symbol's value as variable is void: org-babel-temp-file
Date: Sun, 24 Feb 2013 23:01:16 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

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 <address@hidden>
Date:   Sun Feb 24 19:42:12 2013 +0100


$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." 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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]