Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Mon, Feb 21, 2011 at 11:57 AM, Eric Schulte wrote: > :results is not deprecated, the Org manual maintains an up-to-date list > of code block header arguments. > http://orgmode.org/manual/Working-With-Source-Code.html Thanks for your eternal patience, with regard to me RTFM. Google search for o

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
Andreas, Thanks for the example. I particularly like the use of the noweb to make the blocks work together. I'll adopt this technique until the exporter is modified (no rush, Eric!). This is a great workable solution. Jeff On Mon, Feb 21, 2011 at 11:44 AM, Andreas Leha wrote: > Hi Jeffrey, > >

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Eric Schulte
Jeff Horn writes: > On Sun, Feb 20, 2011 at 8:56 PM, Erik Iverson wrote: >> See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html >> and search for "tikz" for an example.  I think you do need to use the :file >> argument >> for this to have org-mode take care of it automatica

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Andreas Leha
Hi Jeffrey, the attached sample file works for me. The html is only sub-optimal, though, as it just includes a link to a pdf file. Cheers, Andreas Am 21.02.2011 02:56, schrieb Erik Iverson: > Jeffrey, > >> Now, I'd like to integrate them into an org document. I'd like: >> 1) To use babel to h

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Sun, Feb 20, 2011 at 8:56 PM, Erik Iverson wrote: > See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html > and search for "tikz" for an example.  I think you do need to use the :file > argument > for this to have org-mode take care of it automatically. Thanks for the link.

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-20 Thread Erik Iverson
Jeffrey, Now, I'd like to integrate them into an org document. I'd like: 1) To use babel to handle the TikZ source This is possible. 2) To wrap the resulting drawing in a figure environment for automatic numbering and centering See http://orgmode.org/worg/org-contrib/babel/languages/ob-do

[Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-20 Thread Jeffrey Horn
Hey orgsters, I'm having a hard time fitting TikZ into my workflow. I spent a little time learning TikZ recently and have all the diagrams working in a tex file. Now, I'd like to integrate them into an org document. I'd like: 1) To use babel to handle the TikZ source 2) To wrap the resulting dra