From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Error: org-babel-execute-src-block: No org-babel-execute function for conf! Date: Mon, 07 Nov 2016 07:46:50 +0100 Message-ID: <87lgwvlrc5.fsf@nicolasgoaziou.fr> References: <87pom8ku9p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3dhj-0007vd-D7 for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:46:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3dhi-0002ai-LZ for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:46:51 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57497) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3dhi-0002Zk-FL for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:46:50 -0500 In-Reply-To: (Xebar Saram's message of "Mon, 7 Nov 2016 08:06:17 +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: Xebar Saram Cc: org mode Hello, Xebar Saram writes: > thx Nicolas for the answer. > > im still having issues getting this to work > > here is my modified example > > **** main i3 conf > :PROPERTIES: > :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 > :header-args: :tangle ~/.i3/config > :END: > mod is win key and mod1 is alt key in below config > ***** General definitions > :PROPERTIES: > :ID: 97fcf6e4-a81d-4fe8-badc-6a9b48668ec2 > :END: > > #+BEGIN_SRC conf > # i3 general settings > #set variable names > set $mod Mod4 > # Use Mouse+$mod to drag floating windows to their wanted position > floating_modifier $mod > #+END_SRC > > > yet when i try to tangle recursively i get: I don't know what is to "tangle recursively", but calling `org-babel-tangle' on the document above succeeds here. Regards, -- Nicolas Goaziou