[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Table not expanded as I expect upon <TAB>
From: |
Ihor Radchenko |
Subject: |
Re: Table not expanded as I expect upon <TAB> |
Date: |
Mon, 27 Mar 2023 11:19:29 +0000 |
Alain.Cochard@unistra.fr writes:
> Maybe it is normal, but if I put the cursor anywhere in the 1st line
> (say) of this table
>
> ||---+---|
> || x | x |
>
> and press <TAB>, it becomes
>
> | | ---+--- | |
> | | x | x |
>
> which is not what I would expect.
This is expected.
Only |- at the beginning of the line is seen by Org as horizontal rule.
||-... is an empty cell || followed by a cell |-...|.
See 3.1 Built-in Table Editor section of Org manual.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>