From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: HTML export of verbatim org-file Date: Mon, 22 Jun 2009 19:03:53 -0400 Message-ID: <871vpbrhuu.fsf@gollum.intra.norang.ca> References: 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 1MIsYW-0005Qb-Rx for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 19:04:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIsYS-0005MX-CG for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 19:04:03 -0400 Received: from [199.232.76.173] (port=51055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIsYS-0005MN-8F for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 19:04:00 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:55670) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIsYR-0005cG-Nw for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 19:03:59 -0400 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: Stefan Vollmar Cc: emacs-orgmode Stefan Vollmar writes: > However, when I link to my org-file "somefile.org" as > [[file:somefile.org][My org source-file]] > and then export to HTML, the link in the HTML code now points to > "somefile.html", which is, of course, not desirable in this case. > > How can I fix this? Many thanks in advance. I just use raw links like [[http://your.domain.org/somefile.org][plain text org file]] or [[http://your.domain.org/somefile.org.html][colorized HTML]] I used that here: http://doc.norang.ca/org-mode.html#sec-1 I don't know how to do that with relative links. HTH, -Bernt