ob.el 67 KB

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