From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Subscripts in URLs Date: Tue, 07 Aug 2012 00:52:40 +0200 Message-ID: <877gtbiqfb.fsf@gnu.org> References: <21A5E1E970CD46459ECBE86D6CC4B28C67323247@spexch01.WindLogics.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyW9l-00013i-KG for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 18:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyW9k-0004co-94 for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 18:52:13 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:54634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyW9j-0004aZ-WE for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 18:52:12 -0400 Received: by weys10 with SMTP id s10so2688034wey.0 for ; Mon, 06 Aug 2012 15:52:10 -0700 (PDT) In-Reply-To: <21A5E1E970CD46459ECBE86D6CC4B28C67323247@spexch01.WindLogics.local> (Ken Williams's message of "Mon, 6 Aug 2012 10:58:53 -0500") 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: Ken Williams Cc: "emacs-orgmode@gnu.org" Hi Ken, Ken Williams writes: > I see in > http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01014.html that > a patch was committed back in 2010 that should prevent underscores from > introducing subscripts in links. However, I'm using 7.8.03 (released > 2012-01-03) and when I insert a link like so: > > [[http://www.mmm.ucar.edu/events/ISP/presentations/JNT_forecast_evaluation_concepts.pdf]] > > and export to HTML, I get a link with anchor text > http://www.mmm.ucar.edu/events/ISP/presentations/JNTforecastevaluationconcepts.pdf, > where "forecastevaluationconcepts" is subscripted. The link *target* is > correct, though. Maybe you have (setq org-export-with-sub-superscripts t) or ^:t in your buffer? Otherwise the link is correctly exported here (I tested 7.8.03 and the latest version from git.) > Was there a subsequent commit that changes things back, or maybe something > else I'm missing? I'd like for the anchor text to just appear without > org-mode's formatting stuff. This should be the default if you use either ^:nil or ^:{} HTH, -- Bastien