org-babel.el 64 KB

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