From mboxrd@z Thu Jan 1 00:00:00 1970 From: Van L Subject: Re: C++ is not accepted for SRC block evaluation Date: Sun, 27 May 2018 12:50:57 +1000 Message-ID: References: <068D0D8C-238F-4D1A-A808-CA81DFD43F8B@scratch.space> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMlm6-0004dt-A9 for emacs-orgmode@gnu.org; Sat, 26 May 2018 22:51:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMlm3-0000Hc-6p for emacs-orgmode@gnu.org; Sat, 26 May 2018 22:51:14 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:55867) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fMlm3-0008WR-0i for emacs-orgmode@gnu.org; Sat, 26 May 2018 22:51:11 -0400 In-Reply-To: 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: John Kitchin Cc: org-mode-email > John Kitchin writes: >=20 > It should be (C . t) >=20 > it looks like ob-C also handles C++. > Section 14.7 Languages in the Org Mode working with source code = infopages lists C++. Thanks. How about the following to update the documentation: #+BEGIN_EXAMPLE diff --git a/doc/misc/org.texi b/doc/misc/org.texi index cf1c037..7b00f0a 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -15522,7 +15522,8 @@ Languages @multitable @columnfractions 0.25 0.25 0.25 0.25 @headitem @b{Language} @tab @b{Identifier} @tab @b{Language} @tab = @b{Identifier} @item Asymptote @tab asymptote @tab Awk @tab awk -@item C @tab C @tab C++ @tab C++ +@c @item C @tab C @tab C++ @tab C++ +@item C++ @tab C @tab C @tab C @item Clojure @tab clojure @tab CSS @tab css @item D @tab d @tab ditaa @tab ditaa @item Graphviz @tab dot @tab Emacs Calc @tab calc #+END_EXAMPLE Combining C/C++ to C in one field frees up a slot for Texinfo, texi.=