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