From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Bug: Pretty display of subscripts and hyperlinks Date: Sun, 06 Jun 2010 14:58:01 -0400 Message-ID: <87bpbo9efa.fsf@fastmail.fm> References: <87ljashxh1.fsf@fastmail.fm> <9DEA1498-C41D-4926-913C-261E79B758FF@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=36715 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OLL2o-0002H8-Iz for emacs-orgmode@gnu.org; Sun, 06 Jun 2010 14:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OLL2m-0003vg-Ua for emacs-orgmode@gnu.org; Sun, 06 Jun 2010 14:58:02 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:38357) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OLL2m-0003vb-Sr for emacs-orgmode@gnu.org; Sun, 06 Jun 2010 14:58:00 -0400 In-Reply-To: <9DEA1498-C41D-4926-913C-261E79B758FF@gmail.com> (Carsten Dominik's message of "Sun, 6 Jun 2010 19:49:55 +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: Carsten Dominik Cc: Org Mode Carsten Dominik writes: > I guess this is wih pretty entity display turned on? > Yes. Sorry I forgot to mention that. - Matt > On Jun 6, 2010, at 7:39 PM, Matt Lundin wrote: > >> Git commit 70d24c5d036cd5787f719104a0ad2f157c5207b1 causes underscores >> in hyperlinks to display parts of link and description as subscripts. >> E.g., this link... >> >> [[http://www.samplepage.com/an_underscore][Some description words]] >> >> ...displays the word "Some" in the description as a subscript. With >> M-x >> visible-mode, the substring "underscore][Some" is displayed as a >> subscript.