Org mode version 9.7-pre (9.7-pre-n/a-g356072 @ /home/dinko/.config/emacs/elpaca/builds/org/); table alignment broken when using links in cells

2024-02-28 Thread Kostadin Ninev
s -Q. This is what I get on emacs 29.1 org: a b -- c d Emacs : GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0) Package: Org mode version 9.7-pre (9.7-pre-n/a-g356072 @ /home/dinko/.config/emacs/elpaca/builds/org/) -- *Kostadin Ninev* [c]

emacs-orgmode@gnu.org Subject: Org mode version 9.7-pre (9.7-pre-n/a-g356072; org-table-to-lisp breaks table alignment when using links

2024-02-28 Thread Kostadin Ninev
After installing latest org from git, table alignment is broken for me in tables where some of the cells contain links for example: | a| b | |--+---| | [[c][c]] | d | Shows like this: | a| b | |--+---| | c | d | Unless I M-x org-toggle-link-display, tested w