emacs-orgmode
[Top][All Lists]
Advanced

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

Re: R: [Orgmode] any way to disable underlining of file paths?


From: Sebastian Rose
Subject: Re: R: [Orgmode] any way to disable underlining of file paths?
Date: Fri, 24 Oct 2008 15:13:41 +0200
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

This here makes the text displayed in fixed width:

      =cd /blah/=
      =/usr/bin/start_the_engine=

This here makes a block of code from it:

   :cd /blah/
   :/usr/bin/start_the_engine


In both cases no underlining or italic problems occur.



Giovanni Ridolfi wrote:
-- Ven 24/10/08, Martin Stitt <address@hidden> ha scritto:
i edit documents that describe processes involved in doing
system
administration, so there are
lots of file paths involved:


hi Martin, if I use this text:
------------------------------
* test 4 Martin

now change into subdir blah and start the engine:

      cd /blah/
      /usr/bin/start_the_engine

C:\Documents and Settings\Myuser\Documenti\tmp
------------------
the only thing I notice is the /blah/ word that is in italics[1]

Would you please report your emacs version
your org-version ?

TIA
cheers
Giovanni


%------------------------------------------
[1] You want you can avoid it customizing the variable:

org-fontify-emphasized-text nil

<source code:>
(defcustom org-fontify-emphasized-text t
  "Non-nil means fontify *bold*, /italic/ and _underlined_ text.
Changing this variable requires a restart of Emacs to take effect."
</code>
%-------------------------------


      Scopri il blog di Yahoo! Mail:
Trucchi, novità e scrivi la tua opinione.
http://www.ymailblogit.com/blog



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






reply via email to

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