From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: Problem with relative paths of links in export Date: Tue, 24 Feb 2015 16:15:58 +0530 Message-ID: <759DD7D3-B95B-42B1-9E25-ED62682EADBB@agrarianresearch.org> References: <87twyb4tso.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQD3M-0006pa-K4 for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 05:49:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQD3J-0001KT-E4 for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 05:49:24 -0500 Received: from mail-pd0-f180.google.com ([209.85.192.180]:43809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQD3J-0001KO-8U for emacs-orgmode@gnu.org; Tue, 24 Feb 2015 05:49:21 -0500 Received: by pdev10 with SMTP id v10so32502147pde.10 for ; Tue, 24 Feb 2015 02:49:20 -0800 (PST) In-Reply-To: <87twyb4tso.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: org-mode mailing list >=20 >> I have an old org file, with some source blocks that create a table = with some hyperlinks like = [[file:../receipts/2015/02/aj140212_1.pdf][19998-DUPLT]] =20 >>=20 >> (the file is in receipts subdirectory of the parent directory). >>=20 >> Export from the org file used to work fine. But just now, these paths >> are now working in exported pdf files. >=20 > What do you get now when exporting such link? What did you expect > instead? >=20 Actually, it is a bit weird. The latex export is correct. But link in = the pdf file does not open. Perhaps something wrong with the way links = work in pdf files (I have tried skim and adobe readers). Does not look like fault of org-mode. My apologies. Vikas=