From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Babel issue after upgrade to Org 8? Date: Wed, 07 Aug 2013 13:23:03 +0200 Message-ID: <86a9kteodk.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org SabreWolfy wrote: > I've recently updated my Debian unstable installation and Emacs now repor= ts > this on startup: > > Symbol's function definition is void: org-babel-do-load-language > > My .emacs includes: > > (org-babel-do-load-languages 'org-babel-load-languages '((R . t))) > > I've searched for a solution and read the notes about upgrading to Org 8 > (which may have occurred during the update?), but have not found a soluti= on. > Can someone point me in the right direction, please? Thanks. This is weird as it's part of `org.el' (and is supposed to be autoloaded)... =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 org-babel-do-load-languages is an autoloaded Lisp function in `= org.el'. =E2=94=82=20 =E2=94=82 (org-babel-do-load-languages SYM VALUE) =E2=94=82=20 =E2=94=82 Load the languages defined in `org-babel-load-languages'. =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 Maybe type a `make autoloads' if you use the Git version... Best regards, Seb --=20 Sebastien Vauban