Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-13 Thread Achim Gratz
Eric Schulte writes: After walking through this patch, it looks like it provides exactly the correct behavior. Please go ahead and apply these changes. Thanks for checking, pushed to master. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Wavetables

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-12 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien writes: (Sorry, I pushed a fix for the compiler warning that your patch also solves.) Not in master, though? Yes -- pushed this morning. Achim Gratz strom...@nexgo.de writes: Since the test suite

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-11 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien writes: (Sorry, I pushed a fix for the compiler warning that your patch also solves.) Not in master, though? Yes -- pushed this morning. Achim Gratz strom...@nexgo.de writes: Since the test suite doesn't really test confirmation

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-10 Thread Bastien
Hi Stefan, Stefan Vollmar voll...@nf.mpg.de writes: When exporting this code (new exporter), I need two confirmations: Evaluate this org code block (html-ex1)... Evaluate this emacs-lisp block... I can understand the first question, but why the second? A mystery to me too, perhaps either

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-10 Thread Achim Gratz
Bastien writes: I can understand the first question, but why the second? A mystery to me too, perhaps either Eric or Nicolas may explain. That's because lob calls get wrapped internally in an anonymous emacs-lisp source block that then feeds through the result from the actual call as elisp.

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-10 Thread Bastien
Hi Achim, (Sorry, I pushed a fix for the compiler warning that your patch also solves.) Achim Gratz strom...@nexgo.de writes: Since the test suite doesn't really test confirmation at all, it would be nice if someone with a good variety of Babel calls could check if the number of

Re: [O] org-babel: two confirmations for org/HTML macro?

2013-04-10 Thread Achim Gratz
Bastien writes: (Sorry, I pushed a fix for the compiler warning that your patch also solves.) Not in master, though? Achim Gratz strom...@nexgo.de writes: Since the test suite doesn't really test confirmation at all, it would be nice if someone with a good variety of Babel calls could

[O] org-babel: two confirmations for org/HTML macro?

2013-03-28 Thread Stefan Vollmar
Hallo, we currently use MACROs for adding http://microformats.org/wiki/hcard information to web pages we create from org sources. As these MACROs have 12+ arguments, this is an error prone and inelegant way of getting the desired result. Nicolas Goaziou suggested using a babel approach so we