|
From: | Jakob Schöttl |
Subject: | Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files |
Date: | Sun, 20 Aug 2023 10:37:56 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
Am 20.08.23 um 08:56 schrieb Ihor Radchenko:
Jakob Schöttl <jschoett@gmail.com> 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: * 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 table.
The second call adds more spaces and has two lines of data in the table. If %h is removed from :format, it works on the first run.For larger files it's totally unreliable; I'd consider the columnview feature as broken.
[Prev in Thread] | Current Thread | [Next in Thread] |