[O] bug#11774: bug#11774: org-mode causes undo boundaries to be lost

2012-07-02 Thread Martin Pohlack
Hi Toby, On 25.06.2012 13:35, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:52:41PM +0200, Toby Cubitt wrote: On Sun, Jun 24, 2012 at 11:39:08PM +0200, Bastien wrote: Hi Toby, Toby Cubitt ts...@cantab.net writes: For some unknown reason, org-mode is causing the undo boundary between the

Re: [O] new exporter

2012-07-02 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de 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

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

2012-07-02 Thread Nicolas Goaziou
Hello, suvayu ali fatkasuvayu+li...@gmail.com 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

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 gensymed

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 nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 1:26 PM, Achim Gratz strom...@nexgo.de wrote:

[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 jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 3:16 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at

[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

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 nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 3:16 PM, Nick Dokos nicholas.do...@hp.com wrote: John Hendy jw.he...@gmail.com wrote: On Fri, Jun 29, 2012 at 2:37 PM, Nick Dokos nicholas.do...@hp.com

Re: [O] R and babel on Windows problem

2012-07-02 Thread Nick Dokos
John Hendy jw.he...@gmail.com 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

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 babel

[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)

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 marchk...@gmail.com 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

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 jo...@newartisans.com writes: Frank f...@muenn.net 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

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

[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