Re: Bug: Org-babel can't capture the output of rg/ag/pt with org-babel on OS X [9.2.6 (9.2.6-4-ge30905-elpaplus @ /Users/maxflander/.emacs.d/elpa/org-plus-contrib-20191014/)]

2020-02-11 Thread Samuel Wales
you probably already tried this to judge from your links but it's worth poinitng out for mailing list readers that shell blocks use the exit code. a user who just wants to run a diff or grep for the stdio results (stderr and stdout) has to stop that mechanism. if you want both stdin and stout,

Re: Bug: Org-babel can't capture the output of rg/ag/pt with org-babel on OS X [9.2.6 (9.2.6-4-ge30905-elpaplus @ /Users/maxflander/.emacs.d/elpa/org-plus-contrib-20191014/)]

2020-02-11 Thread Bastien
Hi Max, Max Flander writes: > I've also tried ag and pt which don't work either. It works with > grep but this is too slow for my use-case. Is there any difference between how grep and ag send their output in the terminal? If so, can it be relevant to the issue at point? Thanks, --

Bug: Org-babel can't capture the output of rg/ag/pt with org-babel on OS X [9.2.6 (9.2.6-4-ge30905-elpaplus @ /Users/maxflander/.emacs.d/elpa/org-plus-contrib-20191014/)]

2019-10-29 Thread Max Flander
I'm trying to capture the output of rg but I'm getting no output (I'm getting the message "Code block produced no output" in the minibuffer. I've also tried ag and pt which don't work either. It works with grep but this is too slow for my use-case. Example: #+BEGIN_SRC shell mkdir -p