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: Nicolas Goaziou
Subject: Re: [O] I need help extending ob-ocaml to support :results output
Date: Sat, 29 Mar 2014 19:43:12 +0100

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.


Regards,

-- 
Nicolas Goaziou



reply via email to

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