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
*** sxhkd
:PROPERTIES:
:ID: 781eaed4-2ce8-49ff-9516-b84de52cfaab
:tangle: ~/.config/sxhkd/sxhkdrc
:END:
**** 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