From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: link to pdf in latex export Date: Mon, 26 Mar 2012 20:28:32 +0200 Message-ID: <87sjgvyvte.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCG8c-0005UF-3K for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 16:03:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCG8a-0002rG-Bb for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 16:03:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:57400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCG8a-0002r1-4S for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 16:03:32 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCG8W-0006ZC-Ik for emacs-orgmode@gnu.org; Mon, 26 Mar 2012 22:03:28 +0200 Received: from vpn-2216.gwdg.de ([134.76.2.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 22:03:28 +0200 Received: from andreas.leha by vpn-2216.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Mar 2012 22:03:28 +0200 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: emacs-orgmode@gnu.org Hi all, I have a question concerning the latex export. Suppose, I have a pdf, that I want to have a link to in the exported latex doc, not embedded as graphic: Example: #+name: produce_plot #+begin_src R :exports none :results graphics :file sth.pdf plot(1:10) plot(1:20) #+end_src The following is embedded as graphic, but I'd like to just have a link to the pdf. The plots can be found in the additional file call_produce_plot[ :results graphics :file sth.pdf]()[:results file]. How do I do that? Best, Andreas