Re: [O] how to include graphics in pdf output

2012-03-21 Thread Christopher W. Ryan
John Hendy wrote: > On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban > wrote: >> Hi Christopher, >> >> "Christopher W. Ryan" wrote: >>> However, in both cases, the inline tasks themselves also appear in the >>> final pdf. I was trying to avoid that, and I though todo:nil in >>> #+OPTIONS would a

Re: [O] how to include graphics in pdf output

2012-03-21 Thread John Hendy
On Wed, Mar 21, 2012 at 4:54 AM, Sebastien Vauban wrote: > Hi Christopher, > > "Christopher W. Ryan" wrote: >> However, in both cases, the inline tasks themselves also appear in the >> final pdf. I was trying to avoid that, and I though todo:nil in >> #+OPTIONS would accomplish that objective, but

Re: [O] how to include graphics in pdf output

2012-03-21 Thread Sebastien Vauban
Hi Christopher, "Christopher W. Ryan" wrote: > However, in both cases, the inline tasks themselves also appear in the > final pdf. I was trying to avoid that, and I though todo:nil in > #+OPTIONS would accomplish that objective, but it did not. Is there a > way to not export inline tasks? > >

Re: [O] how to include graphics in pdf output

2012-03-20 Thread Christopher W. Ryan
Nick Dokos wrote: Christopher W. Ryan wrote: I've attached a small org file that reproduces my problem with getting images to export to pdf. I've also attached the resulting .tex file. I think my issue may have something to do with my misunderstanding of inline tasks, since if I put my org

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
Christopher W. Ryan wrote: > I've attached a small org file that reproduces my problem with getting > images to export to pdf. I've also attached the resulting .tex file. > > I think my issue may have something to do with my misunderstanding of > inline tasks, since if I put my org code for incl

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
I've attached a small org file that reproduces my problem with getting images to export to pdf. I've also attached the resulting .tex file. I think my issue may have something to do with my misunderstanding of inline tasks, since if I put my org code for inclusion of the image elsewhere in the

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
suvayu ali wrote: > On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote: > >> [[./DataLoggerImage.jpg]] > >> > >> The figure does not appear in the resulting pdf.  Any advice as to what > >> I am doing wrong? > >> > > > > Can you post your org file and the tex file that's produced on export? > > >

Re: [O] how to include graphics in pdf output

2012-03-19 Thread suvayu ali
On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote: >> [[./DataLoggerImage.jpg]] >> >> The figure does not appear in the resulting pdf.  Any advice as to what >> I am doing wrong? >> > > Can you post your org file and the tex file that's produced on export? > Is the above correct syntax? Shouldn't i

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
Christopher W. Ryan wrote: > I am running org mode 7.7 on Win XP. I hope to export a document to pdf, > and I'd like to include an image in it. The image is a file called > DataLoggerImage.jpg; it resides in the same directory as my org file. > > These are the first three lines of my org file: >

[O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
I am running org mode 7.7 on Win XP. I hope to export a document to pdf, and I'd like to include an image in it. The image is a file called DataLoggerImage.jpg; it resides in the same directory as my org file. These are the first three lines of my org file: #+OPTIONS: todo:nil toc:nil tags:nil