Nicolas Goaziou <[email protected]> writes:

> Alan Schmitt <[email protected]> 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


Reply via email to