From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elliott Slaughter Subject: Bug: Symbol's value as variable is void: org-src-lang-modes Date: Tue, 15 Aug 2017 12:27:59 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11466b68f9597f0556cfc649" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhhVY-0005qo-LY for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 15:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhhVS-0007Ql-If for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 15:28:08 -0400 Received: from mail-ua0-x22b.google.com ([2607:f8b0:400c:c08::22b]:33892) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhhVS-0007PV-D8 for emacs-orgmode@gnu.org; Tue, 15 Aug 2017 15:28:02 -0400 Received: by mail-ua0-x22b.google.com with SMTP id q25so6470424uah.1 for ; Tue, 15 Aug 2017 12:28:00 -0700 (PDT) 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" To: emacs-orgmode@gnu.org --001a11466b68f9597f0556cfc649 Content-Type: text/plain; charset="UTF-8" When I install a fresh copy of org-mode via el-get, I see the following error: Bug: Symbol's value as variable is void: org-src-lang-modes I don't believe this is a problem in el-get, but if I'm wrong, let me know and I will take this up with the el-get developers. Here is the backtrace: Debugger entered--Lisp error: (void-variable org-src-lang-modes) add-to-list(org-src-lang-modes ("sclang" . sclang)) byte-code("\300\301\302\303\304\"\"\207" [with-eval-after-load "org" add-to-list org-src-lang-modes ("sclang" . sclang)] 5) load("/home/eslaught/.emacs.d/el-get/.loaddefs" nil t) el-get-load-fast("/home/eslaught/.emacs.d/el-get/.loaddefs.el") el-get-eval-autoloads() el-get(sync) econf-install() eval-buffer(# nil "/home/eslaught/econf/econf-helper.el" nil t) ; Reading at buffer position 1907 load-with-code-conversion("/home/eslaught/econf/econf-helper.el" "/home/eslaught/econf/econf-helper.el" nil t) require(econf-helper) eval-buffer(# nil "/home/eslaught/.emacs" nil t) ; Reading at buffer position 205 load-with-code-conversion("/home/eslaught/.emacs" "/home/eslaught/.emacs" t t) load("~/.emacs" t t) #[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202;^@\313\307\314\317#$ command-line() normal-top-level() Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Package: Org mode installed via el-get, from the following Git commit commit 489080124210a78d6622c79ede5c003e07c2ccb8 Merge: b900a85 731f59f Author: Kyle Meyer Date: Mon Aug 14 22:04:35 2017 -0400 Merge branch 'maint' --001a11466b68f9597f0556cfc649 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
When I install a fresh copy of org-mode via el-get, I= see the following error:

Bug: Symbol's value as variable is voi= d: org-src-lang-modes

I don't believe this= is a problem in el-get, but if I'm wrong, let me know and I will take = this up with the el-get developers.

Here is the bac= ktrace:

Debugger entered--Lisp error: (void-variable org-s= rc-lang-modes)
=C2=A0 add-to-list(org-src-lang-modes ("sclang"= . sclang))
=C2=A0 byte-code("\300\301\302\303\304\"\"\20= 7" [with-eval-after-load "org" add-to-list org-src-lang-mode= s ("sclang" . sclang)] 5)
=C2=A0 load("/home/eslaught/.em= acs.d/el-get/.loaddefs" nil t)
=C2=A0 el-get-load-fast("/home/= eslaught/.emacs.d/el-get/.loaddefs.el")
=C2=A0 el-get-eval-autoload= s()
=C2=A0 el-get(sync)
=C2=A0 econf-install()
=C2=A0 eval-buffer(= #<buffer=C2=A0 *load*-610652> nil "/home/eslaught/econf/econf-he= lper.el" nil t)=C2=A0 ; Reading at buffer position 1907
=C2=A0 load= -with-code-conversion("/home/eslaught/econf/econf-helper.el" &quo= t;/home/eslaught/econf/econf-helper.el" nil t)
=C2=A0 require(econf= -helper)
=C2=A0 eval-buffer(#<buffer=C2=A0 *load*> nil "/home= /eslaught/.emacs" nil t)=C2=A0 ; Reading at buffer position 205
=C2= =A0 load-with-code-conversion("/home/eslaught/.emacs" "/home= /eslaught/.emacs" t t)
=C2=A0 load("~/.emacs" t t)
=C2= =A0 #[0 "^H\205\262^@=C2=A0=C2=A0=C2=A0=C2=A0 \306=3D\203^Q^@\307^H\31= 0Q\202;^@ \311=3D\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202= ;^@\313\307\314\317#$
=C2=A0 command-line()
=C2=A0 normal-top-level()=

Emacs=C2=A0 : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3= .10.7)
=C2=A0of 2014-03-07 on lamiak, modified by Debian
Package: Org= mode installed via el-get, from the following Git commit

commit 489= 080124210a78d6622c79ede5c003e07c2ccb8
Merge: b900a85 731f59f
Author: = Kyle Meyer <kyle@kyleam.com>Date:=C2=A0=C2=A0 Mon Aug 14 22:04:35 2017 -0400

=C2=A0=C2=A0=C2= =A0 Merge branch 'maint'

--001a11466b68f9597f0556cfc649--