ob.el 66 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612
  1. ;;; ob.el --- working with code blocks in org-mode
  2. ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc.
  3. ;; Author: Eric Schulte, Dan Davison
  4. ;; Keywords: literate programming, reproducible research
  5. ;; Homepage: http://orgmode.org
  6. ;; Version: 0.01
  7. ;; This file is part of GNU Emacs.
  8. ;; GNU Emacs is free software: you can redistribute it and/or modify
  9. ;; it under the terms of the GNU General Public License as published by
  10. ;; the Free Software Foundation, either version 3 of the License, or
  11. ;; (at your option) any later version.
  12. ;; GNU Emacs is distributed in the hope that it will be useful,
  13. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. ;; GNU General Public License for more details.
  16. ;; You should have received a copy of the GNU General Public License
  17. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  18. ;;; Commentary:
  19. ;; See the online documentation for more information
  20. ;;
  21. ;; http://orgmode.org/worg/org-contrib/babel/
  22. ;;; Code:
  23. (eval-when-compile (require 'cl))
  24. (require 'org-macs)
  25. (defvar org-babel-call-process-region-original)
  26. (declare-function show-all "outline" ())
  27. (declare-function tramp-compat-make-temp-file "tramp" (filename &optional dir-flag))
  28. (declare-function tramp-dissect-file-name "tramp" (name &optional nodefault))
  29. (declare-function tramp-file-name-user "tramp" (vec))
  30. (declare-function tramp-file-name-host "tramp" (vec))
  31. (declare-function org-edit-src-code "org" (context code edit-buffer-name))
  32. (declare-function org-open-at-point "org" (&optional in-emacs reference-buffer))
  33. (declare-function org-save-outline-visibility "org" (use-markers &rest body))
  34. (declare-function org-narrow-to-subtree "org" ())
  35. (declare-function org-entry-get "org" (pom property &optional inherit))
  36. (declare-function org-make-options-regexp "org" (kwds &optional extra))
  37. (declare-function org-match-string-no-properties "org" (num &optional string))
  38. (declare-function org-do-remove-indentation "org" (&optional n))
  39. (declare-function org-show-context "org" (&optional key))
  40. (declare-function org-at-table-p "org" (&optional table-type))
  41. (declare-function org-cycle "org" (&optional arg))
  42. (declare-function org-uniquify "org" (list))
  43. (declare-function org-table-import "org" (file arg))
  44. (declare-function org-add-hook "org-compat" (hook function &optional append local))
  45. (declare-function org-table-align "org-table" ())
  46. (declare-function org-table-end "org-table" (&optional table-type))
  47. (declare-function orgtbl-to-generic "org-table" (table params))
  48. (declare-function orgtbl-to-orgtbl "org-table" (table params))
  49. (declare-function org-babel-lob-get-info "ob-lob" nil)
  50. (declare-function org-babel-ref-split-args "ob-ref" (arg-string))
  51. (declare-function org-babel-ref-variables "ob-ref" (params))
  52. (declare-function org-babel-ref-resolve-reference "ob-ref" (ref &optional params))
  53. (defvar org-babel-source-name-regexp
  54. "^[ \t]*#\\+\\(srcname\\|source\\|function\\):[ \t]*"
  55. "Regular expression used to match a source name line.")
  56. (defvar org-babel-src-block-regexp
  57. (concat
  58. ;; (1) indentation (2) lang
  59. "^\\([ \t]*\\)#\\+begin_src[ \t]+\\([^ \f\t\n\r\v]+\\)[ \t]*"
  60. ;; (3) switches
  61. "\\([^\":\n]*\"[^\"\n*]*\"[^\":\n]*\\|[^\":\n]*\\)"
  62. ;; (4) header arguments
  63. "\\([^\n]*\\)\n"
  64. ;; (5) body
  65. "\\([^\000]+?\n\\)[ \t]*#\\+end_src")
  66. "Regexp used to identify code blocks.")
  67. (defvar org-babel-inline-src-block-regexp
  68. (concat
  69. ;; (1) replacement target (2) lang
  70. "[ \f\t\n\r\v]\\(src_\\([^ \f\t\n\r\v]+\\)"
  71. ;; (3,4) (unused, headers)
  72. "\\(\\|\\[\\(.*?\\)\\]\\)"
  73. ;; (5) body
  74. "{\\([^\f\n\r\v]+?\\)}\\)")
  75. "Regexp used to identify inline src-blocks.")
  76. (defun org-babel-get-src-block-info (&optional header-vars-only)
  77. "Get information of the current source block.
  78. Returns a list
  79. (language body header-arguments-alist switches name function-args indent).
  80. Unless HEADER-VARS-ONLY is non-nil, any variable
  81. references provided in 'function call style' (i.e. in a
  82. parenthesised argument list following the src block name) are
  83. added to the header-arguments-alist."
  84. (let ((case-fold-search t) head info args indent)
  85. (if (setq head (org-babel-where-is-src-block-head))
  86. (save-excursion
  87. (goto-char head)
  88. (setq info (org-babel-parse-src-block-match))
  89. (setq indent (car (last info)))
  90. (setq info (butlast info))
  91. (forward-line -1)
  92. (if (looking-at
  93. (concat org-babel-source-name-regexp
  94. "\\([^ ()\f\t\n\r\v]+\\)\\(\(\\(.*\\)\)\\|\\)"))
  95. (progn
  96. (setq info (append info (list (org-babel-clean-text-properties
  97. (match-string 2)))))
  98. ;; Note that e.g. "name()" and "name( )" result in
  99. ;; ((:var . "")). We maintain that behaviour, and the
  100. ;; resulting non-nil sixth element is relied upon in
  101. ;; org-babel-exp-code to detect a functional-style
  102. ;; block in those cases. However, "name" without any
  103. ;; parentheses would result in the same thing, so we
  104. ;; explicitly avoid that.
  105. (if (setq args (match-string 4))
  106. (setq info
  107. (append info (list
  108. (mapcar
  109. (lambda (ref) (cons :var ref))
  110. (org-babel-ref-split-args args))))))
  111. (unless header-vars-only
  112. (setf (nth 2 info)
  113. (org-babel-merge-params (nth 5 info) (nth 2 info)))))
  114. (setq info (append info (list nil nil))))
  115. (append info (list indent)))
  116. (if (save-excursion ;; inline source block
  117. (re-search-backward "[ \f\t\n\r\v]" nil t)
  118. (looking-at org-babel-inline-src-block-regexp))
  119. (org-babel-parse-inline-src-block-match)
  120. nil))))
  121. ;;;###autoload
  122. (defun org-babel-execute-src-block-maybe ()
  123. "Detect if this is context for a org-babel src-block and if so
  124. then run `org-babel-execute-src-block'."
  125. (interactive)
  126. (let ((info (org-babel-get-src-block-info)))
  127. (if info
  128. (progn (org-babel-execute-src-block current-prefix-arg info) t) nil)))
  129. (add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-execute-src-block-maybe)
  130. ;;;###autoload
  131. (defun org-babel-expand-src-block-maybe ()
  132. "Detect if this is context for a org-babel src-block and if so
  133. then run `org-babel-expand-src-block'."
  134. (interactive)
  135. (let ((info (org-babel-get-src-block-info)))
  136. (if info
  137. (progn (org-babel-expand-src-block current-prefix-arg info) t)
  138. nil)))
  139. ;;;###autoload
  140. (defun org-babel-load-in-session-maybe ()
  141. "Detect if this is context for a org-babel src-block and if so
  142. then run `org-babel-load-in-session'."
  143. (interactive)
  144. (let ((info (org-babel-get-src-block-info)))
  145. (if info
  146. (progn (org-babel-load-in-session current-prefix-arg info) t)
  147. nil)))
  148. (add-hook 'org-metaup-hook 'org-babel-load-in-session-maybe)
  149. ;;;###autoload
  150. (defun org-babel-pop-to-session-maybe ()
  151. "Detect if this is context for a org-babel src-block and if so
  152. then run `org-babel-pop-to-session'."
  153. (interactive)
  154. (let ((info (org-babel-get-src-block-info)))
  155. (if info (progn (org-babel-pop-to-session current-prefix-arg info) t) nil)))
  156. (add-hook 'org-metadown-hook 'org-babel-pop-to-session-maybe)
  157. (defconst org-babel-header-arg-names
  158. '(cache cmdline colnames dir exports file noweb results
  159. session tangle var noeval)
  160. "Common header arguments used by org-babel. Note that
  161. individual languages may define their own language specific
  162. header arguments as well.")
  163. (defvar org-babel-default-header-args
  164. '((:session . "none") (:results . "replace") (:exports . "code")
  165. (:cache . "no") (:noweb . "no") (:hlines . "no"))
  166. "Default arguments to use when evaluating a source block.")
  167. (defvar org-babel-default-inline-header-args
  168. '((:session . "none") (:results . "silent") (:exports . "results"))
  169. "Default arguments to use when evaluating an inline source block.")
  170. (defvar org-babel-current-buffer-properties)
  171. (make-variable-buffer-local 'org-babel-current-buffer-properties)
  172. (defvar org-babel-result-regexp
  173. "^[ \t]*#\\+res\\(ults\\|name\\)\\(\\[\\([[:alnum:]]+\\)\\]\\)?\\:"
  174. "Regular expression used to match result lines. If the
  175. results are associated with a hash key then the hash will be
  176. saved in the second match data.")
  177. (defvar org-babel-min-lines-for-block-output 10
  178. "If number of lines of output is equal to or exceeds this
  179. value, the output is placed in a #+begin_example...#+end_example
  180. block. Otherwise the output is marked as literal by inserting
  181. colons at the starts of the lines. This variable only takes
  182. effect if the :results output option is in effect.")
  183. (defvar org-babel-noweb-error-langs nil
  184. "List of language for which errors should be raised when the
  185. source code block satisfying a noweb reference in this language
  186. can not be resolved.")
  187. (defvar org-babel-hash-show 4
  188. "Number of initial characters to show of a hidden results hash.")
  189. (defvar org-babel-after-execute-hook nil
  190. "Hook for functions to be called after `org-babel-execute-src-block'")
  191. (defun org-babel-named-src-block-regexp-for-name (name)
  192. "This generates a regexp used to match a src block named NAME."
  193. (concat org-babel-source-name-regexp (regexp-quote name) "[ \t\n]*"
  194. (substring org-babel-src-block-regexp 1)))
  195. ;;; functions
  196. (defvar call-process-region)
  197. ;;;###autoload
  198. (defun org-babel-execute-src-block (&optional arg info params)
  199. "Execute the current source code block, and insert the results
  200. into the buffer. Source code execution and the collection and
  201. formatting of results can be controlled through a variety of
  202. header arguments.
  203. Optionally supply a value for INFO in the form returned by
  204. `org-babel-get-src-block-info'.
  205. Optionally supply a value for PARAMS which will be merged with
  206. the header arguments specified at the front of the source code
  207. block."
  208. (interactive)
  209. (let* ((info (or info (org-babel-get-src-block-info)))
  210. (lang (nth 0 info))
  211. (params (setf (nth 2 info)
  212. (sort (org-babel-merge-params (nth 2 info) params)
  213. (lambda (el1 el2) (string< (symbol-name (car el1))
  214. (symbol-name (car el2)))))))
  215. (new-hash
  216. (if (and (cdr (assoc :cache params))
  217. (string= "yes" (cdr (assoc :cache params))))
  218. (org-babel-sha1-hash info)))
  219. (old-hash (org-babel-result-hash info))
  220. (body (setf (nth 1 info)
  221. (if (and (cdr (assoc :noweb params))
  222. (string= "yes" (cdr (assoc :noweb params))))
  223. (org-babel-expand-noweb-references info)
  224. (nth 1 info))))
  225. (result-params (split-string (or (cdr (assoc :results params)) "")))
  226. (result-type (cond ((member "output" result-params) 'output)
  227. ((member "value" result-params) 'value)
  228. (t 'value)))
  229. (cmd (intern (concat "org-babel-execute:" lang)))
  230. (dir (cdr (assoc :dir params)))
  231. (default-directory
  232. (or (and dir (file-name-as-directory dir)) default-directory))
  233. (org-babel-call-process-region-original
  234. (if (boundp 'org-babel-call-process-region-original) org-babel-call-process-region-original
  235. (symbol-function 'call-process-region)))
  236. (indent (car (last info)))
  237. result)
  238. (unwind-protect
  239. (flet ((call-process-region (&rest args)
  240. (apply 'org-babel-tramp-handle-call-process-region args)))
  241. (unless (fboundp cmd)
  242. (error "No org-babel-execute function for %s!" lang))
  243. (if (and (not arg) new-hash (equal new-hash old-hash))
  244. (save-excursion ;; return cached result
  245. (goto-char (org-babel-where-is-src-block-result nil info))
  246. (end-of-line 1) (forward-char 1)
  247. (setq result (org-babel-read-result))
  248. (message (replace-regexp-in-string "%" "%%"
  249. (format "%S" result))) result)
  250. (setq result (funcall cmd body params))
  251. (if (eq result-type 'value)
  252. (setq result (if (and (or (member "vector" result-params)
  253. (member "table" result-params))
  254. (not (listp result)))
  255. (list (list result))
  256. result)))
  257. (org-babel-insert-result
  258. result result-params info new-hash indent lang)
  259. (run-hooks 'org-babel-after-execute-hook)
  260. result))
  261. (setq call-process-region 'org-babel-call-process-region-original))))
  262. (defun org-babel-expand-body:generic (body params &optional processed-params)
  263. "Expand a block of code with org-babel according to it's header
  264. arguments. This generic implementation of body expansion is
  265. called for languages which have not defined their own specific
  266. org-babel-expand-body:lang function." body)
  267. ;;;###autoload
  268. (defun org-babel-expand-src-block (&optional arg info params)
  269. "Expand the current source code block according to it's header
  270. arguments, and pop open the results in a preview buffer."
  271. (interactive)
  272. (let* ((info (or info (org-babel-get-src-block-info)))
  273. (lang (nth 0 info))
  274. (params (setf (nth 2 info)
  275. (sort (org-babel-merge-params (nth 2 info) params)
  276. (lambda (el1 el2) (string< (symbol-name (car el1))
  277. (symbol-name (car el2)))))))
  278. (body (setf (nth 1 info)
  279. (if (and (cdr (assoc :noweb params))
  280. (string= "yes" (cdr (assoc :noweb params))))
  281. (org-babel-expand-noweb-references info) (nth 1 info))))
  282. (cmd (intern (concat "org-babel-expand-body:" lang)))
  283. (expanded (funcall (if (fboundp cmd) cmd 'org-babel-expand-body:generic)
  284. body params)))
  285. (org-edit-src-code
  286. nil expanded (concat "*Org-Babel Preview " (buffer-name) "[ " lang " ]*"))))
  287. ;;;###autoload
  288. (defun org-babel-load-in-session (&optional arg info)
  289. "Load the body of the current source-code block. Evaluate the
  290. header arguments for the source block before entering the
  291. session. After loading the body this pops open the session."
  292. (interactive)
  293. (let* ((info (or info (org-babel-get-src-block-info)))
  294. (lang (nth 0 info))
  295. (body (nth 1 info))
  296. (params (nth 2 info))
  297. (session (cdr (assoc :session params)))
  298. (cmd (intern (concat "org-babel-load-session:" lang))))
  299. (unless (fboundp cmd)
  300. (error "No org-babel-load-session function for %s!" lang))
  301. (pop-to-buffer (funcall cmd session body params))
  302. (end-of-line 1)))
  303. ;;;###autoload
  304. (defun org-babel-switch-to-session (&optional arg info)
  305. "Switch to the session of the current source-code block.
  306. If called with a prefix argument then evaluate the header arguments
  307. for the source block before entering the session. Copy the body
  308. of the source block to the kill ring."
  309. (interactive)
  310. (let* ((info (or info (org-babel-get-src-block-info)))
  311. (lang (nth 0 info))
  312. (body (nth 1 info))
  313. (params (nth 2 info))
  314. (session (cdr (assoc :session params)))
  315. (dir (cdr (assoc :dir params)))
  316. (default-directory
  317. (or (and dir (file-name-as-directory dir)) default-directory))
  318. (cmd (intern (format "org-babel-%s-initiate-session" lang)))
  319. (cmd2 (intern (concat "org-babel-prep-session:" lang))))
  320. (unless (fboundp cmd)
  321. (error "No org-babel-initiate-session function for %s!" lang))
  322. ;; copy body to the kill ring
  323. (with-temp-buffer (insert (org-babel-trim body))
  324. (copy-region-as-kill (point-min) (point-max)))
  325. ;; if called with a prefix argument, then process header arguments
  326. (unless (fboundp cmd2)
  327. (error "No org-babel-prep-session function for %s!" lang))
  328. (when arg (funcall cmd2 session params))
  329. ;; just to the session using pop-to-buffer
  330. (pop-to-buffer (funcall cmd session params))
  331. (end-of-line 1)))
  332. (defalias 'org-babel-pop-to-session 'org-babel-switch-to-session)
  333. (defvar org-bracket-link-regexp)
  334. ;;;###autoload
  335. (defun org-babel-open-src-block-result (&optional re-run)
  336. "If `point' is on a src block then open the results of the
  337. source code block, otherwise return nil. With optional prefix
  338. argument RE-RUN the source-code block is evaluated even if
  339. results already exist."
  340. (interactive "P")
  341. (when (org-babel-get-src-block-info)
  342. (save-excursion
  343. ;; go to the results, if there aren't any then run the block
  344. (goto-char (or (and (not re-run) (org-babel-where-is-src-block-result))
  345. (progn (org-babel-execute-src-block)
  346. (org-babel-where-is-src-block-result))))
  347. (end-of-line 1)
  348. (while (looking-at "[\n\r\t\f ]") (forward-char 1))
  349. ;; open the results
  350. (if (looking-at org-bracket-link-regexp)
  351. ;; file results
  352. (org-open-at-point)
  353. (let ((results (org-babel-read-result)))
  354. (flet ((echo-res (result)
  355. (if (stringp result) result (format "%S" result))))
  356. (pop-to-buffer (get-buffer-create "org-babel-results"))
  357. (delete-region (point-min) (point-max))
  358. (if (listp results)
  359. ;; table result
  360. (insert (orgtbl-to-generic results '(:sep "\t" :fmt echo-res)))
  361. ;; scalar result
  362. (insert (echo-res results))))))
  363. t)))
  364. ;;;###autoload
  365. (defun org-babel-execute-buffer (&optional arg)
  366. "Call `org-babel-execute-src-block' on every source block in
  367. the current buffer."
  368. (interactive "P")
  369. (save-excursion
  370. (org-save-outline-visibility t
  371. (goto-char (point-min))
  372. (show-all)
  373. (while (re-search-forward org-babel-src-block-regexp nil t)
  374. (let ((pos-end (match-end 0)))
  375. (goto-char (match-beginning 0))
  376. (org-babel-execute-src-block arg)
  377. (goto-char pos-end))))))
  378. ;;;###autoload
  379. (defun org-babel-execute-subtree (&optional arg)
  380. "Call `org-babel-execute-src-block' on every source block in
  381. the current subtree."
  382. (interactive "P")
  383. (save-restriction
  384. (save-excursion
  385. (org-narrow-to-subtree)
  386. (org-babel-execute-buffer)
  387. (widen))))
  388. ;;;###autoload
  389. (defun org-babel-sha1-hash (&optional info)
  390. "Generate an sha1 hash based on the value of info."
  391. (interactive)
  392. (let* ((info (or info (org-babel-get-src-block-info)))
  393. (hash (sha1 (format "%s-%s" (mapconcat (lambda (arg) (format "%S" arg))
  394. (nth 2 info) ":")
  395. (nth 1 info)))))
  396. (when (interactive-p) (message hash))
  397. hash))
  398. (defun org-babel-result-hash (&optional info)
  399. "Return the in-buffer hash associated with the results
  400. specified in INFO."
  401. (org-babel-where-is-src-block-result nil info)
  402. (org-babel-clean-text-properties (match-string 3)))
  403. (defun org-babel-hide-hash ()
  404. "Hide the hash in the current results line. Only the initial
  405. `org-babel-hash-show' characters of the hash will remain
  406. visible."
  407. (add-to-invisibility-spec '(org-babel-hide-hash . t))
  408. (save-excursion
  409. (when (and (re-search-forward org-babel-result-regexp nil t)
  410. (match-string 3))
  411. (let* ((start (match-beginning 3))
  412. (hide-start (+ org-babel-hash-show start))
  413. (end (match-end 3))
  414. (hash (match-string 3))
  415. ov1 ov2)
  416. (setq ov1 (make-overlay start hide-start))
  417. (setq ov2 (make-overlay hide-start end))
  418. (overlay-put ov2 'invisible 'org-babel-hide-hash)
  419. (overlay-put ov1 'babel-hash hash)))))
  420. (defun org-babel-hide-all-hashes ()
  421. "Hide the hash in the current buffer. Only the initial
  422. `org-babel-hash-show' characters of each hash will remain
  423. visible. This function should be called as part of the
  424. `org-mode-hook'."
  425. (save-excursion
  426. (while (re-search-forward org-babel-result-regexp nil t)
  427. (goto-char (match-beginning 0))
  428. (org-babel-hide-hash)
  429. (goto-char (match-end 0)))))
  430. (add-hook 'org-mode-hook 'org-babel-hide-all-hashes)
  431. (defun org-babel-hash-at-point (&optional point)
  432. "Return the value of the hash at `point'. The hash is also
  433. added as the last element of the kill ring. This can be called
  434. with C-c C-c."
  435. (interactive)
  436. (let ((hash (car (delq nil (mapcar
  437. (lambda (ol) (overlay-get ol 'babel-hash))
  438. (overlays-at (or point (point))))))))
  439. (when hash (kill-new hash) (message hash))))
  440. (add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-hash-at-point)
  441. (defun org-babel-result-hide-spec ()
  442. "Add `org-babel-hide-result' as an invisibility spec for hiding
  443. portions of results lines."
  444. (add-to-invisibility-spec '(org-babel-hide-result . t)))
  445. (add-hook 'org-mode-hook 'org-babel-result-hide-spec)
  446. (defvar org-babel-hide-result-overlays nil
  447. "Overlays hiding results.")
  448. (defun org-babel-result-hide-all ()
  449. "Fold all results in the current buffer."
  450. (interactive)
  451. (org-babel-show-result-all)
  452. (save-excursion
  453. (while (re-search-forward org-babel-result-regexp nil t)
  454. (save-excursion (goto-char (match-beginning 0))
  455. (org-babel-hide-result-toggle-maybe)))))
  456. (defun org-babel-show-result-all ()
  457. "Unfold all results in the current buffer."
  458. (mapc 'delete-overlay org-babel-hide-result-overlays)
  459. (setq org-babel-hide-result-overlays nil))
  460. ;;;###autoload
  461. (defun org-babel-hide-result-toggle-maybe ()
  462. "Toggle visibility of result at point."
  463. (interactive)
  464. (let ((case-fold-search t))
  465. (if (save-excursion
  466. (beginning-of-line 1)
  467. (looking-at org-babel-result-regexp))
  468. (progn (org-babel-hide-result-toggle)
  469. t) ;; to signal that we took action
  470. nil))) ;; to signal that we did not
  471. (defun org-babel-hide-result-toggle (&optional force)
  472. "Toggle the visibility of the current result."
  473. (interactive)
  474. (save-excursion
  475. (beginning-of-line)
  476. (if (re-search-forward org-babel-result-regexp nil t)
  477. (let ((start (progn (beginning-of-line 2) (- (point) 1)))
  478. (end (progn (goto-char (- (org-babel-result-end) 1)) (point)))
  479. ov)
  480. (if (memq t (mapcar (lambda (overlay)
  481. (eq (overlay-get overlay 'invisible)
  482. 'org-babel-hide-result))
  483. (overlays-at start)))
  484. (if (or (not force) (eq force 'off))
  485. (mapc (lambda (ov)
  486. (when (member ov org-babel-hide-result-overlays)
  487. (setq org-babel-hide-result-overlays
  488. (delq ov org-babel-hide-result-overlays)))
  489. (when (eq (overlay-get ov 'invisible)
  490. 'org-babel-hide-result)
  491. (delete-overlay ov)))
  492. (overlays-at start)))
  493. (setq ov (make-overlay start end))
  494. (overlay-put ov 'invisible 'org-babel-hide-result)
  495. ;; make the block accessible to isearch
  496. (overlay-put
  497. ov 'isearch-open-invisible
  498. (lambda (ov)
  499. (when (member ov org-babel-hide-result-overlays)
  500. (setq org-babel-hide-result-overlays
  501. (delq ov org-babel-hide-result-overlays)))
  502. (when (eq (overlay-get ov 'invisible)
  503. 'org-babel-hide-result)
  504. (delete-overlay ov))))
  505. (push ov org-babel-hide-result-overlays)))
  506. (error "Not looking at a result line"))))
  507. ;; org-tab-after-check-for-cycling-hook
  508. (add-hook 'org-tab-first-hook 'org-babel-hide-result-toggle-maybe)
  509. ;; Remove overlays when changing major mode
  510. (add-hook 'org-mode-hook
  511. (lambda () (org-add-hook 'change-major-mode-hook
  512. 'org-babel-show-result-all 'append 'local)))
  513. (defmacro org-babel-map-source-blocks (file &rest body)
  514. "Evaluate BODY forms on each source-block in FILE."
  515. (declare (indent 1))
  516. `(let ((visited-p (get-file-buffer (expand-file-name ,file)))
  517. to-be-removed)
  518. (save-window-excursion
  519. (find-file ,file)
  520. (setq to-be-removed (current-buffer))
  521. (goto-char (point-min))
  522. (while (re-search-forward org-babel-src-block-regexp nil t)
  523. (goto-char (match-beginning 0))
  524. (save-match-data ,@body)
  525. (goto-char (match-end 0))))
  526. (unless visited-p
  527. (kill-buffer to-be-removed))))
  528. (defvar org-file-properties)
  529. (defun org-babel-params-from-properties (&optional lang)
  530. "Return an association list of any source block params which
  531. may be specified in the properties of the current outline entry."
  532. (save-match-data
  533. (let (val sym)
  534. (delq nil
  535. (mapcar
  536. (lambda (header-arg)
  537. (and (setq val
  538. (or (condition-case nil
  539. (org-entry-get (point) header-arg t)
  540. (error nil))
  541. (cdr (assoc header-arg org-file-properties))))
  542. (cons (intern (concat ":" header-arg)) val)))
  543. (mapcar
  544. 'symbol-name
  545. (append
  546. org-babel-header-arg-names
  547. (progn
  548. (setq sym (intern (concat "org-babel-header-arg-names:" lang)))
  549. (and (boundp sym) (eval sym))))))))))
  550. (defun org-babel-params-from-buffer ()
  551. "Return an association list of any source block params which
  552. may be specified at the top of the current buffer."
  553. (or org-babel-current-buffer-properties
  554. (setq org-babel-current-buffer-properties
  555. (save-match-data
  556. (save-excursion
  557. (save-restriction
  558. (widen)
  559. (goto-char (point-min))
  560. (when (re-search-forward
  561. (org-make-options-regexp (list "BABEL")) nil t)
  562. (org-babel-parse-header-arguments
  563. (org-match-string-no-properties 2)))))))))
  564. (defvar org-src-preserve-indentation)
  565. (defun org-babel-parse-src-block-match ()
  566. "Parse the match data resulting from a match of the
  567. `org-babel-src-block-regexp'."
  568. (let* ((block-indentation (length (match-string 1)))
  569. (lang (org-babel-clean-text-properties (match-string 2)))
  570. (lang-headers (intern (concat "org-babel-default-header-args:" lang)))
  571. (switches (match-string 3))
  572. (body (org-babel-clean-text-properties (match-string 5)))
  573. (preserve-indentation (or org-src-preserve-indentation
  574. (string-match "-i\\>" switches))))
  575. (list lang
  576. ;; get block body less properties, protective commas, and indentation
  577. (with-temp-buffer
  578. (save-match-data
  579. (insert (org-babel-strip-protective-commas body))
  580. (unless preserve-indentation (org-do-remove-indentation))
  581. (buffer-string)))
  582. (org-babel-merge-params
  583. org-babel-default-header-args
  584. (org-babel-params-from-buffer)
  585. (org-babel-params-from-properties lang)
  586. (if (boundp lang-headers) (eval lang-headers) nil)
  587. (org-babel-parse-header-arguments
  588. (org-babel-clean-text-properties (or (match-string 4) ""))))
  589. switches
  590. block-indentation)))
  591. (defun org-babel-parse-inline-src-block-match ()
  592. "Parse the match data resulting from a match of the
  593. `org-babel-inline-src-block-regexp'."
  594. (let* ((lang (org-babel-clean-text-properties (match-string 2)))
  595. (lang-headers (intern (concat "org-babel-default-header-args:" lang))))
  596. (list lang
  597. (org-babel-strip-protective-commas
  598. (org-babel-clean-text-properties (match-string 5)))
  599. (org-babel-merge-params
  600. org-babel-default-inline-header-args
  601. (org-babel-params-from-buffer)
  602. (org-babel-params-from-properties lang)
  603. (if (boundp lang-headers) (eval lang-headers) nil)
  604. (org-babel-parse-header-arguments
  605. (org-babel-clean-text-properties (or (match-string 4) "")))))))
  606. (defun org-babel-parse-header-arguments (arg-string)
  607. "Parse a string of header arguments returning an alist."
  608. (if (> (length arg-string) 0)
  609. (delq nil
  610. (mapcar
  611. (lambda (arg)
  612. (if (string-match
  613. "\\([^ \f\t\n\r\v]+\\)[ \f\t\n\r\v]+\\([^ \f\t\n\r\v]+.*\\)"
  614. arg)
  615. (cons (intern (concat ":" (match-string 1 arg)))
  616. (let ((raw (org-babel-chomp (match-string 2 arg))))
  617. (if (org-babel-number-p raw)
  618. raw (org-babel-read raw))))
  619. (cons (intern (concat ":" arg)) nil)))
  620. (split-string (concat " " arg-string) "[ \f\t\n\r\v]+:" t)))))
  621. (defun org-babel-process-params (params)
  622. "Parse params and resolve references.
  623. Return a list (session vars result-params result-type colnames rownames)."
  624. (let* ((session (cdr (assoc :session params)))
  625. (vars-and-names (org-babel-disassemble-tables
  626. (org-babel-ref-variables params)
  627. (cdr (assoc :hlines params))
  628. (cdr (assoc :colnames params))
  629. (cdr (assoc :rownames params))))
  630. (vars (car vars-and-names))
  631. (colnames (cadr vars-and-names))
  632. (rownames (caddr vars-and-names))
  633. (result-params (split-string (or (cdr (assoc :results params)) "")))
  634. (result-type (cond ((member "output" result-params) 'output)
  635. ((member "value" result-params) 'value)
  636. (t 'value))))
  637. (list session vars result-params result-type colnames rownames)))
  638. ;; row and column names
  639. (defun org-babel-del-hlines (table)
  640. "Remove all 'hlines from TABLE."
  641. (remove 'hline table))
  642. (defun org-babel-get-colnames (table)
  643. "Return a cons cell, the `car' of which contains the TABLE less
  644. colnames, and the `cdr' of which contains a list of the column
  645. names."
  646. (if (equal 'hline (nth 1 table))
  647. (cons (cddr table) (car table))
  648. (cons (cdr table) (car table))))
  649. (defun org-babel-get-rownames (table)
  650. "Return a cons cell, the `car' of which contains the TABLE less
  651. colnames, and the `cdr' of which contains a list of the column
  652. names. Note: this function removes any hlines in TABLE."
  653. (flet ((trans (table) (apply #'mapcar* #'list table)))
  654. (let* ((width (apply 'max (mapcar (lambda (el) (if (listp el) (length el) 0)) table)))
  655. (table (trans (mapcar (lambda (row)
  656. (if (not (equal row 'hline))
  657. row
  658. (setq row '())
  659. (dotimes (n width) (setq row (cons 'hline row)))
  660. row))
  661. table))))
  662. (cons (mapcar (lambda (row) (if (equal (car row) 'hline) 'hline row))
  663. (trans (cdr table)))
  664. (remove 'hline (car table))))))
  665. (defun org-babel-put-colnames (table colnames)
  666. "Add COLNAMES to TABLE if they exist."
  667. (if colnames (apply 'list colnames 'hline table) table))
  668. (defun org-babel-put-rownames (table rownames)
  669. "Add ROWNAMES to TABLE if they exist."
  670. (if rownames
  671. (mapcar (lambda (row)
  672. (if (listp row)
  673. (cons (or (pop rownames) "") row)
  674. row)) table)
  675. table))
  676. (defun org-babel-pick-name (names selector)
  677. "Select one out of an alist of row or column names."
  678. (when names
  679. (if (and selector (symbolp selector) (not (equal t selector)))
  680. (cdr (assoc selector names))
  681. (if (integerp selector)
  682. (nth (- selector 1) names)
  683. (cdr (car (last names)))))))
  684. (defun org-babel-disassemble-tables (vars hlines colnames rownames)
  685. "Process the variables in VARS according to the HLINES,
  686. ROWNAMES and COLNAMES header arguments. Return a list consisting
  687. of the vars, cnames and rnames."
  688. (let (cnames rnames)
  689. (list
  690. (mapcar
  691. (lambda (var)
  692. (when (listp (cdr var))
  693. (when (and (not (equal colnames "no"))
  694. (or colnames (and (equal (nth 1 (cdr var)) 'hline)
  695. (not (member 'hline (cddr (cdr var)))))))
  696. (let ((both (org-babel-get-colnames (cdr var))))
  697. (setq cnames (cons (cons (car var) (cdr both))
  698. cnames))
  699. (setq var (cons (car var) (car both)))))
  700. (when (and rownames (not (equal rownames "no")))
  701. (let ((both (org-babel-get-rownames (cdr var))))
  702. (setq rnames (cons (cons (car var) (cdr both))
  703. rnames))
  704. (setq var (cons (car var) (car both)))))
  705. (when (and hlines (not (equal hlines "yes")))
  706. (setq var (cons (car var) (org-babel-del-hlines (cdr var))))))
  707. var)
  708. vars)
  709. cnames rnames)))
  710. (defun org-babel-reassemble-table (table colnames rownames)
  711. "Given a TABLE and set of COLNAMES and ROWNAMES add the names
  712. to the table for reinsertion to org-mode."
  713. (if (listp table)
  714. ((lambda (table)
  715. (if (and colnames (listp (car table)) (= (length (car table))
  716. (length colnames)))
  717. (org-babel-put-colnames table colnames) table))
  718. (if (and rownames (= (length table) (length rownames)))
  719. (org-babel-put-rownames table rownames) table))
  720. table))
  721. (defun org-babel-where-is-src-block-head ()
  722. "Return the point at the beginning of the current source
  723. block. Specifically at the beginning of the #+BEGIN_SRC line.
  724. If the point is not on a source block then return nil."
  725. (let ((initial (point)) top bottom)
  726. (or
  727. (save-excursion ;; on a source name line
  728. (beginning-of-line 1)
  729. (and (looking-at org-babel-source-name-regexp) (forward-line 1)
  730. (looking-at org-babel-src-block-regexp)
  731. (point)))
  732. (save-excursion ;; on a #+begin_src line
  733. (beginning-of-line 1)
  734. (and (looking-at org-babel-src-block-regexp)
  735. (point)))
  736. (save-excursion ;; inside a src block
  737. (and
  738. (re-search-backward "^[ \t]*#\\+begin_src" nil t) (setq top (point))
  739. (re-search-forward "^[ \t]*#\\+end_src" nil t) (setq bottom (point))
  740. (< top initial) (< initial bottom)
  741. (progn (goto-char top) (beginning-of-line 1)
  742. (looking-at org-babel-src-block-regexp))
  743. (point))))))
  744. ;;;###autoload
  745. (defun org-babel-goto-named-source-block (&optional name)
  746. "Go to a named source-code block."
  747. (interactive "ssource-block name: ")
  748. (let ((point (org-babel-find-named-block name)))
  749. (if point
  750. ;; taken from `org-open-at-point'
  751. (progn (goto-char point) (org-show-context))
  752. (message "source-code block '%s' not found in this buffer" name))))
  753. (defun org-babel-find-named-block (name)
  754. "Find a named source-code block.
  755. Return the location of the source block identified by source
  756. NAME, or nil if no such block exists. Set match data according to
  757. org-babel-named-src-block-regexp."
  758. (save-excursion
  759. (let ((case-fold-search t)
  760. (regexp (org-babel-named-src-block-regexp-for-name name)) msg)
  761. (goto-char (point-min))
  762. (when (or (re-search-forward regexp nil t)
  763. (re-search-backward regexp nil t))
  764. (match-beginning 0)))))
  765. (defun org-babel-find-named-result (name)
  766. "Return the location of the result named NAME in the current
  767. buffer or nil if no such result exists."
  768. (save-excursion
  769. (goto-char (point-min))
  770. (when (re-search-forward
  771. (concat org-babel-result-regexp
  772. "[ \t]" (regexp-quote name) "[ \t\n\f\v\r]") nil t)
  773. (beginning-of-line 0) (point))))
  774. (defvar org-babel-lob-one-liner-regexp)
  775. (defun org-babel-where-is-src-block-result (&optional insert info hash indent)
  776. "Return the point at the beginning of the result of the current
  777. source block. Specifically at the beginning of the results line.
  778. If no result exists for this block then create a results line
  779. following the source block."
  780. (save-excursion
  781. (let* ((on-lob-line (progn (beginning-of-line 1)
  782. (looking-at org-babel-lob-one-liner-regexp)))
  783. (name (if on-lob-line
  784. (nth 0 (org-babel-lob-get-info))
  785. (nth 4 (or info (org-babel-get-src-block-info)))))
  786. (head (unless on-lob-line (org-babel-where-is-src-block-head))) end)
  787. (when head (goto-char head))
  788. (or (and name (org-babel-find-named-result name))
  789. (and (or on-lob-line (re-search-forward "^[ \t]*#\\+end_src" nil t))
  790. (progn (end-of-line 1)
  791. (if (eobp) (insert "\n") (forward-char 1))
  792. (setq end (point))
  793. (or (and (not name)
  794. (progn ;; unnamed results line already exists
  795. (re-search-forward "[^ \f\t\n\r\v]" nil t)
  796. (beginning-of-line 1)
  797. (looking-at
  798. (concat org-babel-result-regexp "\n"))))
  799. ;; or (with optional insert) back up and
  800. ;; make one ourselves
  801. (when insert
  802. (goto-char end)
  803. (if (looking-at "[\n\r]")
  804. (forward-char 1) (insert "\n"))
  805. (insert (concat
  806. (if indent
  807. (mapconcat
  808. (lambda (el) " ")
  809. (number-sequence 1 indent) "")
  810. "")
  811. "#+results"
  812. (when hash (concat "["hash"]"))
  813. ":"
  814. (when name (concat " " name)) "\n\n"))
  815. (backward-char)
  816. (beginning-of-line 0)
  817. (if hash (org-babel-hide-hash)) t)))
  818. (point))))))
  819. (defvar org-block-regexp)
  820. (defun org-babel-read-result ()
  821. "Read the result at `point' into emacs-lisp."
  822. (let ((case-fold-search t) result-string)
  823. (cond
  824. ((org-at-table-p) (org-babel-read-table))
  825. ((looking-at org-bracket-link-regexp) (org-babel-read-link))
  826. ((looking-at org-block-regexp) (org-babel-trim (match-string 4)))
  827. ((looking-at "^[ \t]*: ")
  828. (setq result-string
  829. (org-babel-trim
  830. (mapconcat (lambda (line)
  831. (if (and (> (length line) 1)
  832. (string-match "^[ \t]*: \\(.+\\)" line))
  833. (match-string 1 line)
  834. line))
  835. (split-string
  836. (buffer-substring
  837. (point) (org-babel-result-end)) "[\r\n]+")
  838. "\n")))
  839. (or (org-babel-number-p result-string) result-string))
  840. ((looking-at org-babel-result-regexp)
  841. (save-excursion (forward-line 1) (org-babel-read-result))))))
  842. (defun org-babel-read-table ()
  843. "Read the table at `point' into emacs-lisp."
  844. (mapcar (lambda (row)
  845. (if (and (symbolp row) (equal row 'hline)) row
  846. (mapcar #'org-babel-read row)))
  847. (org-table-to-lisp)))
  848. (defvar org-link-types-re)
  849. (defun org-babel-read-link ()
  850. "Read the link at `point' into emacs-lisp. If the path of the
  851. link is a file path it is expanded using `expand-file-name'."
  852. (let* ((case-fold-search t)
  853. (raw (and (looking-at org-bracket-link-regexp)
  854. (org-babel-clean-text-properties (match-string 1))))
  855. (type (and (string-match org-link-types-re raw)
  856. (match-string 1 raw))))
  857. (cond
  858. ((not type) (expand-file-name raw))
  859. ((string= type "file")
  860. (and (string-match "file\\(.*\\):\\(.+\\)" raw)
  861. (expand-file-name (match-string 2 raw))))
  862. (t raw))))
  863. (defun org-babel-insert-result
  864. (result &optional result-params info hash indent lang)
  865. "Insert RESULT into the current buffer after the end of the
  866. current source block. With optional argument RESULT-PARAMS
  867. controls insertion of results in the org-mode file.
  868. RESULT-PARAMS can take the following values...
  869. replace - (default option) insert results after the source block
  870. replacing any previously inserted results
  871. silent -- no results are inserted
  872. file ---- the results are interpreted as a file path, and are
  873. inserted into the buffer using the Org-mode file syntax
  874. raw ----- results are added directly to the org-mode file. This
  875. is a good option if you code block will output org-mode
  876. formatted text.
  877. org ----- this is the same as the 'raw' option
  878. html ---- results are added inside of a #+BEGIN_HTML block. This
  879. is a good option if you code block will output html
  880. formatted text.
  881. latex --- results are added inside of a #+BEGIN_LATEX block.
  882. This is a good option if you code block will output
  883. latex formatted text.
  884. code ---- the results are extracted in the syntax of the source
  885. code of the language being evaluated and are added
  886. inside of a #+BEGIN_SRC block with the source-code
  887. language set appropriately. Note this relies on the
  888. optional LANG argument."
  889. (if (stringp result)
  890. (progn
  891. (setq result (org-babel-clean-text-properties result))
  892. (when (member "file" result-params)
  893. (setq result (org-babel-result-to-file result))))
  894. (unless (listp result) (setq result (format "%S" result))))
  895. (if (= (length result) 0)
  896. (if (member "value" result-params)
  897. (message "No result returned by source block")
  898. (message "Source block produced no output"))
  899. (if (and result-params (member "silent" result-params))
  900. (progn
  901. (message (replace-regexp-in-string "%" "%%" (format "%S" result)))
  902. result)
  903. (when (and (stringp result) ;; ensure results end in a newline
  904. (not (or (string-equal (substring result -1) "\n")
  905. (string-equal (substring result -1) "\r"))))
  906. (setq result (concat result "\n")))
  907. (save-excursion
  908. (let ((existing-result (org-babel-where-is-src-block-result
  909. t info hash indent))
  910. (results-switches
  911. (cdr (assoc :results_switches (nth 2 info))))
  912. beg end)
  913. (when existing-result
  914. (goto-char existing-result)
  915. (save-excursion
  916. (re-search-forward "#" nil t)
  917. (setq indent (- (current-column) 1)))
  918. (forward-line 1)
  919. (setq beg (point))
  920. (cond
  921. ((member "replace" result-params)
  922. (delete-region (point) (org-babel-result-end)))
  923. ((member "append" result-params)
  924. (goto-char (org-babel-result-end)) (setq beg (point)))
  925. ((member "prepend" result-params) ;; already there
  926. )))
  927. (setq results-switches
  928. (if results-switches (concat " " results-switches) ""))
  929. (cond
  930. ;; assume the result is a table if it's not a string
  931. ((not (stringp result))
  932. (insert (concat (orgtbl-to-orgtbl
  933. (if (or (eq 'hline (car result))
  934. (and (listp (car result))
  935. (listp (cdr (car result)))))
  936. result (list result))
  937. '(:fmt (lambda (cell) (format "%s" cell)))) "\n"))
  938. (goto-char beg) (org-table-align))
  939. ((member "file" result-params)
  940. (insert result))
  941. ((member "html" result-params)
  942. (insert (format "#+BEGIN_HTML%s\n%s#+END_HTML\n"
  943. results-switches result)))
  944. ((member "latex" result-params)
  945. (insert (format "#+BEGIN_LaTeX%s\n%s#+END_LaTeX\n"
  946. results-switches result)))
  947. ((member "code" result-params)
  948. (insert (format "#+BEGIN_SRC %s%s\n%s#+END_SRC\n"
  949. (or lang "none") results-switches result)))
  950. ((or (member "raw" result-params) (member "org" result-params))
  951. (save-excursion (insert result)) (if (org-at-table-p) (org-cycle)))
  952. (t
  953. (org-babel-examplize-region
  954. (point) (progn (insert result) (point)) results-switches)))
  955. ;; possibly indent the results to match the #+results line
  956. (setq end (if (listp result) (org-table-end) (point)))
  957. (when (and indent (> indent 0)
  958. ;; in this case `table-align' does the work for us
  959. (not (and (listp result)
  960. (member "append" result-params))))
  961. (indent-rigidly beg end indent))))
  962. (message "finished"))))
  963. (defun org-babel-remove-result (&optional info)
  964. "Remove the result of the current source block."
  965. (interactive)
  966. (let ((location (org-babel-where-is-src-block-result nil info)) start)
  967. (when location
  968. (save-excursion
  969. (goto-char location) (setq start (point)) (forward-line 1)
  970. (delete-region start (org-babel-result-end))))))
  971. (defun org-babel-result-end ()
  972. "Return the point at the end of the current set of results"
  973. (save-excursion
  974. (if (org-at-table-p)
  975. (progn (goto-char (org-table-end)) (point))
  976. (let ((case-fold-search t))
  977. (cond
  978. ((looking-at "[ \t]*#\\+begin_latex")
  979. (re-search-forward "[ \t]*#\\+end_latex" nil t)
  980. (forward-line 1))
  981. ((looking-at "[ \t]*#\\+begin_html")
  982. (re-search-forward "[ \t]*#\\+end_html" nil t)
  983. (forward-line 1))
  984. ((looking-at "[ \t]*#\\+begin_example")
  985. (re-search-forward "[ \t]*#\\+end_example" nil t)
  986. (forward-line 1))
  987. ((looking-at "[ \t]*#\\+begin_src")
  988. (re-search-forward "[ \t]*#\\+end_src" nil t)
  989. (forward-line 1))
  990. (t (progn (while (looking-at "[ \t]*\\(: \\|\\[\\[\\)")
  991. (forward-line 1))))))
  992. (point))))
  993. (defun org-babel-result-to-file (result)
  994. "Convert RESULT into an `org-mode' link. If the
  995. `default-directory' is different from the containing file's
  996. directory then expand relative links."
  997. (format
  998. "[[file:%s]]"
  999. (if (and default-directory
  1000. buffer-file-name
  1001. (not (string= (expand-file-name default-directory)
  1002. (expand-file-name
  1003. (file-name-directory buffer-file-name)))))
  1004. (expand-file-name result default-directory)
  1005. result)))
  1006. (defun org-babel-examplize-region (beg end &optional results-switches)
  1007. "Comment out region using the ': ' org example quote."
  1008. (interactive "*r")
  1009. (let ((size (count-lines beg end)))
  1010. (save-excursion
  1011. (cond ((= size 0)
  1012. (error (concat "This should be impossible:"
  1013. "a newline was appended to result if missing")))
  1014. ((< size org-babel-min-lines-for-block-output)
  1015. (goto-char beg)
  1016. (dotimes (n size)
  1017. (beginning-of-line 1) (insert ": ") (forward-line 1)))
  1018. (t
  1019. (goto-char beg)
  1020. (insert (if results-switches
  1021. (format "#+begin_example%s\n" results-switches)
  1022. "#+begin_example\n"))
  1023. (forward-char (- end beg))
  1024. (insert "#+end_example\n"))))))
  1025. (defun org-babel-merge-params (&rest plists)
  1026. "Combine all parameter association lists in PLISTS. Later
  1027. elements of PLISTS override the values of previous element. This
  1028. takes into account some special considerations for certain
  1029. parameters when merging lists."
  1030. (let ((results-exclusive-groups
  1031. '(("file" "vector" "table" "scalar" "raw" "org"
  1032. "html" "latex" "code" "pp")
  1033. ("replace" "silent" "append" "prepend")
  1034. ("output" "value")))
  1035. (exports-exclusive-groups
  1036. '(("code" "results" "both" "none")))
  1037. params results exports tangle noweb cache vars var ref shebang comments)
  1038. (flet ((e-merge (exclusive-groups &rest result-params)
  1039. ;; maintain exclusivity of mutually exclusive parameters
  1040. (let (output)
  1041. (mapc (lambda (new-params)
  1042. (mapc (lambda (new-param)
  1043. (mapc (lambda (exclusive-group)
  1044. (when (member new-param exclusive-group)
  1045. (mapcar (lambda (excluded-param)
  1046. (setq output
  1047. (delete
  1048. excluded-param
  1049. output)))
  1050. exclusive-group)))
  1051. exclusive-groups)
  1052. (setq output (org-uniquify
  1053. (cons new-param output))))
  1054. new-params))
  1055. result-params)
  1056. output)))
  1057. (mapc (lambda (plist)
  1058. (mapc (lambda (pair)
  1059. (case (car pair)
  1060. (:var
  1061. ;; we want only one specification per variable
  1062. (when (string-match
  1063. (concat "^\\([^= \f\t\n\r\v]+\\)[ \t]*="
  1064. "[ \t]*\\([^\f\n\r\v]+\\)$") (cdr pair))
  1065. ;; TODO: When is this not true?
  1066. (setq var (intern (match-string 1 (cdr pair)))
  1067. ref (match-string 2 (cdr pair))
  1068. vars (cons (cons var ref)
  1069. (assq-delete-all var vars)))))
  1070. (:results
  1071. (setq results
  1072. (e-merge results-exclusive-groups
  1073. results (split-string (cdr pair)))))
  1074. (:file
  1075. (when (cdr pair)
  1076. (setq results (e-merge results-exclusive-groups
  1077. results '("file")))
  1078. (unless (or (member "both" exports)
  1079. (member "none" exports)
  1080. (member "code" exports))
  1081. (setq exports (e-merge exports-exclusive-groups
  1082. exports '("results"))))
  1083. (setq params
  1084. (cons pair
  1085. (assq-delete-all (car pair) params)))))
  1086. (:exports
  1087. (setq exports
  1088. (e-merge exports-exclusive-groups
  1089. exports (split-string (cdr pair)))))
  1090. (:tangle ;; take the latest -- always overwrite
  1091. (setq tangle (or (list (cdr pair)) tangle)))
  1092. (:noweb
  1093. (setq noweb
  1094. (e-merge '(("yes" "no")) noweb
  1095. (split-string (or (cdr pair) "")))))
  1096. (:cache
  1097. (setq cache
  1098. (e-merge '(("yes" "no")) cache
  1099. (split-string (or (cdr pair) "")))))
  1100. (:shebang ;; take the latest -- always overwrite
  1101. (setq shebang (or (list (cdr pair)) shebang)))
  1102. (:comments
  1103. (setq comments
  1104. (e-merge '(("yes" "no")) comments
  1105. (split-string (or (cdr pair) "")))))
  1106. (t ;; replace: this covers e.g. :session
  1107. (setq params
  1108. (cons pair
  1109. (assq-delete-all (car pair) params))))))
  1110. plist))
  1111. plists))
  1112. (setq vars (mapcar (lambda (pair) (format "%s=%s" (car pair) (cdr pair))) vars))
  1113. (while vars (setq params (cons (cons :var (pop vars)) params)))
  1114. (cons (cons :comments (mapconcat 'identity comments " "))
  1115. (cons (cons :shebang (mapconcat 'identity shebang " "))
  1116. (cons (cons :cache (mapconcat 'identity cache " "))
  1117. (cons (cons :noweb (mapconcat 'identity noweb " "))
  1118. (cons (cons :tangle (mapconcat 'identity tangle " "))
  1119. (cons (cons :exports
  1120. (mapconcat 'identity exports " "))
  1121. (cons
  1122. (cons :results
  1123. (mapconcat 'identity results " "))
  1124. params)))))))))
  1125. (defun org-babel-expand-noweb-references (&optional info parent-buffer)
  1126. "This function expands Noweb style references in the body of
  1127. the current source-code block. For example the following
  1128. reference would be replaced with the body of the source-code
  1129. block named 'example-block'.
  1130. <<example-block>>
  1131. Note that any text preceding the <<foo>> construct on a line will
  1132. be interposed between the lines of the replacement text. So for
  1133. example if <<foo>> is placed behind a comment, then the entire
  1134. replacement text will also be commented.
  1135. This function must be called from inside of the buffer containing
  1136. the source-code block which holds BODY.
  1137. In addition the following syntax can be used to insert the
  1138. results of evaluating the source-code block named 'example-block'.
  1139. <<example-block()>>
  1140. Any optional arguments can be passed to example-block by placing
  1141. the arguments inside the parenthesis following the convention
  1142. defined by `org-babel-lob'. For example
  1143. <<example-block(a=9)>>
  1144. would set the value of argument \"a\" equal to \"9\". Note that
  1145. these arguments are not evaluated in the current source-code
  1146. block but are passed literally to the \"example-block\"."
  1147. (let* ((parent-buffer (or parent-buffer (current-buffer)))
  1148. (info (or info (org-babel-get-src-block-info)))
  1149. (lang (nth 0 info))
  1150. (body (nth 1 info))
  1151. (new-body "") index source-name evaluate prefix)
  1152. (flet ((nb-add (text)
  1153. (setq new-body (concat new-body text))))
  1154. (with-temp-buffer
  1155. (insert body) (goto-char (point-min))
  1156. (setq index (point))
  1157. (while (and (re-search-forward "<<\\(.+?\\)>>" nil t))
  1158. (save-match-data (setf source-name (match-string 1)))
  1159. (save-match-data (setq evaluate (string-match "\(.*\)" source-name)))
  1160. (save-match-data
  1161. (setq prefix
  1162. (buffer-substring (match-beginning 0)
  1163. (save-excursion
  1164. (beginning-of-line 1) (point)))))
  1165. ;; add interval to new-body (removing noweb reference)
  1166. (goto-char (match-beginning 0))
  1167. (nb-add (buffer-substring index (point)))
  1168. (goto-char (match-end 0))
  1169. (setq index (point))
  1170. (nb-add (save-current-buffer
  1171. (set-buffer parent-buffer)
  1172. (mapconcat ;; interpose `prefix' between every line
  1173. #'identity
  1174. (split-string
  1175. (if evaluate
  1176. (let ((raw (org-babel-ref-resolve-reference
  1177. source-name nil)))
  1178. (if (stringp raw) raw (format "%S" raw)))
  1179. (save-restriction
  1180. (widen)
  1181. (let ((point (org-babel-find-named-block source-name)))
  1182. (if point
  1183. (save-excursion
  1184. (goto-char point)
  1185. (org-babel-trim
  1186. (org-babel-expand-noweb-references
  1187. (org-babel-get-src-block-info))))
  1188. ;; optionally raise an error if named
  1189. ;; source-block doesn't exist
  1190. (if (member lang org-babel-noweb-error-langs)
  1191. (error
  1192. (concat "<<%s>> could not be resolved "
  1193. "(see `org-babel-noweb-error-langs')")
  1194. source-name)
  1195. "")))))
  1196. "[\n\r]") (concat "\n" prefix)))))
  1197. (nb-add (buffer-substring index (point-max)))))
  1198. new-body))
  1199. (defun org-babel-error-notify (exit-code stderr)
  1200. "Open a buffer containing information from STDERR with a
  1201. message about the value of EXIT-CODE."
  1202. (message (format "Shell command exited with code %d" exit-code))
  1203. (let ((buf (get-buffer-create "*Org-Babel Error Output*")))
  1204. (with-current-buffer buf
  1205. (goto-char (point-max))
  1206. (save-excursion (insert stderr)))
  1207. (display-buffer buf)))
  1208. (defun org-babel-clean-text-properties (text)
  1209. "Strip all properties from text return."
  1210. (when text
  1211. (set-text-properties 0 (length text) nil text) text))
  1212. (defun org-babel-strip-protective-commas (body)
  1213. "Strip protective commas from bodies of source blocks."
  1214. (replace-regexp-in-string "^,#" "#" body))
  1215. (defun org-babel-read (cell)
  1216. "Convert the string value of CELL to a number if appropriate.
  1217. Otherwise if cell looks like lisp (meaning it starts with a
  1218. \"(\" or a \"'\") then read it as lisp, otherwise return it
  1219. unmodified as a string.
  1220. This is taken almost directly from `org-read-prop'."
  1221. (if (and (stringp cell) (not (equal cell "")))
  1222. (or (org-babel-number-p cell)
  1223. (if (or (equal "(" (substring cell 0 1))
  1224. (equal "'" (substring cell 0 1))
  1225. (equal "`" (substring cell 0 1)))
  1226. (eval (read cell))
  1227. (progn (set-text-properties 0 (length cell) nil cell) cell)))
  1228. cell))
  1229. (defun org-babel-number-p (string)
  1230. "Return t if STRING represents a number."
  1231. (if (and (string-match "^-?[0-9]*\\.?[0-9]*$" string)
  1232. (= (length (substring string (match-beginning 0)
  1233. (match-end 0)))
  1234. (length string)))
  1235. (string-to-number string)))
  1236. (defun org-babel-import-elisp-from-file (file-name)
  1237. "Read the results located at FILE-NAME into an elisp table. If
  1238. the table is trivial, then return it as a scalar."
  1239. (let (result)
  1240. (save-window-excursion
  1241. (with-temp-buffer
  1242. (condition-case nil
  1243. (progn
  1244. (org-table-import file-name nil)
  1245. (delete-file file-name)
  1246. (setq result (mapcar (lambda (row)
  1247. (mapcar #'org-babel-string-read row))
  1248. (org-table-to-lisp))))
  1249. (error nil)))
  1250. (if (null (cdr result)) ;; if result is trivial vector, then scalarize it
  1251. (if (consp (car result))
  1252. (if (null (cdr (car result)))
  1253. (caar result)
  1254. result)
  1255. (car result))
  1256. result))))
  1257. (defun org-babel-string-read (cell)
  1258. "Strip nested \"s from around strings."
  1259. (org-babel-read (or (and (stringp cell)
  1260. (string-match "\\\"\\(.+\\)\\\"" cell)
  1261. (match-string 1 cell))
  1262. cell)))
  1263. (defun org-babel-reverse-string (string)
  1264. "Return the reverse of STRING."
  1265. (apply 'string (reverse (string-to-list string))))
  1266. (defun org-babel-chomp (string &optional regexp)
  1267. "Remove any trailing space or carriage returns characters from
  1268. STRING. Default regexp used is \"[ \f\t\n\r\v]\" but can be
  1269. overwritten by specifying a regexp as a second argument."
  1270. (let ((regexp (or regexp "[ \f\t\n\r\v]")))
  1271. (while (and (> (length string) 0)
  1272. (string-match regexp (substring string -1)))
  1273. (setq string (substring string 0 -1)))
  1274. string))
  1275. (defun org-babel-trim (string &optional regexp)
  1276. "Like `org-babel-chomp' only it runs on both the front and back
  1277. of the string."
  1278. (org-babel-chomp (org-babel-reverse-string
  1279. (org-babel-chomp (org-babel-reverse-string string) regexp))
  1280. regexp))
  1281. (defvar org-babel-org-babel-call-process-region-original nil)
  1282. (defun org-babel-tramp-handle-call-process-region
  1283. (start end program &optional delete buffer display &rest args)
  1284. "Use tramp to handle call-process-region. Fixes a bug in
  1285. `tramp-handle-call-process-region'."
  1286. (if (and (featurep 'tramp) (file-remote-p default-directory))
  1287. (let ((tmpfile (tramp-compat-make-temp-file "")))
  1288. (write-region start end tmpfile)
  1289. (when delete (delete-region start end))
  1290. (unwind-protect
  1291. ;; (apply 'call-process program tmpfile buffer display args)
  1292. ;; bug in tramp
  1293. (apply 'process-file program tmpfile buffer display args)
  1294. (delete-file tmpfile)))
  1295. ;; org-babel-call-process-region-original is the original emacs definition. It
  1296. ;; is in scope from the let binding in org-babel-execute-src-block
  1297. (apply org-babel-call-process-region-original
  1298. start end program delete buffer display args)))
  1299. (defun org-babel-maybe-remote-file (file)
  1300. "If FILE specifies a remove file, then parse the information on
  1301. the remote connection."
  1302. (if (file-remote-p default-directory)
  1303. (let* ((vec (tramp-dissect-file-name default-directory))
  1304. (user (tramp-file-name-user vec))
  1305. (host (tramp-file-name-host vec)))
  1306. (concat "/" user (when user "@") host ":" file))
  1307. file))
  1308. (defun org-babel-shell-command-on-region (start end command
  1309. &optional output-buffer replace
  1310. error-buffer display-error-buffer)
  1311. "Execute string COMMAND in inferior shell with region as input.
  1312. Fixes bugs in the emacs 23.1.1 version of `shell-command-on-region'
  1313. Normally display output (if any) in temp buffer `*Shell Command Output*';
  1314. Prefix arg means replace the region with it. Return the exit code of
  1315. COMMAND.
  1316. To specify a coding system for converting non-ASCII characters in
  1317. the input and output to the shell command, use
  1318. \\[universal-coding-system-argument] before this command. By
  1319. default, the input (from the current buffer) is encoded in the
  1320. same coding system that will be used to save the file,
  1321. `buffer-file-coding-system'. If the output is going to replace
  1322. the region, then it is decoded from that same coding system.
  1323. The noninteractive arguments are START, END, COMMAND,
  1324. OUTPUT-BUFFER, REPLACE, ERROR-BUFFER, and DISPLAY-ERROR-BUFFER.
  1325. Noninteractive callers can specify coding systems by binding
  1326. `coding-system-for-read' and `coding-system-for-write'.
  1327. If the command generates output, the output may be displayed
  1328. in the echo area or in a buffer.
  1329. If the output is short enough to display in the echo area
  1330. \(determined by the variable `max-mini-window-height' if
  1331. `resize-mini-windows' is non-nil), it is shown there. Otherwise
  1332. it is displayed in the buffer `*Shell Command Output*'. The output
  1333. is available in that buffer in both cases.
  1334. If there is output and an error, a message about the error
  1335. appears at the end of the output.
  1336. If there is no output, or if output is inserted in the current buffer,
  1337. then `*Shell Command Output*' is deleted.
  1338. If the optional fourth argument OUTPUT-BUFFER is non-nil,
  1339. that says to put the output in some other buffer.
  1340. If OUTPUT-BUFFER is a buffer or buffer name, put the output there.
  1341. If OUTPUT-BUFFER is not a buffer and not nil,
  1342. insert output in the current buffer.
  1343. In either case, the output is inserted after point (leaving mark after it).
  1344. If REPLACE, the optional fifth argument, is non-nil, that means insert
  1345. the output in place of text from START to END, putting point and mark
  1346. around it.
  1347. If optional sixth argument ERROR-BUFFER is non-nil, it is a buffer
  1348. or buffer name to which to direct the command's standard error output.
  1349. If it is nil, error output is mingled with regular output.
  1350. If DISPLAY-ERROR-BUFFER is non-nil, display the error buffer if there
  1351. were any errors. (This is always t, interactively.)
  1352. In an interactive call, the variable `shell-command-default-error-buffer'
  1353. specifies the value of ERROR-BUFFER."
  1354. (interactive (let (string)
  1355. (unless (mark)
  1356. (error "The mark is not set now, so there is no region"))
  1357. ;; Do this before calling region-beginning
  1358. ;; and region-end, in case subprocess output
  1359. ;; relocates them while we are in the minibuffer.
  1360. (setq string (read-shell-command "Shell command on region: "))
  1361. ;; call-interactively recognizes region-beginning and
  1362. ;; region-end specially, leaving them in the history.
  1363. (list (region-beginning) (region-end)
  1364. string
  1365. current-prefix-arg
  1366. current-prefix-arg
  1367. shell-command-default-error-buffer
  1368. t)))
  1369. (let ((error-file
  1370. (if error-buffer
  1371. (make-temp-file
  1372. (expand-file-name "scor"
  1373. (or (unless (featurep 'xemacs)
  1374. small-temporary-file-directory)
  1375. temporary-file-directory)))
  1376. nil))
  1377. exit-status)
  1378. (if (or replace
  1379. (and output-buffer
  1380. (not (or (bufferp output-buffer) (stringp output-buffer)))))
  1381. ;; Replace specified region with output from command.
  1382. (let ((swap (and replace (< start end))))
  1383. ;; Don't muck with mark unless REPLACE says we should.
  1384. (goto-char start)
  1385. (and replace (push-mark (point) 'nomsg))
  1386. (setq exit-status
  1387. (call-process-region start end shell-file-name t
  1388. (if error-file
  1389. (list output-buffer error-file)
  1390. t)
  1391. nil shell-command-switch command))
  1392. ;; It is rude to delete a buffer which the command is not using.
  1393. ;; (let ((shell-buffer (get-buffer "*Shell Command Output*")))
  1394. ;; (and shell-buffer (not (eq shell-buffer (current-buffer)))
  1395. ;; (kill-buffer shell-buffer)))
  1396. ;; Don't muck with mark unless REPLACE says we should.
  1397. (and replace swap (exchange-point-and-mark)))
  1398. ;; No prefix argument: put the output in a temp buffer,
  1399. ;; replacing its entire contents.
  1400. (let ((buffer (get-buffer-create
  1401. (or output-buffer "*Shell Command Output*"))))
  1402. (unwind-protect
  1403. (if (eq buffer (current-buffer))
  1404. ;; If the input is the same buffer as the output,
  1405. ;; delete everything but the specified region,
  1406. ;; then replace that region with the output.
  1407. (progn (setq buffer-read-only nil)
  1408. (delete-region (max start end) (point-max))
  1409. (delete-region (point-min) (min start end))
  1410. (setq exit-status
  1411. (call-process-region (point-min) (point-max)
  1412. shell-file-name t
  1413. (if error-file
  1414. (list t error-file)
  1415. t)
  1416. nil shell-command-switch
  1417. command)))
  1418. ;; Clear the output buffer, then run the command with
  1419. ;; output there.
  1420. (let ((directory default-directory))
  1421. (save-current-buffer
  1422. (set-buffer buffer)
  1423. (setq buffer-read-only nil)
  1424. (if (not output-buffer)
  1425. (setq default-directory directory))
  1426. (erase-buffer)))
  1427. (setq exit-status
  1428. (call-process-region start end shell-file-name nil
  1429. (if error-file
  1430. (list buffer error-file)
  1431. buffer)
  1432. nil shell-command-switch command)))
  1433. ;; Report the output.
  1434. (with-current-buffer buffer
  1435. (setq mode-line-process
  1436. (cond ((null exit-status)
  1437. " - Error")
  1438. ((stringp exit-status)
  1439. (format " - Signal [%s]" exit-status))
  1440. ((not (equal 0 exit-status))
  1441. (format " - Exit [%d]" exit-status)))))
  1442. (if (with-current-buffer buffer (> (point-max) (point-min)))
  1443. ;; There's some output, display it
  1444. (display-message-or-buffer buffer)
  1445. ;; No output; error?
  1446. (let ((output
  1447. (if (and error-file
  1448. (< 0 (nth 7 (file-attributes error-file))))
  1449. "some error output"
  1450. "no output")))
  1451. (cond ((null exit-status)
  1452. (message "(Shell command failed with error)"))
  1453. ((equal 0 exit-status)
  1454. (message "(Shell command succeeded with %s)"
  1455. output))
  1456. ((stringp exit-status)
  1457. (message "(Shell command killed by signal %s)"
  1458. exit-status))
  1459. (t
  1460. (message "(Shell command failed with code %d and %s)"
  1461. exit-status output))))
  1462. ;; Don't kill: there might be useful info in the undo-log.
  1463. ;; (kill-buffer buffer)
  1464. ))))
  1465. (when (and error-file (file-exists-p error-file))
  1466. (if (< 0 (nth 7 (file-attributes error-file)))
  1467. (with-current-buffer (get-buffer-create error-buffer)
  1468. (let ((pos-from-end (- (point-max) (point))))
  1469. (or (bobp)
  1470. (insert "\f\n"))
  1471. ;; Do no formatting while reading error file,
  1472. ;; because that can run a shell command, and we
  1473. ;; don't want that to cause an infinite recursion.
  1474. (format-insert-file error-file nil)
  1475. ;; Put point after the inserted errors.
  1476. (goto-char (- (point-max) pos-from-end)))
  1477. (and display-error-buffer
  1478. (display-buffer (current-buffer)))))
  1479. (delete-file error-file))
  1480. exit-status))
  1481. (provide 'ob)
  1482. ;; arch-tag: 01a7ebee-06c5-4ee4-a709-e660d28c0af1
  1483. ;;; ob.el ends here