[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: |
Martyn Jago |
Subject: |
Re: [O] [ANN] ASCII back-end for new export engine |
Date: |
Sun, 22 Jan 2012 14:43:52 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (darwin) |
Hi Nicolas
Nicolas Goaziou <address@hidden> writes:
> Hello,
>
> I've commited an ASCII back-end for new export engine.
>
> Assuming contrib directory is in your load-path, you just need to
> (require 'org-export) to have both LaTeX and ASCII exporters ready to
> boot.
>
> You can then access to the dispatcher with M-x org-export-dispatch and
> test various configurations from there.
>
[...]
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:
--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---
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).
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.
For the record, I much prefer your new Ascii layout, over that provided
by the original exporter.
HTH
Best, Martyn
- Re: [O] [ANN] ASCII back-end for new export engine, (continued)
- Re: [O] [ANN] ASCII back-end for new export engine, Nicolas Goaziou, 2012/01/21
- Re: [O] [ANN] ASCII back-end for new export engine, Samuel Wales, 2012/01/21
- 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, Samuel Wales, 2012/01/22
- 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 <=
Re: [O] [ANN] ASCII back-end for new export engine, Thomas S. Dye, 2012/01/22