From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: export to html and relative links: Date: Sun, 13 Apr 2008 07:37:52 +0200 Message-ID: References: <18433.37101.453170.649918@gargle.gargle.HOWL> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jkuug-0001lo-2p for emacs-orgmode@gnu.org; Sun, 13 Apr 2008 01:38:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jkuue-0001jk-NA for emacs-orgmode@gnu.org; Sun, 13 Apr 2008 01:38:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jkuue-0001jT-HW for emacs-orgmode@gnu.org; Sun, 13 Apr 2008 01:38:00 -0400 Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jkuue-0005D0-Dx for emacs-orgmode@gnu.org; Sun, 13 Apr 2008 01:38:00 -0400 Received: by ug-out-1314.google.com with SMTP id a2so211710ugf.48 for ; Sat, 12 Apr 2008 22:37:56 -0700 (PDT) In-Reply-To: <18433.37101.453170.649918@gargle.gargle.HOWL> 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: raman@users.sf.net Cc: emacs-orgmode@gnu.org On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote: > Hi, > > org-export turns links of the form > [[foo][link to relative url foo]] > > ends up creating links of the form > ... > > this means that it becomes impossible to write hyperlinks that > are relative URLs. Hi Raman, the url goes into the first pair of square brackets, the description into the second. If you put something into the first bracket pair that does not look lie a url, it will be treated as an internal link. Have you tried to use something like [[http:foo.html][link to relative url]] ? - Carsten