Hi Eric
On Mon, Jun 14, 2010 at 4:46 PM, Eric Schulte wrote:
> Great, thanks for hunting this down, I've changed org-babel-latex.el to
> call the function you mentioned above and everything appears to be
> working.
>
I confirm that org-babel export of latex snippets to pdf now works as
advertise
William Henney writes:
> Hi Eric
>
> Thanks for your response
>
> On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
>> Your code snippet exports as expected for me using the latest version of
>> Org-mode.
>>
>> What values do you have set for the
>> `org-export-latex-default-packages-alist'
Hi Eric
Thanks for your response
On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
> Your code snippet exports as expected for me using the latest version of
> Org-mode.
>
> What values do you have set for the
> `org-export-latex-default-packages-alist' and
> `org-export-latex-packages-alis
typo in my previous mail -- see below
"Eric Schulte" writes:
[...]
> (setq org-export-latex-default-packages-alist
> '(("" "inputenc")
> ("T1" "fontenc" t)
> ("" "fixltx2e" nil)
> ("" "graphicx" t)
> ("" "longtable" nil)
> ("" "float" nil)
>
Hi William,
Your code snippet exports as expected for me using the latest version of
Org-mode.
What values do you have set for the
`org-export-latex-default-packages-alist' and
`org-export-latex-packages-alist'
variables?
My guess is that the problem could be in a rogue entry in one of those
Hi all
If I have a snippet like so:
#+begin_src latex :file foo.png
Hello from org-babel!
#+end_src
then I can execute the source block with no problems, producing the
image foo.png.
However, if I change the filename to foo.pdf then it no longer works.
An intermediate .tex file is produced tha