From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: C++ is not accepted for SRC block evaluation Date: Sun, 27 May 2018 21:48:42 +0100 Message-ID: <87bmd0u8np.fsf@gmail.com> References: <068D0D8C-238F-4D1A-A808-CA81DFD43F8B@scratch.space> <87lgc43l07.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fN2au-0000cv-Ul for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:48:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fN2ar-0005cw-RJ for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:48:48 -0400 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]:52159) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fN2ar-0005cD-Js for emacs-orgmode@gnu.org; Sun, 27 May 2018 16:48:45 -0400 Received: by mail-wm0-x235.google.com with SMTP id j4-v6so27069310wme.1 for ; Sun, 27 May 2018 13:48:45 -0700 (PDT) In-Reply-To: <87lgc43l07.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou , Van L Cc: org-mode-email , John Kitchin Hi Nicolas, 2018ko maiatzak 27an, Nicolas Goaziou-ek idatzi zuen: [...] > No, that's not correct. It should be (C++ . t), but "ob-C.el" should > provide "ob-C++" feature, too. Is this right? Even if the feature is provide-d by the file, the require in org-babel-do-load-languages will not find it (because the file name does not match). C++ is not a valid choice for the variable AFAICT. The customize interface makes that clear by not offering it as an option, but if the variable is customized outside of customize (so to speak...) chaos reigns... -- Aaron Ecay