[BUG] org-cycle-show-empty-lines doesn't show empty lines at end of file [9.7.19 (9.7.19-5a4686 @ /home/aragaer/.config/emacs/elpa/org-9.7.19/)]

2025-01-22 Thread Ilya Konovalov
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [BUG] ":sep" header argument doesn't work in ob-shell [9.6.21 ( @ /home/aragaer/.config/emacs/elpa/org-9.6.21/)]

2024-03-12 Thread Ilya Konovalov
`org-babel-import-elisp-from-file' -- looks like only some languages set it to some fixed value. Matt writes: > On Tue, 12 Mar 2024 10:27:46 +0100 Ilya Konovalov wrote --- > > > > After some usage I found that this exact patch breaks > > `org-babel-import-

Re: [BUG] ":sep" header argument doesn't work in ob-shell [9.6.21 ( @ /home/aragaer/.config/emacs/elpa/org-9.6.21/)]

2024-03-12 Thread Ilya Konovalov
After some usage I found that this exact patch breaks `org-babel-import-elisp-from-file's own separator detection. It looks like it's better to leave it as `nil' unless specified. Ilya Konovalov writes: > On current master using ":sep" header argument does not wo

[BUG] ":sep" header argument doesn't work in ob-shell [9.6.21 ( @ /home/aragaer/.config/emacs/elpa/org-9.6.21/)]

2024-03-12 Thread Ilya Konovalov
On current master using ":sep" header argument does not work as expected and records are always split on whitespaces. For example: #+begin_src sh :sep "\t" echo hello world echo test #+end_src #+RESULTS: | hello | world | | test | | It looks like the issue is in the org-babel-sh-evalu