From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Fri, 10 May 2013 07:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: 14379@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1368172233589 (code B ref -1); Fri, 10 May 2013 07:51:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2013 07:50:33 +0000 Received: from localhost ([127.0.0.1]:35335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uai65-00009Q-1v for submit@debbugs.gnu.org; Fri, 10 May 2013 03:50:33 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53712) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uai62-000096-S7 for submit@debbugs.gnu.org; Fri, 10 May 2013 03:50:31 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Uai5r-0002dK-Lf; Fri, 10 May 2013 03:50:19 -0400 From: Glenn Morris X-Spook: IRA Cohiba nitrate BRLO condor Nazi Ansar al-Islam X-Ran: "w=dl User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.4 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -8.1 (--------) 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. From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Sat, 11 May 2013 18:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: 14379@debbugs.gnu.org Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136829666319297 (code B ref 14379); Sat, 11 May 2013 18:25:02 +0000 Received: (at 14379) by debbugs.gnu.org; 11 May 2013 18:24:23 +0000 Received: from localhost ([127.0.0.1]:36797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbET1-00051B-1k for submit@debbugs.gnu.org; Sat, 11 May 2013 14:24:23 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:56838) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbESy-00050y-8t for 14379@debbugs.gnu.org; Sat, 11 May 2013 14:24:21 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UbESg-0001Pa-6K; Sat, 11 May 2013 14:24:02 -0400 From: Glenn Morris References: <87vc6p1ob0.fsf@Rainer.invalid> X-Spook: Pine Gap InfoSec keyhole warfare Etacs Albania Taiwan X-Ran: e*yY"HM7~vHjeniBSl]OH,$L.eKca^N{LN0huN8|@z4z3B[a)3/pp} (Achim Gratz's message of "Sat, 11 May 2013 18:20:03 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -8.4 (--------) (Please keep the debbugs address included. It is basically an alias for the org-mode list in this instance.) Achim Gratz wrote: > Reimplementation with pcase should fix that unless this is then resolved > at compile-time? pcase probably doesn't exist in all the ancient Emacs versions that you want to support? In any case, it will case cause needless loading of pcase at run-time. I'd use good old `cond' if I were you. Actually, `if' will suffice in this case. Actually actually, why not (if (executable-find "ctags-exuberant") "ctags-exuberant" "ctags") ? From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: [O] bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Carsten Dominik Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Sun, 12 May 2013 04:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Glenn Morris Cc: 14379@debbugs.gnu.org Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136833175610900 (code B ref 14379); Sun, 12 May 2013 04:10:02 +0000 Received: (at 14379) by debbugs.gnu.org; 12 May 2013 04:09:16 +0000 Received: from localhost ([127.0.0.1]:37057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbNb1-0002pk-Qf for submit@debbugs.gnu.org; Sun, 12 May 2013 00:09:16 -0400 Received: from mail-we0-f181.google.com ([74.125.82.181]:38808) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbNb0-0002pK-6p for 14379@debbugs.gnu.org; Sun, 12 May 2013 00:09:14 -0400 Received: by mail-we0-f181.google.com with SMTP id q55so5047821wes.26 for <14379@debbugs.gnu.org>; Sat, 11 May 2013 21:08:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=ehSQPb+3ik80gHAYD6VoDI/nE2a5cAZvUpZkDto58SM=; b=F23A5bTSQmsvKWckDLwfgmX16H65aiZ8GqV3bwZ2GEe7Iw3/PSn1KsJnplB3schwE6 wJjPU+OpslJosjVpzLvRHC4Rm4OR6LhjNoN8AjKbuUHX1t17op5H+gDdaQx833fHnX6j adyVyPZSB7nlqDiizqsJg3uooop4GAvRb8J4vbIWLFmgtjU+SVQ4+itSkEsquh/PO2bO NKUCEH3bpoucZ7ScYULQUGiXDszC6ZwtcB+Iz7hRZ9z4goddcpnh4KNO3UR9MZ3YZZr3 2X52gHc0NwkOgCXW4vDGqMzr+ypd/USZEC34tF98Rvh1dlk8dFmdLc4W4CYVik8M81qG wZ+A== X-Received: by 10.194.95.9 with SMTP id dg9mr32450825wjb.45.1368331733972; Sat, 11 May 2013 21:08:53 -0700 (PDT) Received: from 192.168.2.5 ([86.85.85.170]) by mx.google.com with ESMTPSA id w8sm2115365wiz.0.2013.05.11.21.08.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 21:08:53 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Carsten Dominik In-Reply-To: Date: Sun, 12 May 2013 06:08:52 +0200 Content-Transfer-Encoding: 7bit Message-Id: <196E6F14-81F4-4FD8-BE9D-0FAA310A8CF7@gmail.com> References: <87vc6p1ob0.fsf@Rainer.invalid> X-Mailer: Apple Mail (2.1503) X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 11.5.2013, at 20:24, Glenn Morris wrote: > > (Please keep the debbugs address included. It is basically an alias for > the org-mode list in this instance.) > > Achim Gratz wrote: > >> Reimplementation with pcase should fix that unless this is then resolved >> at compile-time? > > pcase probably doesn't exist in all the ancient Emacs versions that you > want to support? In any case, it will case cause needless loading of > pcase at run-time. I'd use good old `cond' if I were you. > Actually, `if' will suffice in this case. > Actually actually, why not > (if (executable-find "ctags-exuberant") "ctags-exuberant" "ctags") [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.7 FSL_HELO_BARE_IP_2 FSL_HELO_BARE_IP_2 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (carsten.dominik[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.181 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% [score: 0.4937] 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 1.0 (+) On 11.5.2013, at 20:24, Glenn Morris wrote: > > (Please keep the debbugs address included. It is basically an alias for > the org-mode list in this instance.) > > Achim Gratz wrote: > >> Reimplementation with pcase should fix that unless this is then resolved >> at compile-time? > > pcase probably doesn't exist in all the ancient Emacs versions that you > want to support? In any case, it will case cause needless loading of > pcase at run-time. I'd use good old `cond' if I were you. > Actually, `if' will suffice in this case. > Actually actually, why not > (if (executable-find "ctags-exuberant") "ctags-exuberant" "ctags") I have used this fix, thanks. - Carsten From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: [O] bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Carsten Dominik Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Sun, 12 May 2013 04:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Glenn Morris Cc: 14379@debbugs.gnu.org Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136833181511328 (code B ref 14379); Sun, 12 May 2013 04:11:02 +0000 Received: (at 14379) by debbugs.gnu.org; 12 May 2013 04:10:15 +0000 Received: from localhost ([127.0.0.1]:37061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbNbz-0002wa-4C for submit@debbugs.gnu.org; Sun, 12 May 2013 00:10:15 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:57016) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbNbx-0002wD-2D for 14379@debbugs.gnu.org; Sun, 12 May 2013 00:10:13 -0400 Received: by mail-wg0-f49.google.com with SMTP id j13so5100858wgh.28 for <14379@debbugs.gnu.org>; Sat, 11 May 2013 21:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=g94StExYlP0I0lKtTx+vGGCEVL8vhXv56vvqs9wpAuc=; b=p5Bd02y2hIOEBg/QhFbARX6RMrbVOglOe5TDfd0re1VSnSNKlVd/XHxUOhd5whQYBc jgoBPCd67DhqOjLc7RVOEstVYzNrtX3hIzTIUZRXep9pt6IdJGXaB8rgN7aUPbzlzoTU uxZMKPmpACGaStmdS37e00J138F9JcOd2+FrZ8YSIS7USS47iXfSvfUmBujJDQKx2h5/ f5DcYXRLk7C6vJzcgvzkt89ajWuKN2UTkpr6wkHPMPZ3evUV0Bub+HVWTRdKuC0f21p0 Is2Jv/U9/TqV6JjdCwfdQKDKm0gh5ZoBF3aH9c0vNWIIiXrvOFitXjC1nXOVJZ0g6enT F5gw== X-Received: by 10.180.185.179 with SMTP id fd19mr11382036wic.1.1368331793313; Sat, 11 May 2013 21:09:53 -0700 (PDT) Received: from 192.168.2.5 ([86.85.85.170]) by mx.google.com with ESMTPSA id w8sm2115365wiz.0.2013.05.11.21.09.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 21:09:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Carsten Dominik In-Reply-To: Date: Sun, 12 May 2013 06:09:52 +0200 Content-Transfer-Encoding: 7bit Message-Id: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> References: X-Mailer: Apple Mail (2.1503) X-Spam-Score: -0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.9 (/) 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. > > > From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Achim Gratz Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Sun, 12 May 2013 07:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Carsten Dominik Cc: Glenn Morris , 14379@debbugs.gnu.org Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136834411331855 (code B ref 14379); Sun, 12 May 2013 07:36:02 +0000 Received: (at 14379) by debbugs.gnu.org; 12 May 2013 07:35:13 +0000 Received: from localhost ([127.0.0.1]:37148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbQoK-0008Hd-D1 for submit@debbugs.gnu.org; Sun, 12 May 2013 03:35:12 -0400 Received: from mail-in-01.arcor-online.net ([151.189.21.41]:45630) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbQoH-0008HQ-Av for 14379@debbugs.gnu.org; Sun, 12 May 2013 03:35:11 -0400 Received: from mail-in-14-z2.arcor-online.net (mail-in-14-z2.arcor-online.net [151.189.8.31]) by mx.arcor.de (Postfix) with ESMTP id 6AF345A774; Sun, 12 May 2013 09:34:48 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-14-z2.arcor-online.net (Postfix) with ESMTP id 706C118615; Sun, 12 May 2013 09:34:48 +0200 (CEST) X-Greylist: Passed host: 217.235.66.60 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net 3126F3AED1C DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nexgo.de; s=mail-in; t=1368344088; bh=FcL3eK9JctXFIquob4csRRFba68yvFvSDOXYiiKrPCc=; h=From:To:Cc:Subject:References:Date:In-Reply-To:Message-ID: MIME-Version:Content-Type; b=Gvgz6Nfpwgpx6PBS4O3amHx2PC3yIp+M3/D+qkmXyygV+P2gz0od7X4zAzb6B5joG GsTKmLHEs/E8eL/rvQ5PRejMS+Hh5SWdZuHWqBqPRYhMaCPkHRaEtWRUA45KW8yj0F gg1/RBk1dsMPnTGNJWs/t6darst79dLNNzWs4fuA= X-Greylist: Passed host: 217.235.66.60 X-Greylist: Passed host: 217.235.66.60 Received: from Rainer.invalid (pD9EB423C.dip0.t-ipconnect.de [217.235.66.60]) (Authenticated sender: stromeko@arcor.de) by mail-in-08.arcor-online.net (Postfix) with ESMTPSA id 3126F3AED1C; Sun, 12 May 2013 09:34:48 +0200 (CEST) From: Achim Gratz References: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> Date: Sun, 12 May 2013 09:34:25 +0200 In-Reply-To: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> (Carsten Dominik's message of "Sun, 12 May 2013 06:09:52 +0200") Message-ID: <87ppww648u.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Carsten Dominik writes: > I have asked Erik 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). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf rackAttack V1.04R1: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Carsten Dominik Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Sun, 12 May 2013 08:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Achim Gratz Cc: Glenn Morris , Eric Schulte , 14379@debbugs.gnu.org Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136834909420533 (code B ref 14379); Sun, 12 May 2013 08:59:02 +0000 Received: (at 14379) by debbugs.gnu.org; 12 May 2013 08:58:14 +0000 Received: from localhost ([127.0.0.1]:37172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbS6g-0005L8-9r for submit@debbugs.gnu.org; Sun, 12 May 2013 04:58:14 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:39066) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbS6d-0005Kv-2X for 14379@debbugs.gnu.org; Sun, 12 May 2013 04:58:11 -0400 Received: by mail-wg0-f52.google.com with SMTP id k13so5454014wgh.7 for <14379@debbugs.gnu.org>; Sun, 12 May 2013 01:57:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=XJMXsPdnlOPgSpNJWr7eZsMipXL2VhtxgZRBAEo1FRg=; b=UiYmgv6373Ta+vGOu/e2sofybRmPl/kpq5/vUo2bgiZZE6sKnOGzx0fFYUnRihu6zs KHTgnPkW7n2iqwr9+0iAnWDUyR+s7rdzxQuLzUIfXCDJvoI9Siq2gXDXnQd+0IgC7neE edAgCTVmiWbhn4i+VZuOqcA+6FRl1dljXVxxdvcH34WXfU91DQ4j0iQu5z2oG8gFUfDh k7HkvauWh2hTH1tZP6ftH3Iv/JWcVO0pJSBu0AqljBJx5llKGmkk2vEcFb+CQwV/Rcsu IM2mY0A45lbpnptibtCRi79Tnu9d/7pCM7Rgb0kMkVkFzP3rJDaz2xst99X+8y+DSTiG yI8w== X-Received: by 10.180.189.41 with SMTP id gf9mr12176643wic.32.1368349069733; Sun, 12 May 2013 01:57:49 -0700 (PDT) Received: from 192.168.2.5 ([86.85.85.170]) by mx.google.com with ESMTPSA id ff10sm8757626wib.10.2013.05.12.01.57.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 May 2013 01:57:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) From: Carsten Dominik In-Reply-To: <87ppww648u.fsf@Rainer.invalid> Date: Sun, 12 May 2013 10:57:48 +0200 Content-Transfer-Encoding: 7bit Message-Id: References: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> <87ppww648u.fsf@Rainer.invalid> X-Mailer: Apple Mail (2.1503) X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.9 (/) I missed that, thank you. - Carsten On 12.5.2013, at 09:34, Achim Gratz wrote: > Carsten Dominik writes: >> I have asked Erik 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). > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > SD adaptation for Waldorf rackAttack V1.04R1: > http://Synth.Stromeko.net/Downloads.html#WaldorfSDada From debbugs-submit-bounces@debbugs.gnu.org Mon May 13 12:21:54 2013 Received: (at control) by debbugs.gnu.org; 13 May 2013 16:21:54 +0000 Received: from localhost ([127.0.0.1]:38830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbvVa-0008TE-2V for submit@debbugs.gnu.org; Mon, 13 May 2013 12:21:54 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39587) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbvVU-0008Sq-Uv for control@debbugs.gnu.org; Mon, 13 May 2013 12:21:49 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UbvV3-0005n1-3X for control@debbugs.gnu.org; Mon, 13 May 2013 12:21:21 -0400 Date: Mon, 13 May 2013 12:21:21 -0400 Message-Id: Subject: control message for bug 14379 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.6 (-----) close 14379 From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: [O] bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: Eric Schulte Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Mon, 13 May 2013 21:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Achim Gratz Cc: Glenn Morris , 14379@debbugs.gnu.org, Carsten Dominik Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136848081816041 (code B ref 14379); Mon, 13 May 2013 21:34:02 +0000 Received: (at 14379) by debbugs.gnu.org; 13 May 2013 21:33:38 +0000 Received: from localhost ([127.0.0.1]:39091 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uc0NF-0004Af-4R for submit@debbugs.gnu.org; Mon, 13 May 2013 17:33:38 -0400 Received: from mail-pb0-f54.google.com ([209.85.160.54]:41659) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uc0ND-0004AY-9R for 14379@debbugs.gnu.org; Mon, 13 May 2013 17:33:36 -0400 Received: by mail-pb0-f54.google.com with SMTP id ro8so2262140pbb.41 for <14379@debbugs.gnu.org>; Mon, 13 May 2013 14:33:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=XwWr1N/zAYEA/QHCnC8yvnqoKPK8EhVhbNbUPYIL8dE=; b=NZYPwxgqcF35E4wLmUDyi16SMGIO2FI89WzVOeKQL+l42UVgmATwmT0DEkxK6ZA/0f 28XvOmu1zqBASqtI/A46ef/5X/0RhRFHrg5u84DILtGoaiv+tmOZOLG8H6s6FYKadzwg kSf3xfufOFwmut1hQ0cW5A0liXSLdcY+0Ld91WyZ8DsjIfq8xBpcfuRHrQtLYzWgC8yU 5qA5QFCI0IaOa3swdCsSHymMZWrNBgRy6UtDkYoTEYLPhoRKhsXmaQQ3Sp7FKILfFk6q DbsKoJa9ieBKhECLNWuT/YB+SNa8YMQ4e1aqfyRXXJ4QKgST/1LhNkhDltJ7aURRF+C9 HUkw== X-Received: by 10.68.224.65 with SMTP id ra1mr30708739pbc.103.1368480785169; Mon, 13 May 2013 14:33:05 -0700 (PDT) Received: from bagel (c-174-56-50-60.hsd1.nm.comcast.net. [174.56.50.60]) by mx.google.com with ESMTPSA id uf2sm15321980pbc.41.2013.05.13.14.33.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 13 May 2013 14:33:04 -0700 (PDT) From: Eric Schulte References: <53D9FBF9-68B6-4AD7-B2B9-32F02F204502@gmail.com> <87ppww648u.fsf@Rainer.invalid> Date: Mon, 13 May 2013 15:32:45 -0600 In-Reply-To: <87ppww648u.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 12 May 2013 09:34:25 +0200") Message-ID: <87r4hapnuq.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) 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 From unknown Mon Aug 11 18:55:05 2025 X-Loop: help-debbugs@gnu.org Subject: bug#14379: [O] bug#14379: bug#14379: Several Org source files cannot be loaded in isolation Resent-From: ASSI Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: emacs-orgmode@gnu.org Resent-Date: Tue, 14 May 2013 05:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14379 X-GNU-PR-Package: org-mode X-GNU-PR-Keywords: To: Eric Schulte Cc: Glenn Morris , 14379@debbugs.gnu.org, Carsten Dominik Received: via spool by 14379-submit@debbugs.gnu.org id=B14379.136850906119934 (code B ref 14379); Tue, 14 May 2013 05:25:02 +0000 Received: (at 14379) by debbugs.gnu.org; 14 May 2013 05:24:21 +0000 Received: from localhost ([127.0.0.1]:39309 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uc7im-0005BR-BD for submit@debbugs.gnu.org; Tue, 14 May 2013 01:24:20 -0400 Received: from mail-in-09.arcor-online.net ([151.189.21.49]:45763) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uc7ij-0005BE-Bv for 14379@debbugs.gnu.org; Tue, 14 May 2013 01:24:19 -0400 Received: from mail-in-10-z2.arcor-online.net (mail-in-10-z2.arcor-online.net [151.189.8.27]) by mx.arcor.de (Postfix) with ESMTP id 8477B197CBA; Tue, 14 May 2013 07:23:45 +0200 (CEST) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-10-z2.arcor-online.net (Postfix) with ESMTP id 7FE0D28A6C3; Tue, 14 May 2013 07:23:45 +0200 (CEST) X-Greylist: Passed host: 217.235.56.210 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 526A09BE5E DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nexgo.de; s=mail-in; t=1368509025; bh=uSp1qYCuMcXQ5MCz1vokZeYyqmxcidM0xFhV5+QVGc0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Transfer-Encoding:Content-Type; b=SE/6nDVFT2HfGXtiiLnGv4c1tAjMXvJOdKhYW9k0yK2OH89Is2gonCmIBYez5wAgJ N02AYxI4CExS0sSfkVNPZkFhQkMsD1aI38fUvL2EoK3mXli4NtZPCzYZSowcnmMSam XJQGr748/7OMvgqo2duDsaXnGT9GwOUwVBcJRh7Y= X-Greylist: Passed host: 217.235.56.210 X-Greylist: Passed host: 217.235.56.210 X-Greylist: Passed host: 217.235.56.210 Received: from rainer.invalid (pD9EB38D2.dip0.t-ipconnect.de [217.235.56.210]) (Authenticated sender: stromeko@arcor.de) by mail-in-14.arcor-online.net (Postfix) with ESMTPSA id 526A09BE5E; Tue, 14 May 2013 07:23:45 +0200 (CEST) From: ASSI Date: Tue, 14 May 2013 07:23:42 +0200 Message-ID: <2127577.dxyDOK2DmO@rainer.invalid> User-Agent: KMail/4.10.2 (Linux/3.9.1-7.gb6484b6-pae; KDE/4.10.2; i686; ; ) In-Reply-To: <87r4hapnuq.fsf@gmail.com> References: <87ppww648u.fsf@Rainer.invalid> <87r4hapnuq.fsf@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) On Monday 13 May 2013, 15:32:45, Eric Schulte wrote: > 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 Depending on which Emacs version you use and whether, where and how Org 8 is installed and initialized, you'll need something like $ emacs -Q -batch -l org8-init.el -l lisp/ob-C.el for testing, to avoid pulling in the wrong autoloads. This won't be a problem once Org 8 is integrated into Emacs, but you need to be careful with standalone Org. > 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. I'll test that again once more to be sure, but this should really be fixed already. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html