Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buggy rendering when table is at very top of buffer #13

Open
Lenbok opened this issue Oct 4, 2023 · 0 comments
Open

Buggy rendering when table is at very top of buffer #13

Lenbok opened this issue Oct 4, 2023 · 0 comments
Labels

Comments

@Lenbok
Copy link

Lenbok commented Oct 4, 2023

I have a buffer (in orgtbl-mode) containing this:

| panel_id | gs_use | species_id |
|----------+--------+------------|
|        1 | false  |          1 |
|        2 | false  |          1 |
|        3 | false  |          1 |
|        4 | false  |          1 |

which renders like this, with a buggy header divider line:
image

If I insert a blank line at the top, like so:


| panel_id | gs_use | species_id |
|----------+--------+------------|
|        1 | false  |          1 |
|        2 | false  |          1 |
|        3 | false  |          1 |
|        4 | false  |          1 |

I get the expected rendering (although with the extra blank line at the top):
image

@Fuco1 Fuco1 added the bug label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants