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 e...@ericabrahamsen.net napisał(a): Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2013-03-25, o godz. 13:35:08 Eric Abrahamsen e...@ericabrahamsen.net napisał(a): Nicolas Goaziou n.goaz...@gmail.com writes: Thanks for your

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

2013-03-27 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Nicolas Goaziou n.goaz...@gmail.com 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 Marcin Borkowski
Dnia 2013-03-25, o godz. 13:35:08 Eric Abrahamsen e...@ericabrahamsen.net napisał(a): Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-03-26 Thread Eric Abrahamsen
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2013-03-25, o godz. 13:35:08 Eric Abrahamsen e...@ericabrahamsen.net napisał(a): Nicolas Goaziou n.goaz...@gmail.com writes: Thanks for your patch. I didn't know about tabu package, but it looks interesting. It's definitely my new

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

2013-03-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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

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

2013-03-25 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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

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

2013-03-25 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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:

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

2013-03-25 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net 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

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

2013-03-25 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-03-24 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net 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:

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

2013-03-24 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com 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.

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 there's the