emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Turn off orgmode link syntax in babel src blocks


From: John Hendy
Subject: [O] Turn off orgmode link syntax in babel src blocks
Date: Tue, 25 Sep 2012 18:38:44 -0500

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

[Prev in Thread] Current Thread [Next in Thread]