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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo