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.


Regards,

-- 
Nicolas Goaziou

Reply via email to