From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: tangle and comments. Date: Tue, 31 Oct 2017 07:47:08 +0000 Message-ID: <877evbbvyb.fsf@delle7240.chemeng.ucl.ac.uk> References: <87wp3c7ecu.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9RGX-0006JT-NK for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 03:47:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9RGU-0006GP-M7 for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 03:47:17 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:49340) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9RGU-0006Ez-Dq for emacs-orgmode@gnu.org; Tue, 31 Oct 2017 03:47:14 -0400 Received: by mail-wr0-x230.google.com with SMTP id g90so15016919wrd.6 for ; Tue, 31 Oct 2017 00:47:14 -0700 (PDT) Received: from delle7240.chemeng.ucl.ac.uk (188.29.164.227.threembb.co.uk. [188.29.164.227]) by smtp.gmail.com with ESMTPSA id h8sm398463wme.30.2017.10.31.00.47.11 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 31 Oct 2017 00:47:12 -0700 (PDT) In-Reply-To: <87wp3c7ecu.fsf@mat.ucm.es> (Uwe Brauer's message of "Mon, 30 Oct 2017 19:08:33 +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" To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote: > Hi > > I followed the instructions found in > http://eschulte.github.io/babel-dev/DONE-tangle-entire-org-mode-file-in-c= omments.html > > Although they are 7 years old however when I try to tangle the example > file I receive > > Tangled 0 code blocks from tangle2.org > > Here is the file just in case You don't way what version of org you are using but I am assuming a relatively recent version (given your emails in recent past). In this case, the comments directive is a src block header argument so should either be on the src line or as a header-args property: So either #+begin_src emacs-lisp :comments org or :PROPERTIES: :header-args: :comments org :END: HTH, eric =2D-=20 : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWfgqfAAKCRDIkZPY//z2 fQsyAJ0QpcRkBnhOiGJnNBswlEJW0nWgUgCdELE4jLwRMitnOmK/GlKnsgHjXiU= =hLwL -----END PGP SIGNATURE----- --=-=-=--