* Babel latex block puts resulting file link inside latex block instead of including pdf output
@ 2012-08-24 21:18 John Hendy
2012-08-24 21:37 ` Eric Schulte
0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2012-08-24 21:18 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Babel latex block puts resulting file link inside latex block instead of including pdf output
2012-08-24 21:18 Babel latex block puts resulting file link inside latex block instead of including pdf output John Hendy
@ 2012-08-24 21:37 ` Eric Schulte
2012-08-24 22:51 ` John Hendy
0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2012-08-24 21:37 UTC (permalink / raw)
To: John Hendy; +Cc: emacs-orgmode
maybe change ":results output" to ":results output raw"
Best,
John Hendy <jw.hendy@gmail.com> writes:
> 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
>
--
Eric Schulte
http://cs.unm.edu/~eschulte
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Babel latex block puts resulting file link inside latex block instead of including pdf output
2012-08-24 21:37 ` Eric Schulte
@ 2012-08-24 22:51 ` John Hendy
0 siblings, 0 replies; 3+ messages in thread
From: John Hendy @ 2012-08-24 22:51 UTC (permalink / raw)
To: Eric Schulte; +Cc: emacs-orgmode
On Fri, Aug 24, 2012 at 4:37 PM, Eric Schulte <eric.schulte@gmx.com> wrote:
> maybe change ":results output" to ":results output raw"
>
That does it!
Any reason :results output doesn't do the magic on it's own?
John
> Best,
>
> John Hendy <jw.hendy@gmail.com> writes:
>
>> 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
>>
>
> --
> Eric Schulte
> http://cs.unm.edu/~eschulte
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-24 22:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 21:18 Babel latex block puts resulting file link inside latex block instead of including pdf output John Hendy
2012-08-24 21:37 ` Eric Schulte
2012-08-24 22:51 ` John Hendy
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).