From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Error: org-babel-execute-src-block: No org-babel-execute function for conf! Date: Sun, 6 Nov 2016 15:20:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114fc6c052f3f50540a1c6ba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3NNQ-0001qD-I6 for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 08:20:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3NNP-0006d6-C2 for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 08:20:48 -0500 Received: from mail-yw0-x234.google.com ([2607:f8b0:4002:c05::234]:36130) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c3NNP-0006bL-6V for emacs-orgmode@gnu.org; Sun, 06 Nov 2016 08:20:47 -0500 Received: by mail-yw0-x234.google.com with SMTP id l124so117535577ywb.3 for ; Sun, 06 Nov 2016 05:20:45 -0800 (PST) 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: org mode --001a114fc6c052f3f50540a1c6ba Content-Type: text/plain; charset=UTF-8 Hi all I have my dot files in orgmode format and have been using it for a year or so with great success. today i noticed that code block (conf blocks) that i used to tangle recursively have stopped working and i get this error org-babel-execute-src-block: No org-babel-execute function for conf! this is an example of how the code block looks *** sxhkd :PROPERTIES: :ID: 781eaed4-2ce8-49ff-9516-b84de52cfaab :tangle: ~/.config/sxhkd/sxhkdrc :END: https://github.com/baskerville/sxhkd **** X system :PROPERTIES: :ID: 4a3ed3e0-fdf8-4fd1-bc2b-2ab87cae3633 :END: #+BEGIN_SRC conf ################################################################ ######## X/SYSTEM ################################################################ #xkill control+alt+super+x xkill #touchpad on/off control+alt+super + t /home/zeltak/bin/trackpad-toggle.sh #suspend control+alt+super + s systemctl suspend #gpaste shift+control+Insert /home/zeltak/bin/roficlip.sh # copyq menu # copyq show #brighntess XF86MonBrightnessUp xbacklight -inc 10 # increase screen brightness XF86MonBrightnessDown xbacklight -dec 10 # decrease screen brightness #+END_SRC any one knows whats changed with latest org? best Z --001a114fc6c052f3f50540a1c6ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all

I have my dot files in orgmode f= ormat and have been using it for a year or so with great success. today i n= oticed that code block (conf blocks) that i used to tangle recursively have= stopped working and i get this error

org-bab= el-execute-src-block: No org-babel-execute function for conf!


this is an example of how the code block l= ooks


*** sxhkd
=C2= =A0 =C2=A0 :PROPERTIES:
=C2=A0 =C2=A0 :ID: =C2=A0 =C2=A0 =C2=A0 7= 81eaed4-2ce8-49ff-9516-b84de52cfaab
=C2=A0 =C2=A0 :tangle: =C2=A0= ~/.config/sxhkd/sxhkdrc
=C2=A0 =C2=A0 :END:
**** X system
=C2=A0 =C2=A0 =C2=A0:PROPERTIES:
=C2=A0 =C2=A0 =C2=A0:ID: =C2=A0 =C2=A0 =C2=A0 4a3ed3e0-fdf8-4fd1-bc2= b-2ab87cae3633
=C2=A0 =C2=A0 =C2=A0:END:
#+BEGIN_SRC co= nf
=C2=A0########################################################= ########
######## X/SYSTEM
############################= ####################################

#xkill
<= div>control+alt+super+x
xkill

#touchpad on= /off
control+alt+super + t
=C2=A0 =C2=A0/home/zeltak/bi= n/trackpad-toggle.sh


#suspend
=
control+alt+super + s
=C2=A0systemctl suspend


#gpaste
shift+control+Insert
= =C2=A0 =C2=A0 =C2=A0 =C2=A0/home/zeltak/bin/roficlip.sh
# =C2=A0 = =C2=A0 =C2=A0 =C2=A0 copyq menu
# =C2=A0 =C2=A0 =C2=A0 =C2=A0 cop= yq show


#brighntess
XF86M= onBrightnessUp
xbacklight -inc 10 # increase screen brightness
<= div>
XF86MonBrightnessDown
xbacklight -dec 10 # decreas= e screen brightness



= #+END_SRC


any one knows whats= changed with latest org?

best

Z


--001a114fc6c052f3f50540a1c6ba--