minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.54k stars 48 forks source link

Org-table alignment (divider rows) #215

Closed seb-hyland closed 4 months ago

seb-hyland commented 4 months ago

Org-modern formatted tables typically align very well, but divider rows do not align with standard rows.

For instance, divider rows in org typically look like:

|-----------+-----------------------------------------------|

where the + aligns with the | divider in rows above/below:

| Keybind   | Action                                          |
|-----------+-------------------------------------------------|
| SHIFT-h/l | Jump forwards/backwards by one *word*           |

However, in org-modern the divider row is usually too short: 20240626_14h29m07s_grim

I am using a monospaced font for org-table, specifically the nerd-font patched version of SF Mono. I have also tried Iosevka Aile and JetBrainsMono Nerd Font, and have experienced the same issue.

I'm not sure if there is some configuration that I need to fix on my end; I have tried different values for org-modern-table-horizontal, but the spacing issue remains.