Dear all, I'm wondering why the first row in the generated clocktable displays the value ':narrow'.
When I first encountered this, I thought it was some kind of error. This value is displayed only when the user specifies it: by entering the ':narrow' value in the =#+BEGIN= ... =#+END= block. So, if I specify it myself and it's visible in the block, why display it again in the first row of the generated table? In example: Without defining ':narrow' (by default it's 40) #+BEGIN: clocktable #+CAPTION: Clock summary at [2025-08-31 Sun 00:47] | Headline | Time | |------------+------| | *Total time* | *0:00* | #+END: With defined ':narrow' value: #+BEGIN: clocktable :narrow 50 #+CAPTION: Clock summary at [2025-08-31 Sun 00:47] | <50> | | | Headline | Time | |------------+------| | *Total time* | *0:00* | #+END: To me, it feels redundant to display the ':narrow' value in the first row. I'm curious to hear others thoughts on this. -- Slawomir Grochowski
