Hi Nick,
Nick Dokos writes:
> I pushed this to maint and merged it into master.
Thanks for tracking this bug and fixing!
--
Bastien
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
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
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
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
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
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
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
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 |
> |--+
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
10 matches
Mail list logo