From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Babel latex block puts resulting file link inside latex block instead of including pdf output Date: Fri, 24 Aug 2012 16:18:23 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T51Gq-0004lb-DD for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 17:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T51Gp-00039O-MY for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 17:18:24 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:41714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T51Gp-00039J-Ib for emacs-orgmode@gnu.org; Fri, 24 Aug 2012 17:18:23 -0400 Received: by vbkv13 with SMTP id v13so3003386vbk.0 for ; Fri, 24 Aug 2012 14:18:23 -0700 (PDT) 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 Here's my header: #+begin_src latex :file ./file.pdf :border 1.75em :exports results :results output Instead of having the pdf included, I get this with C-c C-c: #+RESULTS: #+BEGIN_LaTeX [[file:./file.pdf]] #+END_LaTeX I wanted the pdf actually included in the document. What am I doing wrong? Thanks! John