From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG typo in languages.html Date: Fri, 05 Apr 2013 20:06:09 +0200 Message-ID: <8738v4j1im.fsf@bzg.ath.cx> References: <5152A56E.6030909@easy-emacs.de> <87mwtcj2h4.fsf@bzg.ath.cx> <515F11F2.7020004@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOB1j-0001Nv-3N for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOB1g-00065u-MH for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:06:15 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:63598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOB1g-00065d-Fz for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:06:12 -0400 Received: by mail-wg0-f53.google.com with SMTP id c11so4187264wgh.32 for ; Fri, 05 Apr 2013 11:06:11 -0700 (PDT) In-Reply-To: <515F11F2.7020004@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Fri, 05 Apr 2013 20:03:30 +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: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode Hi Andreas, Andreas Röhler writes: > wrong there also. Evaluating > > (org-babel-do-load-languages > 'org-babel-load-languages > '( > (c . t))) > > ==> > Debugger entered--Lisp error: (file-error "Cannot open load file" "ob-c") > require(ob-c) > #[(pair) "A\303@!\211\203 > > But > > (org-babel-do-load-languages > 'org-babel-load-languages > '( > (C . t))) > > ==> > ((C . t)) I see, fixed, thanks for the explanations. -- Bastien