From mboxrd@z Thu Jan 1 00:00:00 1970 From: joakim@verona.se Subject: Re: Literate config and :tangle clauses Date: Sun, 25 Dec 2016 11:39:54 +0100 Message-ID: References: <87r34yz1wd.fsf@laptoptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cL6E4-0003eI-Ou for emacs-orgmode@gnu.org; Sun, 25 Dec 2016 05:40:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cL6E1-0007NX-MT for emacs-orgmode@gnu.org; Sun, 25 Dec 2016 05:40:24 -0500 Received: from [195.159.176.226] (port=59588 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cL6E1-0007MV-G0 for emacs-orgmode@gnu.org; Sun, 25 Dec 2016 05:40:21 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cL6Dn-00079R-AU for emacs-orgmode@gnu.org; Sun, 25 Dec 2016 11:40:07 +0100 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 aaermolov@gmail.com writes: > Hi all! > > Recently I've experienced a kind of a problem - my literate Emacs config > stopped tangling correctly, only a subset of code blocks were found in > resulting .el file. > I've looked at it a bit closer and it seems now (not earlier than 9.0.2) > the :tangle clause became required. I've searched Org repo but failed to > find a respective commit or any reference to the relevant info. I also experienced the same behaviour. :tangle became required, which it wasn't previously. My solution was just to add the ":tangle yes" tag everywhere. > > Can anyone point me to the right direction? > > regards, > Alex > -- Joakim Verona