ob.el 66 KB

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