From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG: HTML export interprets URL fragments as subscript Date: Sat, 29 Dec 2007 14:39:00 +0100 Message-ID: <87y7bdoc23.fsf@bzg.ath.cx> References: <20071222123608.GL13112@atlantic.linksys.moosehall> 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 1J8bu7-0001Iq-Bq for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 08:39:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8bu5-0001H1-LV for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 08:39:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8bu5-0001Gq-J7 for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 08:39:05 -0500 Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8bu5-0000TJ-5g for emacs-orgmode@gnu.org; Sat, 29 Dec 2007 08:39:05 -0500 Received: by nf-out-0910.google.com with SMTP id f5so322887nfh.26 for ; Sat, 29 Dec 2007 05:39:04 -0800 (PST) In-Reply-To: <20071222123608.GL13112@atlantic.linksys.moosehall> (Adam Spiers's message of "Sat, 22 Dec 2007 12:36:08 +0000") 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: org-mode mailing list Hi Adam, Adam Spiers writes: > e.g. with > > * PROJECT N810 > ** NEXT [#C] fix N810 dialup :@internet:sub60:org:computer: > *** http://maemo.org/development/documentation/how-tos/4-x/maemo_connectivity_guide.html > > when I export as HTML, "connectivity" appears in subscript. The temporary solution for this is to enclose your link in [[...]]. The best solution would be to protect plain links from any conversion. Otherwise, conversion of "_" depends on org-export-with-sub-superscripts and (locally) on the option #+OPTIONS: ^:t. -- Bastien