From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: bug#14379: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Date: Mon, 13 May 2013 15:32:45 -0600 Message-ID: <87r4hapnuq.fsf@gmail.com> References: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> <87ppww648u.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc0ND-0002B6-5N for emacs-orgmode@gnu.org; Mon, 13 May 2013 17:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uc0NB-0004Cz-P2 for emacs-orgmode@gnu.org; Mon, 13 May 2013 17:33:35 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:34983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc0NB-0004CE-Lx for emacs-orgmode@gnu.org; Mon, 13 May 2013 17:33:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Uc0Ne-0004Bq-As for emacs-orgmode@gnu.org; Mon, 13 May 2013 17:34:02 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <87ppww648u.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 12 May 2013 09:34:25 +0200") 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: Achim Gratz Cc: Glenn Morris , Carsten Dominik , 14379@debbugs.gnu.org Achim Gratz writes: > Carsten Dominik writes: >> I have asked Eric to fix these. > > These errors do not exist in Org 8 anymore, in other words they are > already fixed (by the introduction of ob-core, as it were). > I'm still getting an error with the following. $ emacs -batch -l lisp/ob-C.el Symbol's value as variable is void: org-babel-tangle-lang-exts I can eliminate the error if I remove (defvar org-babel-tangle-lang-exts) from ob-C.el, and add an explicit require to ob-tangle. I have no idea why the explicit require works, but requiring /through/ ob.el does not work. I can make these changes if it is important to be able to load these source files individually. Best, -- Eric Schulte http://cs.unm.edu/~eschulte