From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Drechsler Subject: italic/subscript text properties Date: Mon, 23 Apr 2007 12:59:59 +0200 Message-ID: <877is3z780.fsf@pdrechsler.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HfwNC-00053E-Ib for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 07:06:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HfwNB-00052n-EW for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 07:06:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HfwNB-00052Z-8r for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 07:06:21 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HfwHm-0004vx-Jv for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 07:00:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HfwHS-0001DN-1B for emacs-orgmode@gnu.org; Mon, 23 Apr 2007 13:00:27 +0200 Received: from dslb-084-057-073-226.pools.arcor-ip.net ([84.57.73.226]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Apr 2007 13:00:26 +0200 Received: from patrick by dslb-084-057-073-226.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Apr 2007 13:00:26 +0200 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 Hi, I have a question concerning italic text properties. Here is an example: --8<---------------cut here---------------start------------->8--- * Testing italic text properties * /foo/, /bar/ <- ok * /foo/. <- ok * /foo/-method <- not ok * /foo/: <- not ok * Testing subscript text properties within italic * normal: _foo * within italic: /_foo/ <- not italic * /foo_bar/ <- ok * /foo_/ <- not ok #+OPTIONS: ^:nil --8<---------------cut here---------------end--------------->8--- If text is followed by a comma (,) or a point (.) the text between slashes appears italic. On the other hand text followed by minus (-) or colon (:) is not emphasized. Is this the intended behaviour? Furthermore the use of the underscore within italic highlighting works fine when the underscore is inbetween words but not if it is at the beginning or end of a word. Is this also expected behaviour? These effects can be noticed within Emacs org mode as well as when exporting to HTML. Sorry if I missed something obvious... TIA Patrick Org-mode version 4.71 GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2007-03-18 on trurl -- Math is like love -- a simple idea but it can get complicated. --R. Drabek