Nicolas Goaziou <n.goaz...@gmail.com> writes: > Alan Schmitt <alan.schm...@polytechnique.org> writes: > > + (mapcar #'org-babel-trim (reverse raw))))))) > + (raw (org-babel-trim clean)) > + (result-params (cdr (assoc :result-params params))) > + (parsed > + (string-match > + "\\(\\(.*\n\\)*\\)[^:\n]+ : \\([^=\n]+\\) =\\(\n\\| \\)\\(.+\\)$" > + raw)) > + (output (match-string 1 raw)) > + (type (match-string 3 raw)) > + (value (match-string 5 raw)) > + ) > > ^ > Here.
OK, I put it on the previous line. I'll commit now. Thanks, Alan