emacs-orgmode
[Top][All Lists]
Advanced

[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: Sun, 22 Jan 2012 16:45:11 +0100

Hello,

Martyn Jago <address@hidden> writes:

> I've been playing with (org-export-dispatch) with regard to some simple
> source blocks and have a couple of observations (apologies in advance if
> source blocks are not fully implemented yet).
>
> The test code is:
>
>
> * Test 
>
> #+begin_src emacs-lisp       # :exports both
> ;; Add two numbers
> (+ 2 3)
> #+end_src
>
> #+results:
> : 5
>
>
> 1) The commented out `# :exports both' appears to be exported as
> uncommented and relevant (actually, this appears to be true of the
> original exporter too).

I cannot reproduce it. Anyway, see my comments below.

> 2) If the source block is executed in buffer with (org-ctrl-c-ctrl-c),
> as shown above, then the exporter appears to export the in-buffer
> results /and/ the export-generated results (where :exports is results
> or both) resulting in two sets of identical results in the export.

It's out of exporter's scope. When you ask to export some buffer, what
is really parsed is a copy of the current buffer with
`org-export-blocks-preprocess' applied to it.

So, simply apply that function in your test buffer, and you will see
what is sent to the parser. That will explain why the results appear
twice.

In other words, tweaking the output of `org-export-blocks-preprocess'
will automatically change the outcome of the export process.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]