Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Eric S Fraga
On Monday, 11 Jan 2021 at 16:36, Loris Bennett wrote: > With > #+header: :results file raw > it works for me too. Thanks! Excellent! Whew. :-) -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-179-g5b5c42

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > On Monday, 11 Jan 2021 at 15:03, Loris Bennett wrote: >> I'm only exporting to PDF not HTML and I am creating the image in the >> source block as a PNG. I am then viewing the resulting PDF file either >> using a PDF viewer (evince) or directly in Emacs. The file >>

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Eric S Fraga
On Monday, 11 Jan 2021 at 15:03, Loris Bennett wrote: > I'm only exporting to PDF not HTML and I am creating the image in the > source block as a PNG. I am then viewing the resulting PDF file either > using a PDF viewer (evince) or directly in Emacs. The file > blackboxmodel.png is created, but

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > On Monday, 11 Jan 2021 at 14:08, Loris Bennett wrote: >> Yes, it exports. However although the diagram is genererated, it is not >> included in the PDF. > > By "included", what do you mean? If I export that document to HTML, I > see a link to the PDF. If I ask for a

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Eric S Fraga
On Monday, 11 Jan 2021 at 14:08, Loris Bennett wrote: > Yes, it exports. However although the diagram is genererated, it is not > included in the PDF. By "included", what do you mean? If I export that document to HTML, I see a link to the PDF. If I ask for a PNG, I see the image. This

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > But what happens if you try my ecm as it is? Does it export? Yes, it exports. However although the diagram is genererated, it is not included in the PDF. -- This signature is currently under construction.

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Eric S Fraga
But what happens if you try my ecm as it is? Does it export? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-179-g5b5c42

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Loris Bennett
Eric S Fraga writes: > Does my ecm.org (in the email I sent to you & list on Saturday) work for you? Oh, sorry, I overlooked that. My org-latex-packages-alist is currently empty, so if I add #+header: :headers '("\\usepackage{tikz}") I can produce the PNG and PDF files, but the image is

Re: Generated graphic not included in exported TeX/PDF

2021-01-11 Thread Eric S Fraga
Does my ecm.org (in the email I sent to you & list on Saturday) work for you? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-179-g5b5c42

Re: Generated graphic not included in exported TeX/PDF

2021-01-10 Thread Loris Bennett
Eric S Fraga writes: > Answering my own email. > > Turns out the problem was that I changed the default value of > org-latex-pdf-process and no longer had the "-output-directory %o" part > of the command. For some reason, this has not been a problem until > recently. Maybe just pure luck. > >

Re: Generated graphic not included in exported TeX/PDF

2021-01-10 Thread Eric S Fraga
Answering my own email. Turns out the problem was that I changed the default value of org-latex-pdf-process and no longer had the "-output-directory %o" part of the command. For some reason, this has not been a problem until recently. Maybe just pure luck. So, maybe check your value of

Re: Generated graphic not included in exported TeX/PDF

2021-01-09 Thread Eric S Fraga
Loris (& the list), did you get this sorted? It seems that I am running into the same problem now. What seems to be happening is that the LaTeX file is created in /tmp/babel-XX/latex-YY.tex but the log, aux, etc. files are being created in the current directory (where the file with the

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Eric S Fraga
I haven't tried your example but maybe add an explicit ":exports results" to the src block? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-166-g291993

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > "Loris Bennett" writes: > >> "Loris Bennett" writes: >> >>> Hi, >>> >>> I have just re-exported an org beamer presentation, which I created two >>> years ago with a version of Org which was fairly up-to-date then. >>> Everything still works fine, except for the fact

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> I have just re-exported an org beamer presentation, which I created two >> years ago with a version of Org which was fairly up-to-date then. >> Everything still works fine, except for the fact that the images >> generated by the

Re: Generated graphic not included in exported TeX/PDF

2021-01-07 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > I have just re-exported an org beamer presentation, which I created two > years ago with a version of Org which was fairly up-to-date then. > Everything still works fine, except for the fact that the images > generated by the org file are not included in the