I have a babel block containing a bash script using double square
brackets. This gets converted to an org-mode style link.
Copying/pasting will still work fine, but the appearance is still a
bit bothersome. Is there a way to turn off link
fontification/transformation when inside a babel block?

Minimal example:

#+begin_src sh

if [[ -e /dev/sdb1 ]] ; then

#+end_src


Thanks,
John

Reply via email to