Thomas P <datalo...@hotmail.com> writes: > Curious. Not even if you set your cursor on the a and press TAB again? (I > sometimes have to do it twice). > > This is what I did: > > Downloaded https://orgmode.org/org-9.1.9.zip and unzipped to ~/tmp/org-9.1.9 > > Ran: > emacs -Q > > In the scratch-buffer: > (add-to-list 'load-path "~/tmp/org-9.1.9/lisp") > (require 'org) > > Switched to a new buffer and did > M-x org-mode RET > > Now if I enter that table (e.g. by copy-pasting from my earlier email) > and align it, the table becomes misaligned for me when I press TAB > when cursor is on the link "a".
I did the following, from a fresh Emacs, with : (find-file "/tmp/bug-align.org") (insert "| aa | aa | | [[a][a]] | | ") (search-backward "a][") (org-table-align) without being able to reproduce your issue. I also tried searching backward for "][" instead, without any luck either. I tried in both master and maint.