Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Eric Schulte
Dan Davison writes: > Eric S Fraga writes: > >> At Tue, 03 Nov 2009 13:57:22 -0700, >> Eric Schulte wrote: >>> >>> Dan Davison writes: >>> >>> > >>> > This is a consequence of the same issue: org-exp-blocks preprocesses >>> > your src block in a pre-export buffer (a copy of the original), han

Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Dan Davison
Eric S Fraga writes: > At Tue, 03 Nov 2009 13:57:22 -0700, > Eric Schulte wrote: >> >> Dan Davison writes: >> >> > >> > This is a consequence of the same issue: org-exp-blocks preprocesses >> > your src block in a pre-export buffer (a copy of the original), hands it >> > to org-babel, which cr

Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Eric S Fraga
At Tue, 03 Nov 2009 13:57:22 -0700, Eric Schulte wrote: > > Dan Davison writes: > > > > > This is a consequence of the same issue: org-exp-blocks preprocesses > > your src block in a pre-export buffer (a copy of the original), hands it > > to org-babel, which creates the results block (overwriti

Re: [Orgmode] [babel] options to the example directive

2009-11-03 Thread Eric Schulte
Dan Davison writes: > > This is a consequence of the same issue: org-exp-blocks preprocesses > your src block in a pre-export buffer (a copy of the original), hands it > to org-babel, which creates the results block (overwriting the version > where you had manually inserted switches), and that re

Re: [Orgmode] [babel] options to the example directive

2009-11-03 Thread Dan Davison
Eric S Fraga writes: > I am finding org-babel incredibly useful in the preparation of > documentation for didactic purposes. Kudos to the developers! > > I have two queries that I cannot seem to find an answer to in the > documentation: > > 1. is there any way to specify arguments that should

[Orgmode] [babel] options to the example directive

2009-11-03 Thread Eric S Fraga
I am finding org-babel incredibly useful in the preparation of documentation for didactic purposes. Kudos to the developers! I have two queries that I cannot seem to find an answer to in the documentation: 1. is there any way to specify arguments that should be generated for the #+begin_ex