From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: Re: Absolute paths in exported files Date: Sat, 23 Jan 2010 18:59:34 +0100 Message-ID: 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 1NYkHF-0002pF-Gg for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:00:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYkHB-0002ne-2I for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:00:05 -0500 Received: from [199.232.76.173] (port=49360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYkHA-0002nb-Qz for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:00:00 -0500 Received: from lo.gmane.org ([80.91.229.12]:33856) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NYkHA-00072C-8A for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:00:00 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NYkH6-0002pF-B4 for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 18:59:56 +0100 Received: from 134.61.77.33 ([134.61.77.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 18:59:56 +0100 Received: from andrea.crotti.0 by 134.61.77.33 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 18:59:56 +0100 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 andrea writes: > I was exporting an org-file containing relative paths in the format > "file:../" > > In both the pdf and the html the url becomes absolute, I haven't found a > good reason for that in the documentation (they should remain relative > as I understood), any idea? > > Actually in the pdf the link becomes http://file://.~/uni/etc/etc/ So looks like there an http too much...