From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Date: Sun, 12 May 2013 06:09:52 +0200 Message-ID: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> References: Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNcS-0001lg-E2 for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbNcR-00083h-GJ for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:10:44 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:32952) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbNcR-00083d-BF for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:10:43 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UbNck-0002ze-BK for emacs-orgmode@gnu.org; Sun, 12 May 2013 00:11:02 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: 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: Glenn Morris Cc: 14379@debbugs.gnu.org On 10.5.2013, at 09:50, Glenn Morris wrote: > 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 I have asked Erik to fix these. Thanks for the report. - Carsten > 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. > > >