From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Turn off orgmode link syntax in babel src blocks Date: Tue, 25 Sep 2012 18:38:44 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeiF-0000QM-2R for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 19:38:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGeiE-0005AE-5W for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 19:38:47 -0400 Received: from mail-vc0-f169.google.com ([209.85.220.169]:54600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGeiE-0005A0-10 for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 19:38:46 -0400 Received: by vcbfl17 with SMTP id fl17so9081042vcb.0 for ; Tue, 25 Sep 2012 16:38:45 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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