[FR] Append wrapped results from babel block (was: Appending results from babel block)

2024-01-30 Thread Ihor Radchenko
Ken Mankoff writes: >>> Weirdly, >>> >>> :results append drawer >>> >>> Appends result #2, but then inserts all results after the first. >> >> I'm not sure what you mean. However, trying it, I see bunches of >> "results-end" groups. I assume this is what you see, too? > > Yes that's what I

Re: Appending results from babel block

2024-01-27 Thread Ken Mankoff
Hi Matt, On 2024-01-27 at 12:22 -08, Matt wrote... > On Sat, 27 Jan 2024 03:20:37 +0100 Ken Mankoff wrote --- >> Weirdly, >> >> :results append drawer >> >> Appends result #2, but then inserts all results after the first. > > I'm not sure what you mean. However, trying it, I see

Re: Appending results from babel block

2024-01-27 Thread Matt
On Sat, 27 Jan 2024 03:20:37 +0100 Ken Mankoff wrote --- > I'd like to append results from a babel block, but without the leading ":" > that sometimes appears. Is this possible. I'm using v9.7-pre. AFAIK, the only ways are to use 'raw' or something that wraps the result, like

Appending results from babel block

2024-01-26 Thread Ken Mankoff
Hello, I'd like to append results from a babel block, but without the leading ":" that sometimes appears. Is this possible. I'm using v9.7-pre. This works, but has leading colons: #+BEGIN_SRC bash :results append echo $(date) #+END_SRC #+RESULTS: : Fri Jan 26 07:17:00 PM PST 2024 : Fri Jan 26