Re: [O] [RFC] Rewrite radio tables

2014-09-13 Thread Nicolas Goaziou
Correcting myself, Nicolas Goaziou writes: > This doesn't match the specs, though. According to the (current) > docstring > > :splice When set to t, return only table body lines, don't wrap >them into :tstart and :tend. Default is nil. When :splice >is non-nil, this

Re: [O] [RFC] Rewrite radio tables

2014-08-27 Thread Nicolas Goaziou
Hello, AW writes: > I'm really interested in improvments of orgtbl and exporting to LaTeX, but as > a user I have no idea what to do with the patchfile. > > If I can patch against a file of orgmode 8.2.7, please drop a line. This patch is against master. Though, you can try applying it on mai

Re: [O] [RFC] Rewrite radio tables

2014-08-27 Thread AW
Am Sonntag, 24. August 2014, 21:25:57 schrieb Nicolas Goaziou: > Hello, > > The following patch implements radio tables and `orgtbl-to-...' > functions using Org export engine. The implementation is probably not > totally backward compatible, though. Hello, I'm really interested in improvments o

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > I tried it with one of Thorsten Grotte's examples: Thanks for testing it out. > \documentclass{article} > > \begin{document} > > I tried to export this table to latex: > > \begin{comment} > > #+TBLNAME: Test > #+ORGTBL: SEND Test orgtbl-to-latex :skip 1 :splice t

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nick Dokos writes: > I tried it with one of Thorsten Grotte's examples: > That should be "Thorsten Grothe". Apologies for the misspelled name. Thanks, Nick

Re: [O] [RFC] Rewrite radio tables

2014-08-25 Thread Nick Dokos
Nicolas Goaziou writes: > The following patch implements radio tables and `orgtbl-to-...' > functions using Org export engine. The implementation is probably not > totally backward compatible, though. > Thanks for doing this! > ... > Feedback welcome. > I tried it with one of Thorsten Grotte'

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Nicolas Goaziou writes: > > Hello, > >> The following patch implements radio tables and `orgtbl-to-...' >> functions using Org export engine. The implementation is probably not >> totally backward compatible, though. Btw, great job - thats quite a complex part of Org-m

Re: [O] [RFC] Rewrite radio tables

2014-08-24 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > The following patch implements radio tables and `orgtbl-to-...' > functions using Org export engine. The implementation is probably not > totally backward compatible, though. funny, I just wrote `org-dp-create-table' (in https://github.com/tj64/org-dp) a few h

[O] [RFC] Rewrite radio tables

2014-08-24 Thread Nicolas Goaziou
Hello, The following patch implements radio tables and `orgtbl-to-...' functions using Org export engine. The implementation is probably not totally backward compatible, though. In particular, I suppressed :remove-nil-lines parameter, as I couldn't make any sense out of it. If someone has a clear