emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Vikas Rawal" <vikas@e-daak.in>
To: emacs-orgmode@gnu.org
Subject: Regression in latex export of tables?
Date: Tue, 31 Oct 2023 23:43:31 -0400	[thread overview]
Message-ID: <742-6541c980-3-52b68800@44597313> (raw)

[-- Attachment #1: Type: text/plain, Size: 945 bytes --]


Hi all,

I am seeing a peculiar problem, and I would appreciate if somebody could check whether this is a bug or I am missing something.

The following table exports with a [0pt] at the end of each line.

* Test
| A | B | C |
|---+---+---|
| 1 | 2 | 3 |
|   |   |   |


\section{Test}
\label{sec:orgb720d02}
\begin{center}
\begin{tabular}{rrr}
A & B & C\\[0pt]
\hline
1 & 2 & 3\\[0pt]
 &  & \\[0pt]
\end{tabular}
\end{center}
\end{document}

I have tried this by running emacs -q (to check if something in my config was messing up). With emacs -q, my org-version is: Org mode version 9.6.7 (release_9.6.7-13-g99cc96)
​​​If I use my .emacs.d, my org-version is: Org mode version 9.7-pre (release_9.6.10-906-gee0961

Both give this strage [0pt] at the end of every line of the table.

​​​​​​Is this by design? This seems to be something recent. Am I missing something.

Thanks,

Vikas

[-- Attachment #2: Type: text/html, Size: 1144 bytes --]

             reply	other threads:[~2023-11-01  3:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01  3:43 Vikas Rawal [this message]
2023-11-01  7:32 ` Regression in latex export of tables? Vikas Rawal
2023-11-01 16:41 ` Max Nikulin
2023-11-01 23:04   ` Vikas Rawal
2023-11-02  9:29     ` Fraga, Eric
2023-11-03  0:58       ` Vikas Rawal
2023-11-03  2:30         ` Max Nikulin
2023-11-03  3:01           ` Vikas Rawal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=742-6541c980-3-52b68800@44597313 \
    --to=vikas@e-daak.in \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).