minad / org-modern

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

Add option to right justify tags #209

Closed connormclaud closed 4 months ago

connormclaud commented 5 months ago

Discussion https://github.com/minad/org-modern/discussions/207

image

Known issues:

  1. Removes org-habit's future dates graphs
connormclaud commented 5 months ago

@minad PTAL

connormclaud commented 5 months ago

@minad Just a friendly reminder that my PR is awaiting your review

minad commented 5 months ago

@connormclaud Please be patient. I will look at your PR when I find time.

minad commented 4 months ago

Hi, I finally took a look at your PR. I think it is too complicated - too much code, only to support right tag alignment. I experimented with a simpler method in https://github.com/minad/org-modern/commit/148f6c4159fa6f480fc9556ae1f6080957fdc968, deleting some space in front of the tags. But unfortunately this will also lead to misalignment, if we don't measure the actual width of the tags. You use string-pixel-width for this purpose, but this function is unfortunately not supported on older Emacs versions. Also measuring pixel size like this is quite costly. I am afraid, we are not going to support right alignment of tags for the time being. The README of org-modern recommends to set the tag column to 0 for this reason.