Re: [O] new exporter

2012-07-02 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > After some consideration, I think this is what the macro should look > like: > > (defmacro org-export-with-current-buffer-copy (&rest body) > "Apply BODY in a copy of the current buffer. > > The copy preserves local variables and visibility of the original > buffer

Re: [O] [ANN] Beamer back-end for org-export in contrib/

2012-07-02 Thread Nicolas Goaziou
Hello, suvayu ali writes: > I recall you saying you would add more overlay support gradually; > I would like to say it would be nice if there is support for > replace-like overlays (e.g. \only or \onslide). It would be great if > I can wrap blocks in these. To illustrate what I mean, I can produ

Re: [O] new exporter

2012-07-02 Thread Achim Gratz
Nicolas Goaziou writes: > Not exactly. With this version, symbols generated with gensym are never > used, and the macro isn't hygienic anymore. Yeah, I missed out on some commas along the way and it probably needs double quoting (which I was trying to avoid). The first version interns the gensyme

Re: [O] R and babel on Windows problem

2012-07-02 Thread John Hendy
On Fri, Jun 29, 2012 at 3:16 PM, Nick Dokos wrote: > John Hendy wrote: > >> On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote: >> > John Hendy wrote: >> > >> >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote: >> >> > [re-sent] >> >> > >> >> > John Hendy writes: >> >> >> I typically use org

[O] Previewing inline-LaTeX with imagemagick?

2012-07-02 Thread Mike Gauland
I've been playing with tikz to create a flowchart in my org file. The image is rendered correctly when I export to PDF, of course, and setting the 'latex' option to 'imagemagick' generates a PNG when I export the file to HTML. However, if I try to preview that block with org-preview-latex-fragment

Re: [O] R and babel on Windows problem

2012-07-02 Thread Nick Dokos
John Hendy wrote: > On Fri, Jun 29, 2012 at 3:16 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote: > >> > John Hendy wrote: > >> > > >> >> On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz wrote: > >> >> > [re-sent] > >> >> > > >> >> > John He

[O] how i pass output of one codeblock as iinput of another codeblock without manual copy paste

2012-07-02 Thread James Kang
Hi, I have been using code blocks with the following way to pass one's output to the other's input(or input variable). You can notice that I am manually copying/pasting the contents of "RESULTS" and create a table with a name "my_table". Now, is there anyway I can do this passing the output automa

Re: [O] R and babel on Windows problem

2012-07-02 Thread John Hendy
On Mon, Jul 2, 2012 at 4:26 PM, Nick Dokos wrote: > John Hendy wrote: > >> On Fri, Jun 29, 2012 at 3:16 PM, Nick Dokos wrote: >> > John Hendy wrote: >> > >> >> On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos wrote: >> >> > John Hendy wrote: >> >> > >> >> >> On Fri, Jun 29, 2012 at 1:26 PM, Achim

Re: [O] R and babel on Windows problem

2012-07-02 Thread Nick Dokos
John Hendy wrote: ... > > > > Oh, sorry: edebug is described in > > > > (info "(elisp) Edebug") > > > > The basics: visit ob-R.el, go to the org-babel-R-evaluate-external-process > > definition and press C-u C-M-x. Then do whatever you were doing to get the > > problem. It should stop at the func

Re: [O] R and babel on Windows problem

2012-07-02 Thread John Hendy
> > Anyway: > - Visited ob-R.el in emacs > - Found org-babel-R-evaluate-external-process > - Put the cursor on the line =(defun org-babel-R-evaluate-external-process= > - Did =M-x C-M-x= and the minibuffer echoed the name of the function > - Visited my file, test.org and did =C-c C-c= on the R babe

[O] FR: inactive timestamps in log mode (and a sorting FR)

2012-07-02 Thread Samuel Wales
The ([, ], v [) functionality is useful. I find, however, that it requires you to generate the agenda twice for each date. === Would it make sense to unify this concept with log mode? Like this: 1) make it a first-class member of org-agenda-log-mode-items like state, clock, etc. 2) hav

Re: [O] how i pass output of one codeblock as iinput of another codeblock without manual copy paste

2012-07-02 Thread Thomas S. Dye
James Kang writes: > Hi, > > I have been using code blocks with the following way to pass one's > output to the other's input(or input variable). > You can notice that I am manually copying/pasting the contents of > "RESULTS" and create a table with a name "my_table". > Now, is there anyway I can

Re: [O] Organizing a collection of papers

2012-07-02 Thread Christian Wittern
On 2012-06-30 01:07, Thomas S. Dye wrote: "John Wiegley" writes: Frank writes: I've used org-mode about a year and a half, and I don't think it's the best application for what you describe. There are several packages available to do this; the one I've used most often and successfully is Zo

Re: [O] Exporting to groff, now in org-export.el ...

2012-07-02 Thread Luis Anaya
Ok, no attributes then :) I just fixed footnotes, only automated footnotes  for now I have to wait until I get home when I get a hold of my UNIX MM book to get custom footnote markers added. (I'm on the road on holidays... before you ask, my wife's cousins are in town. sitting down coding in Em

[O] new exporter drops :parameters ?

2012-07-02 Thread Charles Berry
I am trying to put together a derived backend that makes use of Src Block :parameters attribute. I can see that the header in a begin_src block is picked up by org-element-src-block-parser, as it should be when I try it interactively But not when I try M-: (org-export-to-buffer 'my-latex