[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Handling conversion of fields with spaces to tables
From: |
Eric S Fraga |
Subject: |
Re: Handling conversion of fields with spaces to tables |
Date: |
Mon, 06 Dec 2021 15:10:53 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
On Monday, 6 Dec 2021 at 15:43, Loris Bennett wrote:
> That's solves the problem of the field being split, but gives me the new
> problem that the output is no longer a table :-)
Ah, yes, sorry: you need to have each line of the output start with a
"|" as well. If your external script can do that, it should work.
As in:
#+BEGIN_SRC sh :results output raw
echo "|marie|Curie|123"
echo "|louis|De Broglie|456"
#+END_SRC
#+RESULTS:
| marie | Curie | 123 |
| louis | De Broglie | 456 |
--
: Eric S Fraga, with org release_9.5.1-243-gad53c5 in Emacs 29.0.50
: Latest paper written in org: https://arxiv.org/abs/2106.05096