Re: [O] orgtbl export to latex :fmt() fails

2014-07-28 Thread Bastien
Hi Nick, Nick Dokos writes: > I pushed this to maint and merged it into master. Thanks for tracking this bug and fixing! -- Bastien

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
Nick Dokos writes: > Nick Dokos writes: > >> Nothing - there is a bug in org-table.el:org-table-clean-before-export >> where the regexp that matches special chars in the first column (see >> >> (info "(org)Advanced features") >> >> for the details) inadvertently matches "| | | | 3900|" and del

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
Nick, > ... > $ patch -p1 < /tmp/org-table-clean-before-export.patch > > I got the following output when I did that against maint - you > might get slightly different output: > ... yipieehhh it works, it was a lot of fiddling for a emacs newbe like me but now I got it. I will test and report! T

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Nick Dokos
Thorsten Grothe writes: > Nick, > > thanks for your patience :-) > >> It depends on how exactly you installed: from git, from elpa, from a >> tarball, using the org mode that came with your emacs, some other way? >> (...) > > I installed orgmode now from elpa (org-plus-contrib) in my local > hom

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
Nick, thanks for your patience :-) > It depends on how exactly you installed: from git, from elpa, from a > tarball, using the org mode that came with your emacs, some other way? > (...) I installed orgmode now from elpa (org-plus-contrib) in my local homedir. So is there another way to apply y

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Nick Dokos writes: > Nothing - there is a bug in org-table.el:org-table-clean-before-export > where the regexp that matches special chars in the first column (see > > (info "(org)Advanced features") > > for the details) inadvertently matches "| | | | 3900|" and deletes the > first column. The r

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe writes: > thank you very much for your response, well I'm not an emacs guru, so > my simple question is, how to apply this patch? I'm working with > archlinux here and I installed orgmode systemwide not locally, I guess > I should first install it in my local homedir and than patc

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Nick, > Nothing - there is a bug in org-table.el:org-table-clean-before-export > where the regexp that matches special chars in the first column (see > > (info "(org)Advanced features") > > for the details) inadvertently matches "| | | | 3900|" and deletes the > first column. The regexp is set

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Nick Dokos
Thorsten Grothe writes: > Hi List, > > I have a problem with a orgtbl which I would like to export with certain > options to latex. > > The table looks like this: > > #+TBLNAME: test > #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4"\\num{%s}") > > | Soll | | | Haben | > |--+

[O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Hi List, I have a problem with a orgtbl which I would like to export with certain options to latex. The table looks like this: #+TBLNAME: test #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4"\\num{%s}") | Soll | | | Haben | |--+---+--+---| | | | | 39000 | I wou