emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug#14379: Several Org source files cannot be loaded in isolation
@ 2013-05-10  7:50 Glenn Morris
  2013-05-11 16:20 ` Achim Gratz
  2013-05-12  4:09 ` Carsten Dominik
  0 siblings, 2 replies; 9+ messages in thread
From: Glenn Morris @ 2013-05-10  7:50 UTC (permalink / raw)
  To: 14379

Package: org-mode

(This report refers to the version of Org in the Emacs trunk.)
Several Org files cannot be loaded in isolation, by which I mean that eg

emacs -batch -l ob-C

fails. This may have no practical consequences, but seems like bad form
(eg it causes problems for automated testing).

The list is:

ob-C.el
ob-asymptote.el
ob-awk.el
ob-clojure.el
ob-fortran.el
ob-haskell.el
ob-io.el
ob-java.el
ob-latex.el
ob-lisp.el
ob-maxima.el
ob-ocaml.el
ob-perl.el
ob-picolisp.el
ob-python.el
ob-ruby.el
ob-scala.el
org-ctags.el

For all but the last, the problem is:

  Symbol's value as variable is void: org-babel-tangle-lang-exts

For org-ctags, the problem is:

  Symbol's function definition is void: case

(because the `case' macro from cl is used in the default value of a
defcustom, which is not evaluated till load time.). This one is probably
a real bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-05-14  5:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-10  7:50 bug#14379: Several Org source files cannot be loaded in isolation Glenn Morris
2013-05-11 16:20 ` Achim Gratz
2013-05-11 18:24   ` Glenn Morris
2013-05-12  4:08     ` bug#14379: " Carsten Dominik
2013-05-12  4:09 ` Carsten Dominik
2013-05-12  7:34   ` Achim Gratz
2013-05-12  8:57     ` Carsten Dominik
2013-05-13 21:32     ` bug#14379: " Eric Schulte
2013-05-14  5:23       ` ASSI

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).