From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: link to pdf in latex export Date: Tue, 27 Mar 2012 09:32:25 +0200 Message-ID: <4F716D09.6080902@christianmoe.com> References: <87sjgvyvte.fsf@med.uni-goettingen.de> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCQtO-0005vL-IC for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 03:32:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCQtN-0001Ps-0J for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 03:32:34 -0400 Received: from b1.hitrost.net ([91.185.211.67]:54919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCQtM-00019Q-Q4 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 03:32:32 -0400 In-Reply-To: <87sjgvyvte.fsf@med.uni-goettingen.de> 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: Andreas Leha Cc: emacs-orgmode@gnu.org Hi, Try customizing org-export-latex-inline-image-extension and leaving out "pdf". Yours, Christian On 3/26/12 8:28 PM, Andreas Leha wrote: > 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 > > >