From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: inserting a path string fires the italic formatting Date: Wed, 6 Feb 2013 13:19:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U33y3-0000PP-Dl for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 07:19:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U33xy-00017b-Sq for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 07:19:11 -0500 Received: from mail-ve0-f180.google.com ([209.85.128.180]:41731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U33xy-00017W-Py for emacs-orgmode@gnu.org; Wed, 06 Feb 2013 07:19:06 -0500 Received: by mail-ve0-f180.google.com with SMTP id jx10so1093849veb.11 for ; Wed, 06 Feb 2013 04:19:06 -0800 (PST) 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@gnu.org Hi all, this could be trivial, but if I have to place a unix path name into my org text, without having a link, how can I prevent the mode to assume I'm doing italic formatiing? For instance in the text: - check /usr/bin/chmod - check /usr/lib/bla I got italic from the first slash to the last slash in the second line. Suggestions? Thanks, Luca