Re: [BUG] ob-sqlite: can not override header argument

2023-08-18 Thread Ihor Radchenko
Max Nikulin writes: > On 18/08/2023 01:03, Ihor Radchenko wrote: >> The source says >> >>;; for easy table parsing, default header type should be -csv >> >> So, it is at least intentional. > > With ":results verbatim" it is not convincing. Maybe. But not a bug either. I am also not a u

Re: [BUG] ob-sqlite: can not override header argument

2023-08-18 Thread Max Nikulin
On 18/08/2023 01:03, Ihor Radchenko wrote: The source says ;; for easy table parsing, default header type should be -csv So, it is at least intentional. With ":results verbatim" it is not convincing. Note that (member :csv others) yielding "" is also intentional because it is alre

Re: [BUG] ob-sqlite: can not override header argument

2023-08-17 Thread Ihor Radchenko
Max Nikulin writes: > It seems there is no way to override for a specific code block header > arguments specified for the whole file through #+property: > > #+property: header-args:sqlite :header > #+begin_src elisp :results none >(require 'ob-sqlite) > #+end_src > > I have tried "nil", etc.

[BUG] ob-sqlite: can not override header argument

2023-08-17 Thread Max Nikulin
It seems there is no way to override for a specific code block header arguments specified for the whole file through #+property: #+property: header-args:sqlite :header #+begin_src elisp :results none (require 'ob-sqlite) #+end_src I have tried "nil", etc. for ":header", but column names are a