From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Anchors/targets in org-export/publish Date: Thu, 13 Nov 2008 11:18:41 -0600 Message-ID: <874p2b8rym.fsf@fastmail.fm> References: <874p2blh0m.fsf@fastmail.fm> 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 1L0fqA-0000gG-Vs for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 12:18:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0fq6-0000eJ-7n for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 12:18:46 -0500 Received: from [199.232.76.173] (port=37523 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0fq6-0000eE-35 for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 12:18:42 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:57759) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0fq6-0006Qf-Ap for emacs-orgmode@gnu.org; Thu, 13 Nov 2008 12:18:42 -0500 In-Reply-To: <874p2blh0m.fsf@fastmail.fm> (Matthew Lundin's message of "Thu\, 13 Nov 2008 10\:36\:41 -0600") 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: Matthew Lundin Cc: emacs-orgmode@gnu.org Matthew Lundin writes: > Question about org-export: > > I'd like to create invisible radio targets to html anchor links using > org-export. > > E.g., > > # <> > > should become > > > > Currently, however, there are a couple of behaviors of org-exp.el that > make this difficult. > > 1) Org-export does convert invisible targets, but it puts paragraph > tags around the anchor, thus creating an empty line in the html > export, which messes up the layout. > >

>   >

Quick follow up to my previous message. Would it be possible to remove the   above. That would prevent an extra line in the output, but it might render the link useless in some browsers. (I should also apologize for the strong phrase "messes up." Everything works so wonderfully and magically in org-mode, so no expression of frustration was intended here. Rather this is just a minor question about tweaking html export.) Thanks, Matt