ob.el 67 KB

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