Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-21 Thread Jakob Schöttl
Am 20.08.23 um 10:57 schrieb Ihor Radchenko: Thanks for the reproducer! I committed a fix onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=58c5c5882 Nice, thank you very much! Now, spaces are only added to headings and the resulting table is reproducible and correct.

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Ihor Radchenko
Jakob Schöttl writes: > * Table > #+BEGIN: columnview :format "%a %b %c %d %e %f %g %h" > #+END: > ** foo > :PROPERTIES: > :a: a > :b: b > :c: c > :d: d > :e: e > :f: f > :g: g > :h: h > :END: > > The first call to org-dblock-update adds some spaces and only has one > empty line of data in the

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Jakob Schöttl
Am 20.08.23 um 08:56 schrieb Ihor Radchenko: Jakob Schöttl writes: So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Confirmed. Unimportant. Got one: *

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Jakob Schöttl
Am 20.08.23 um 08:56 schrieb Ihor Radchenko: Jakob Schöttl writes: So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Confirmed. Unimportant. The internal

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Ihor Radchenko
Jakob Schöttl writes: > So, org-update-dblock or org-dblock-write:columnview is adding trailing > spaces in the org file. These spaces change the behavior of subsequent > calls which will add even more spaces. Confirmed. Unimportant. The internal implementation details of colview demand

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-19 Thread Jakob Schöttl
So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Here is a minimal example: * Table #+BEGIN: columnview :format "%a %b %c %d %e %f %g" #+END: This works as

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-07 Thread Jakob Schöttl
Am 01.08.23 um 13:27 Ihor Radchenko: Jakob Schöttl writes: The structure of the org file is attached. I tried for two hours to provide a minimal example org file but – like randomly – when I shorten the file radically or remove fields from the colmunview it works. I can't figure out what

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-01 Thread Ihor Radchenko
Jakob Schöttl writes: > The structure of the org file is attached. I tried for two hours to > provide a minimal example org file but – like randomly – when I shorten > the file radically or remove fields from the colmunview it works. I > can't figure out what exactly makes org mode