Pedro Andres Aranda Gutierrez <[email protected]> writes:
> I don’t see a bug in a perfectly valid LaTeX that is compiles flawlessly.
> Adding or not adding an extra space is a user choice.
But that extra space is nothing but a side effect of the implementation,
isn't it?
When we have Org table like
#+ATTR_LATEX: :environment longtabu :align {|l|l|}
#+NAME: 1
| 100 | test |
vs.
#+ATTR_LATEX: :environment longtabu :align {|l|l|}
| 100 | test |
it is hardly anticipated by the used that #+name would have an impact on
the /appearance/ of the table.
> the original contribution could be targeting a specific situation that
> requires that extra space and some people may be relying on that extra space
> for the look and feel of their PDFs.
I am confused.
When I export the above tables, I will see something like
| |
| 100 | test |
in the generatede pdf.
That's not a space, but an empty table row.
Is it something ever desired?
If yes, I'd say that users should do
#+ATTR_LATEX: :environment longtabu :align {|l|l|}
| | |
| 100 | test |
to start with.
--
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>