emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Regression in latex export of tables?
@ 2023-11-01  3:43 Vikas Rawal
  2023-11-01  7:32 ` Vikas Rawal
  2023-11-01 16:41 ` Max Nikulin
  0 siblings, 2 replies; 8+ messages in thread
From: Vikas Rawal @ 2023-11-01  3:43 UTC (permalink / raw)
  To: emacs-orgmode

[-- 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 --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-11-03  3:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01  3:43 Regression in latex export of tables? Vikas Rawal
2023-11-01  7:32 ` 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

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).