From mboxrd@z Thu Jan 1 00:00:00 1970 From: Van L Subject: typo, sp at C++ Source Code Blocks in Org Mode Date: Mon, 5 Nov 2018 19:00:20 +1100 Message-ID: <8283F13A-9B49-4372-A333-2BBB8EBEDDB3@scratch.space> Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJZy9-0000uR-NO for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 03:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJZoc-0007qe-0X for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 03:00:57 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:54277) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJZob-00070Y-O4 for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 03:00:53 -0500 Received: from epi.local (14-203-214-4.tpgi.com.au [14.203.214.4]) (Authenticated sender: van@scratch.space) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id A6FF01BF20B for ; Mon, 5 Nov 2018 08:00:25 +0000 (UTC) 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-org list Hello, At the following page: https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-C.html // CC+ should be C++ :main can be set to "no" to inhibit wrapping of the code block in a main = function call. :includes (C & CC+ only) accepts either a single string name, or a list of names = of files to #include in the execution of the code block. // Spelling should be =E2=80=98explicitly' C++ needs to explicitely include either stdio.h or =