emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] I need help extending ob-ocaml to support :results output


From: Alan Schmitt
Subject: Re: [O] I need help extending ob-ocaml to support :results output
Date: Sat, 29 Mar 2014 19:52:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Nicolas Goaziou <address@hidden> writes:

> Alan Schmitt <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]