From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Stitt" Subject: Re: R: any way to disable underlining of file paths? Date: Fri, 24 Oct 2008 08:35:44 -0500 Message-ID: References: <485074.33966.qm@web28315.mail.ukl.yahoo.com> <4901CA05.3000902@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1045700521==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtMpO-0003Ru-Gn for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 09:35:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtMpO-0003RA-0r for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 09:35:46 -0400 Received: from [199.232.76.173] (port=54157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtMpN-0003Qv-Ii for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 09:35:45 -0400 Received: from rv-out-0708.google.com ([209.85.198.243]:53922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtMpN-0004xz-7j for emacs-orgmode@gnu.org; Fri, 24 Oct 2008 09:35:45 -0400 Received: by rv-out-0708.google.com with SMTP id k29so1030110rvb.6 for ; Fri, 24 Oct 2008 06:35:44 -0700 (PDT) In-Reply-To: <4901CA05.3000902@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============1045700521== Content-Type: multipart/alternative; boundary="----=_Part_53484_13540787.1224855344204" ------=_Part_53484_13540787.1224855344204 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Giovanni, Sebastion, thanks much for the quick response! after putting this in my .emacs: (setq org-fontify-emphasized-text nil) the underlines are wonderfully gone now. under ubuntu 8.04.1, i have: GNU Emacs 22.1.1 near the the top of that org.elc file, i find: ;;; Compiled by buildd@terranova.buildd on Sat May 3 08:57:10 2008 ;;; from file /build/buildd/emacs22-22.1/lisp/textmodes/org.el ;;; in Emacs version 22.1 ;;; with all optimizations. On Fri, Oct 24, 2008 at 8:13 AM, Sebastian Rose wrot= e: > This here makes the text displayed in fixed width: > > =3Dcd /blah/=3D > =3D/usr/bin/start_the_engine=3D > > 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 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 >> >> >> (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." >> >> %------------------------------- >> >> >> Scopri il blog di Yahoo! Mail: >> Trucchi, novit=E0 e scrivi la tua opinione. >> http://www.ymailblogit.com/blog >> >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > ------=_Part_53484_13540787.1224855344204 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Giovanni, Sebastion,

thanks much for the quick response!


after putting this in my .emacs:

  (setq org-fontify-emphasized-text nil)

the underlines are wonderfully gone now.


under ubuntu 8.04.1, i have:

  GNU Emacs 22.1.1

  near the the top of that org.elc file, i find:

    ;;; Compiled by buildd@terranova.buildd on Sat May = 3 08:57:10 2008
    ;;; from file /build/buildd/emacs22-22.1/lisp/textmodes/= org.el
    ;;; in Emacs version 22.1
    ;;; with all optimizations.




On Fri, Oct 24, 2008 at 8:13 AM, Seb= astian Rose <= sebastian_rose@gmx.de> wrote:
This here makes the text displayed in fixed width:

     =3Dcd /blah/=3D
     =3D/usr/bin/start_the_engine=3D

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:
<= div class=3D"Wj3C7c"> -- Ven 24/10/08, Martin Stitt <marty.stitt@gmail.com> 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.<= br> Changing this variable requires a restart of Emacs to take effect." </code>
%-------------------------------


     Scopri il blog di Yahoo! Mail:
Trucchi, novit=E0 e scrivi la tua opinione.
http://www.ym= ailblogit.com/blog



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




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

------=_Part_53484_13540787.1224855344204-- --===============1045700521== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1045700521==--