From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: Re: inserting a path string fires the italic formatting Date: Thu, 7 Feb 2013 08:25:33 +0100 Message-ID: References: <86wqulk24w.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3LrT-0000uy-KC for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 02:25:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3LrS-0006W6-FF for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 02:25:35 -0500 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:43615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3LrS-0006Vx-8u for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 02:25:34 -0500 Received: by mail-we0-f175.google.com with SMTP id x8so1847451wey.20 for ; Wed, 06 Feb 2013 23:25:33 -0800 (PST) In-Reply-To: <86wqulk24w.fsf@somewhere.org> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org Thanks, using the = symbol makes it looking less strange that a ~ (for the backup, home directory, and so on). Luca On Wed, Feb 6, 2013 at 2:22 PM, Sebastien Vauban wrote: > Hi Luca, > > Luca Ferrari wrote: >> 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 >> >> Suggestions? > > For example, by "protecting" those paths, declaring them as `org-code' or > `org-verbatim', that is using the markers `=' or `~'; for example: > > - check ~/usr/bin/chmod~ > - check ~/usr/bin/bla~ > > Best regards, > Seb > > -- > Sebastien Vauban > >