From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: FR: broken links and footnote references Date: Sun, 13 Mar 2011 20:02:05 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=47085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pyy2q-00082j-JH for emacs-orgmode@gnu.org; Sun, 13 Mar 2011 23:02:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pyy2p-0004SA-Jn for emacs-orgmode@gnu.org; Sun, 13 Mar 2011 23:02:08 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:61229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pyy2p-0004S5-Hc for emacs-orgmode@gnu.org; Sun, 13 Mar 2011 23:02:07 -0400 Received: by yxt33 with SMTP id 33so2489075yxt.0 for ; Sun, 13 Mar 2011 20:02:06 -0700 (PDT) In-Reply-To: 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 Example of what I think would work: * top * first document -- this is exported and we get the URL when we post * <> go to [[anchor in second document]] * second document -- this is exported and we get the URL when we post #+URL-FOR-EXTERNAL-ANCHORS http://example.org/first-document.html * <> go to [[anchor%20in%20first%20document][anchor in first document]] Comments are very welcome. Is the problem clearly explained here?