org-babel.el 66 KB

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