minad / org-modern

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

table gets misaligned when item has progress cookie #239

Closed igorcafe closed 1 month ago

igorcafe commented 1 month ago

To reproduce:

  1. Use the default config in README
  2. Copy this org:
* Clocks
#+BEGIN: clocktable :scope file :maxlevel 2
#+END:

* Tasks

** TODO clock 1 [1/10]
CLOCK: [2024-10-23 qua 12:37]--[2024-10-23 qua 14:42] =>  2:05

** TODO clock 2 [1/2]
CLOCK: [2024-10-23 qua 12:37]--[2024-10-23 qua 14:42] =>  2:05
  1. press C-c C-c over #+BEGIN: to generate clock report
  2. you should reproduce the misalignment

image

minad commented 1 month ago

Dup #5