From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: Error: org-babel-execute-src-block: No org-babel-execute function for conf! Date: Mon, 7 Nov 2016 08:06:17 +0200 Message-ID: References: <87pom8ku9p.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c0970b870d41c0540afd2cd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3d4V-00074P-3X for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:06:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3d4U-0007Sd-AN for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:06:19 -0500 Received: from mail-yb0-x22c.google.com ([2607:f8b0:4002:c09::22c]:33957) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3d4U-0007Rg-5j for emacs-orgmode@gnu.org; Mon, 07 Nov 2016 01:06:18 -0500 Received: by mail-yb0-x22c.google.com with SMTP id d59so13428178ybi.1 for ; Sun, 06 Nov 2016 22:06:18 -0800 (PST) In-Reply-To: <87pom8ku9p.fsf@nicolasgoaziou.fr> 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 , org mode --94eb2c0970b870d41c0540afd2cd Content-Type: text/plain; charset=UTF-8 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: org-babel-execute-src-block: No org-babel-execute function for conf! is my syntax wrong? best and thx again Z --94eb2c0970b870d41c0540afd2cd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
thx Nicolas for the answer.=C2= =A0

im= still having issues getting this to work
<= br>
here is my modified example

**** main i3 conf
=C2=A0 =C2=A0 = =C2=A0:PROPERTIES:
=C2=A0 =C2=A0 =C2=A0:ID:= =C2=A0 =C2=A0 =C2=A0 f17b5518-2695-4484-a958-2fc7b8aa2479
=C2=A0 =C2=A0 =C2=A0:header-args: :tangle =C2=A0 ~/.i3/con= fig
=C2=A0 =C2=A0 =C2=A0:END:
mod is win key and mod1 is alt key in below config
=
***** General definitions
=C2=A0 =C2=A0 =C2=A0 :PROPERTIES:
=C2=A0 =C2=A0 =C2=A0 :ID: =C2=A0 =C2=A0 =C2=A0 97fcf6e4-a81d-4fe8-badc-6a9= b48668ec2
=C2=A0 =C2=A0 =C2=A0 :END:
<= div class=3D"gmail_extra">#+BEGIN_SRC conf
= # i3 general settings
#set variable names
set $mod Mod4
# Use Mouse+$mod to drag floating windows to their wanted position
<= div class=3D"gmail_extra">floating_modifier $mod
#+END_SRC


yet when i try to tangle recursively i get:<= /div>

org-babel-execute-src-block: No org-babel-execute func= tion for conf!

is my syntax wrong?

best and thx again
<= br>
Z


--94eb2c0970b870d41c0540afd2cd--