Slawomir Grochowski <[email protected]> writes: > The attached patch simplifies the column summary computation in > `org-columns--compute-spec' by replacing the dynamically resized vector > and level-clearing loops with a stack of (level . value) pairs.
Thanks! > - (let* ((pos (match-beginning 0)) > ... > - (summary > - (org-columns--put-summary pos spec summary) > ... > + (value (cond > + (summary (org-columns--put-summary (point) spec > summary) Is there any specific reason why you removed using saved POS for `org-columne--put-summary'? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
