Hi all, I've got this warning when compiling:
,---- | Compiling /home/guerry/install/git/org-mode/lisp/ob-R.el... | | In end of data: | ob-R.el:401:1:Warning: the function `org-every' is not known to be defined. `---- (There is no org-every in ob-R.el directly.) And ~$ make test fails like this: ,---- | 21 src blocks added to Library of Babel | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-maxima.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-octave.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-perl.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-python.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-ruby.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-sh.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-table.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob-tangle.el (source)... | Loading /home/guerry/install/git/org-mode/testing/lisp/test-ob.el (source)... | Eager macro-expansion failure: (void-variable test-line) | Symbol's value as variable is void: test-line | mk/targets.mk:99: recipe for target 'test' failed | make: *** [test] Error 255 `---- This is with latest Org and Emacs 24.3.50.1, as compiled from trunk yesterday. I don't have time to look into this right now, but maybe someone has. Thanks, -- Bastien