Re: [O] [patch] LaTeX export using tabu tables

2013-04-07 Thread Marcin Borkowski
Dnia 2013-03-27, o godz. 09:59:49 Eric Abrahamsen napisał(a): > Marcin Borkowski writes: > > > Dnia 2013-03-25, o godz. 13:35:08 > > Eric Abrahamsen napisał(a): > > > >> Nicolas Goaziou writes: > >> > >> > Thanks for your patch. I didn't know about "tabu" package, but it > >> > looks interes

Re: [O] [patch] LaTeX export using tabu tables

2013-03-27 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Nicolas Goaziou writes: > > I'll get this right eventually... It looks good. I applied it. Thank you for your work. Regards, -- Nicolas Goaziou

Re: [O] [patch] LaTeX export using tabu tables

2013-03-26 Thread Eric Abrahamsen
Marcin Borkowski writes: > Dnia 2013-03-25, o godz. 13:35:08 > Eric Abrahamsen napisał(a): > >> Nicolas Goaziou writes: >> >> > Thanks for your patch. I didn't know about "tabu" package, but it >> > looks interesting. >> >> It's definitely my new go-to table environment, though I'm struggling

Re: [O] [patch] LaTeX export using tabu tables

2013-03-26 Thread Marcin Borkowski
Dnia 2013-03-25, o godz. 13:35:08 Eric Abrahamsen napisał(a): > Nicolas Goaziou writes: > > > Thanks for your patch. I didn't know about "tabu" package, but it > > looks interesting. > > It's definitely my new go-to table environment, though I'm struggling > to ignore the fact that it's got th

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Eric Abrahamsen
Nicolas Goaziou writes: I'll get this right eventually... >> + (spread (plist-member attr :spread)) > > I think you mean (plist-get attr :spread), otherwise ":spread nil" will > still activate spread. Also, since it's a predicate, I suggest to name > the variable "spreadp". Me being clever

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I was trying to be too clever! Attached is a non-clever version that > includes a :spread keyword, and a (hopefully) correctly-written commit > message. Nice. A few more comments follow. > Subject: [PATCH 8/8] ox-latex.el (org-latex--org-table, org-latex-table-

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Huh, that surprises me too! I looked in my files and I'm supposed to be > RT:710483, whatever that means -- they told me it would apply to any > emacs-related packages... We're all set then, I added you to the page: http://orgmode.org/worg/org-contribute.html#

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Attached is a non-clever version that includes a :spread keyword, >> and a (hopefully) correctly-written commit message. > > Thanks! > > I was surprised not to find you on the list of FSF-signed contributors > -- did you assigned your

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > Attached is a non-clever version that includes a :spread keyword, > and a (hopefully) correctly-written commit message. Thanks! I was surprised not to find you on the list of FSF-signed contributors -- did you assigned your copyright to the FSF already? If

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Thanks for your patch. I didn't know about "tabu" package, but it looks > interesting. It's definitely my new go-to table environment, though I'm struggling to ignore the fact that it's got the ugliest documentation of any LaTeX package I've ever seen. > You could also

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Attached is a patch that lets you use the "tabu" and "longtabu" table > environments. Mostly the patch is necessary because tabu has its own > annoying syntax for table width declarations. Where everyone else does > something like: > > \begin{tabular}{\textwidth}

Re: [O] [patch] LaTeX export using tabu tables

2013-03-23 Thread Vikas Rawal
> > Attached is a patch that lets you use the "tabu" and "longtabu" table > environments. Mostly the patch is necessary because tabu has its own > annoying syntax for table width declarations. Where everyone else does > something like: Great! > Dunno if this is worth it for other people, but th

[O] [patch] LaTeX export using tabu tables

2013-03-22 Thread Eric Abrahamsen
There are about forty different table environments for latex, all of which do slightly different things, and none of them seem to do it all. I found the "tabu" package recently, and thought "oh god another one", but it seems to do it all: clever column alignment, longtable functionality, all that g