From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: publishing relative org links to html Date: Wed, 02 Jul 2008 22:46:58 +0200 Message-ID: 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 1KE9EH-0008Q6-90 for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:47:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE9EF-0008ON-Hn for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:47:04 -0400 Received: from [199.232.76.173] (port=42550 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE9EF-0008O8-8s for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:47:03 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:55931) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE9EE-00081e-W4 for emacs-orgmode@gnu.org; Wed, 02 Jul 2008 16:47:03 -0400 Received: by fg-out-1718.google.com with SMTP id l26so199064fgb.30 for ; Wed, 02 Jul 2008 13:47:01 -0700 (PDT) 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 I have a line like this in my cv.org file + [[./references/cpd.org][Reference]] But when I publish it as HTML the link on the html page says: http://siteaddress/cv#./references/cpd.org So it seems to think the link is internal to a bookmark on the same page. I guess some setting is wrong? I expected the link to be "./references/cpd.html"