[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ANN] ASCII back-end for new export engine
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [ANN] ASCII back-end for new export engine |
Date: |
Mon, 23 Jan 2012 21:49:19 +0100 |
Hello,
Eric Schulte <address@hidden> writes:
>> It's out of exporter's scope.
>
> I disagree. The current exporter conforms to the value of the :results
> header argument (e.g., silent, replace, append, etc...) when executing
> code blocks during export. I see no reason why the new exporter should
> not as well.
The new exporter conforms to the output of
`org-export-blocks-preprocess'. It doesn't pay attention to header
arguments.
> Hmm, in light of this description it seems that the new export /should/
> have the same behavior WRT code block execution as the current
> exporter. If not I wonder if a complete minimal example could be
> provided.
Martyn Jago provided one in this thread. Here it is:
--8<---------------cut here---------------start------------->8---
* Test
#+begin_src emacs-lisp # :exports both
;; Add two numbers
(+ 2 3)
#+end_src
#+results:
: 5
--8<---------------cut here---------------end--------------->8---
Regards,
--
Nicolas Goaziou
- Re: [O] [ANN] ASCII back-end for new export engine, (continued)
- Re: [O] [ANN] ASCII back-end for new export engine, Samuel Wales, 2012/01/28
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/28
- Re: [O] [ANN] ASCII back-end for new export engine, Samuel Wales, 2012/01/28
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/28
- Re: [O] [ANN] ASCII back-end for new export engine, Samuel Wales, 2012/01/28
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/28
Re: [O] [ANN] ASCII back-end for new export engine, Martyn Jago, 2012/01/22
Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/01/22
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/22
- Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/01/23
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/25
- [O] Tweaking the export (was: Re: [ANN] ASCII back-end for new export engine), Christian Wittern, 2012/01/26
- Re: [O] Tweaking the export, Nicolas Goaziou, 2012/01/27
- Re: [O] Tweaking the export, Jambunathan K, 2012/01/27
- Re: [O] Tweaking the export, Sebastien Vauban, 2012/01/27
- Re: [O] Tweaking the export, Christian Wittern, 2012/01/27
- Re: [O] Tweaking the export, Christian Wittern, 2012/01/27