emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] links cause table misalignment


From: Nicolas Goaziou
Subject: Re: [O] links cause table misalignment
Date: Sat, 07 Apr 2018 10:08:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Thomas P <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]