Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-15 Thread William Henney
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

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Eric Schulte
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'

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
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

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Eric Schulte
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) >

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread Eric Schulte
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

[Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-14 Thread William Henney
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