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

2013-02-26 Thread Stephen Eglen
git log | head -3 commit 3a0e559ad976eaf8e6e6d4b304209d310e282a7d Author: Bastien Guerry b...@altern.org Date: Sun Feb 24 19:42:12 2013 +0100 FWIW, I'm on that commit and I don't see the problem. Thanks Nick; based on your comments and Achim's other replies, I nuked and reinstalled

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

2013-02-24 Thread sje30
With today's git I'm getting the following errors when compiling orgmode $ make ... org-w3m.el:44:1:Error: Symbol's value as variable is void: org-babel-temp-file Its stopping orgmode from working for me -- any clues? thanks, Stephen

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

2013-02-24 Thread Achim Gratz
sj...@damtp.cam.ac.uk writes: With today's git I'm getting the following errors when compiling orgmode $ make ... org-w3m.el:44:1:Error: Symbol's value as variable is void: org-babel-temp-file Its stopping orgmode from working for me -- any clues? Well, that doesn't make any sense:

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

2013-02-24 Thread Stephen Eglen
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

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

2013-02-24 Thread Nick Dokos
Stephen Eglen s.j.eg...@damtp.cam.ac.uk wrote: 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

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

2013-02-24 Thread Achim Gratz
Stephen Eglen writes: 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. This is puzzling, everything appears to be correct. Do you