Re: Possible to robustly embed elisp links in source block table results?

2022-02-13 Thread John Kitchin
This is not a complete answer to why this happens, but a practical one that I think is what you want. In the code below I just added | in your jq call to construct the table. I also have to use :results raw to get it to work. The :colnames did not work for me here, so I added the echo line to get

Possible to robustly embed elisp links in source block table results?

2022-02-12 Thread Tim Landscheidt
Hi, I want org-mode to display a tab-separated values table ge- nerated by jq that includes elisp links that do something (differently) for each row, especially containing data that is not displayed in other columns. The source block: | #+BEGIN_SRC sh :colnames '(Column\ A Column\ B Column\ C)