2010-06-25 12:20:39 -04:00
|
|
|
;;; ob-lob.el --- functions supporting the Library of Babel
|
2009-06-12 20:26:28 -04:00
|
|
|
|
2012-01-03 12:47:01 -05:00
|
|
|
;; Copyright (C) 2009-2012 Free Software Foundation, Inc.
|
2009-06-12 20:26:28 -04:00
|
|
|
|
2011-08-24 14:55:11 -04:00
|
|
|
;; Author: Eric Schulte
|
|
|
|
;; Dan Davison
|
2009-06-12 20:26:28 -04:00
|
|
|
;; Keywords: literate programming, reproducible research
|
|
|
|
;; Homepage: http://orgmode.org
|
|
|
|
|
2010-06-25 12:20:39 -04:00
|
|
|
;; This file is part of GNU Emacs.
|
2009-06-12 20:26:28 -04:00
|
|
|
|
2010-06-25 12:20:39 -04:00
|
|
|
;; GNU Emacs is free software: you can redistribute it and/or modify
|
2009-06-12 20:26:28 -04:00
|
|
|
;; it under the terms of the GNU General Public License as published by
|
2010-06-25 12:20:39 -04:00
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
;; (at your option) any later version.
|
|
|
|
|
|
|
|
;; GNU Emacs is distributed in the hope that it will be useful,
|
2009-06-12 20:26:28 -04:00
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;; GNU General Public License for more details.
|
2010-06-25 12:20:39 -04:00
|
|
|
|
2009-06-12 20:26:28 -04:00
|
|
|
;; You should have received a copy of the GNU General Public License
|
2010-06-25 12:20:39 -04:00
|
|
|
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
2009-06-12 20:26:28 -04:00
|
|
|
|
|
|
|
;;; Code:
|
2011-06-26 20:13:14 -04:00
|
|
|
(eval-when-compile
|
|
|
|
(require 'cl))
|
2010-06-11 19:02:42 -04:00
|
|
|
(require 'ob)
|
|
|
|
(require 'ob-table)
|
2009-06-14 10:54:55 -04:00
|
|
|
|
2011-11-15 10:38:41 -05:00
|
|
|
(declare-function org-babel-in-example-or-verbatim "ob-exp" nil)
|
|
|
|
|
2009-06-14 17:10:04 -04:00
|
|
|
(defvar org-babel-library-of-babel nil
|
2010-07-13 19:20:08 -04:00
|
|
|
"Library of source-code blocks.
|
|
|
|
This is an association list. Populate the library by adding
|
|
|
|
files to `org-babel-lob-files'.")
|
2009-06-14 17:10:04 -04:00
|
|
|
|
|
|
|
(defcustom org-babel-lob-files '()
|
2010-07-13 19:20:08 -04:00
|
|
|
"Files used to populate the `org-babel-library-of-babel'.
|
|
|
|
To add files to this list use the `org-babel-lob-ingest' command."
|
2009-06-14 17:10:04 -04:00
|
|
|
:group 'org-babel
|
Add version tag "24.1" for options introduced since Emacs 23.4 (and <= 24.1)
* org-exp.el (org-export-kill-product-buffer-when-displayed)
(org-export-initial-scope, org-export-date-timestamp-format)
(org-export-with-tasks, org-export-email-info)
(org-export-table-remove-empty-lines): Add version tag.
* org-mobile.el (org-mobile-files-exclude-regexp)
(org-mobile-use-encryption, org-mobile-encryption-tempfile)
(org-mobile-encryption-password, org-mobile-agendas): Add
version tag.
* ob-plantuml.el (org-plantuml-jar-path): Add version tag.
* org.el (org-babel-load-languages, org-clone-delete-id)
(org-log-buffer-setup-hook)
(org-loop-over-headlines-in-active-region)
(org-use-sub-superscripts, org-startup-with-beamer-mode)
(org-startup-with-inline-images, org-ctrl-k-protect-subtree)
(org-catch-invisible-edits)
(org-link-search-must-match-exact-headline)
(org-confirm-shell-link-not-regexp)
(org-confirm-elisp-link-not-regexp, org-log-refile)
(org-refile-use-cache)
(org-refile-active-region-within-subtree)
(org-todo-repeat-to-state, org-get-priority-function)
(org-agenda-jump-prefer-future)
(org-read-date-force-compatible-dates)
(org-use-effective-time)
(org-complete-tags-always-offer-all-agenda-tags)
(org-properties-postprocess-alist)
(org-format-latex-signal-error)
(org-latex-to-mathml-jar-file)
(org-latex-to-mathml-convert-command)
(org-export-latex-default-packages-alist)
(org-hidden-keywords, org-pretty-entities)
(org-pretty-entities-include-sub-superscripts)
(org-src-fontify-natively, org-effort-durations)
(org-speed-command-hook): Add version tag.
* org-html.el (org-export-html-footnote-separator)
(org-export-html-mathjax-options)
(org-export-html-mathjax-template)
(org-export-html-headline-anchor-format)
(org-export-html-preamble-format)
(org-export-html-postamble-format)
(org-export-html-table-align-individual-fields)
(org-export-html-protect-char-alist, org-export-html-divs):
Add version tag.
* org-ctags.el (org-ctags-path-to-ctags)
(org-ctags-open-link-functions)
(org-ctags-new-topic-template): Add version tag.
* ob-exp.el (org-export-babel-evaluate): Add version tag.
* org-beamer.el (org-beamer-use-parts)
(org-beamer-frame-level, org-beamer-frame-default-options)
(org-beamer-column-view-format, org-beamer-themes)
(org-beamer-environments-extra, org-beamer-fragile-re)
(org-beamer-outline-frame-title)
(org-beamer-outline-frame-options): Add version tag.
* org-wl.el (org-wl-link-remove-filter)
(org-wl-shimbun-prefer-web-links)
(org-wl-nntp-prefer-web-links, org-wl-disable-folder-check)
(org-wl-namazu-default-index): Add version tag.
* org-clock.el (org-task-overrun-text)
(org-clocktable-defaults, org-clock-clocktable-formatter)
(org-clock-clocktable-language-setup)
(org-clock-report-include-clocking-task)
(org-clock-resolve-expert): Add version tag.
* ob-lob.el (org-babel-lob-files): Add version tag.
* org-freemind.el (org-freemind-node-css-style): Add version
tag.
* org-archive.el (org-archive-reversed-order)
(org-archive-subtree-add-inherited-tags): Add version tag.
* org-bibtex.el (org-bibtex-autogen-keys, org-bibtex-prefix)
(org-bibtex-treat-headline-as-title)
(org-bibtex-export-arbitrary-fields)
(org-bibtex-key-property, org-bibtex-tags)
(org-bibtex-tags-are-keywords, org-bibtex-no-export-tags)
(org-bibtex-type-property-name): Add version tag.
* org-timer.el (org-timer-default-timer): Add version tag.
* org-taskjuggler.el (org-export-taskjuggler-extension)
(org-export-taskjuggler-project-tag)
(org-export-taskjuggler-resource-tag)
(org-export-taskjuggler-target-version)
(org-export-taskjuggler-default-project-version)
(org-export-taskjuggler-default-project-duration)
(org-export-taskjuggler-default-reports)
(org-export-taskjuggler-default-global-properties): Add
version tag.
* org-habit.el (org-habit-today-glyph)
(org-habit-completed-glyph): Add version tag.
* org-list.el (org-alphabetical-lists)
(org-list-ending-method, org-list-end-regexp)
(org-list-automatic-rules, org-list-use-circular-motion)
(org-list-indent-offset): Add version tag.
* ob-picolisp.el (org-babel-picolisp-cmd): Add version tag.
* org-icalendar.el (org-icalendar-alarm-time)
(org-icalendar-combined-description)
(org-icalendar-honor-noexport-tag)
(org-icalendar-date-time-format): Add version tag.
* org-src.el (org-src-tab-acts-natively): Add version tag.
* org-exp-blocks.el (org-export-blocks-postblock-hook): Add
version tag.
* org-table.el (org-table-exit-follow-field-mode-when-leaving-table)
(org-table-fix-formulas-confirm)
(org-table-duration-custom-format)
(org-table-formula-field-format): Add version tag.
* org-publish.el (org-publish-sitemap-sort-files)
(org-publish-sitemap-sort-folders)
(org-publish-sitemap-sort-ignore-case)
(org-publish-sitemap-date-format)
(org-publish-sitemap-file-entry-format): Add version tag.
* ob-js.el (org-babel-js-cmd): Add version tag.
* org-docbook.el (org-export-docbook-footnote-separator)
(org-export-docbook-xslt-stylesheet): Add version tag.
* org-entities.el (org-entities-ascii-explanatory)
(org-entities-user): Add version tag.
* ob.el (org-confirm-babel-evaluate)
(org-babel-no-eval-on-ctrl-c-ctrl-c): Add version tag.
* ob-tangle.el (org-babel-tangle-lang-exts)
(org-babel-post-tangle-hook, org-babel-pre-tangle-hook)
(org-babel-tangle-body-hook)
(org-babel-tangle-comment-format-beg)
(org-babel-tangle-comment-format-end)
(org-babel-process-comment-text): Add version tag.
* org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
Add version tag.
* org-crypt.el (org-crypt-disable-auto-save): Add version tag.
* org-inlinetask.el (org-inlinetask-default-state): Add
version tag.
* ob-scheme.el (org-babel-scheme-cmd): Add version tag.
* ob-lisp.el (org-babel-lisp-dir-fmt): Add version tag.
* org-attach.el (org-attach-store-link-p): Add version tag.
* org-capture.el (org-capture-templates)
(org-capture-before-finalize-hook)
(org-capture-after-finalize-hook): Add version tag.
* org-agenda.el (org-agenda-skip-deadline-prewarning-if-scheduled)
(org-agenda-time-leading-zero, org-agenda-follow-indirect)
(org-agenda-menu-two-column, org-agenda-menu-show-matcher)
(org-agenda-timegrid-use-ampm)
(org-agenda-remove-timeranges-from-blocks)
(org-agenda-inactive-leader, org-agenda-current-time-string)
(org-agenda-show-current-time-in-grid)
(org-agenda-search-view-force-full-words)
(org-agenda-search-view-always-boolean)
(org-agenda-clock-consistency-checks)
(org-agenda-include-deadlines)
(org-agenda-move-date-from-past-immediately-to-today)
(org-agenda-day-face-function)
(org-agenda-category-icon-alist)
(org-agenda-bulk-custom-functions)
(org-agenda-insert-diary-extract-time): Add version tag.
* org-latex.el (org-export-latex-inputenc-alist)
(org-export-latex-tag-markup)
(org-export-latex-timestamp-inactive-markup)
(org-export-latex-href-format)
(org-export-latex-hyperref-format)
(org-export-latex-footnote-separator)
(org-export-latex-quotes)
(org-export-latex-table-caption-above)
(org-export-latex-listings-w-names)
(org-export-latex-minted-langs)
(org-export-latex-listings-options)
(org-export-latex-minted-options)
(org-latex-default-figure-position, org-export-pdf-logfiles):
Add version tag.
* org-faces.el (org-faces-easy-properties)
(org-fontify-quote-and-verse-blocks, org-cycle-level-faces):
Add version tag.
* ob-ditaa.el (org-ditaa-jar-option): Add version tag.
Thanks to Glenn Morris for reporting this.
2012-02-13 09:49:28 -05:00
|
|
|
:version "24.1"
|
2009-06-14 17:10:04 -04:00
|
|
|
:type 'list)
|
|
|
|
|
2011-06-24 16:53:25 -04:00
|
|
|
(defvar org-babel-default-lob-header-args '((:exports . "results"))
|
|
|
|
"Default header arguments to use when exporting #+lob/call lines.")
|
|
|
|
|
2010-06-23 14:24:33 -04:00
|
|
|
;;;###autoload
|
2009-06-14 17:10:04 -04:00
|
|
|
(defun org-babel-lob-ingest (&optional file)
|
2010-10-12 06:52:29 -04:00
|
|
|
"Add all named source-blocks defined in FILE to
|
|
|
|
`org-babel-library-of-babel'."
|
2011-01-31 14:33:09 -05:00
|
|
|
(interactive "fFile: ")
|
2010-10-12 06:52:29 -04:00
|
|
|
(let ((lob-ingest-count 0))
|
|
|
|
(org-babel-map-src-blocks file
|
2010-10-15 11:13:51 -04:00
|
|
|
(let* ((info (org-babel-get-src-block-info 'light))
|
2010-10-12 06:52:29 -04:00
|
|
|
(source-name (nth 4 info)))
|
|
|
|
(when source-name
|
|
|
|
(setq source-name (intern source-name)
|
|
|
|
org-babel-library-of-babel
|
|
|
|
(cons (cons source-name info)
|
|
|
|
(assq-delete-all source-name org-babel-library-of-babel))
|
|
|
|
lob-ingest-count (1+ lob-ingest-count)))))
|
|
|
|
(message "%d src block%s added to Library of Babel"
|
2010-10-15 20:42:26 -04:00
|
|
|
lob-ingest-count (if (> lob-ingest-count 1) "s" ""))
|
|
|
|
lob-ingest-count))
|
2009-06-14 17:10:04 -04:00
|
|
|
|
2011-06-24 17:44:28 -04:00
|
|
|
(defconst org-babel-block-lob-one-liner-regexp
|
2010-07-20 14:40:57 -04:00
|
|
|
(concat
|
2012-03-01 15:04:15 -05:00
|
|
|
"^\\([ \t]*?\\)#\\+call:[ \t]+\\([^\(\)\n]+?\\)\\(\\[\\(.*\\)\\]\\|\\(\\)\\)"
|
|
|
|
"\(\\([^\n]*?\\)\)\\(\\[.+\\]\\|\\)[ \t]*\\(\\([^\n]*\\)\\)?")
|
2011-06-24 17:44:28 -04:00
|
|
|
"Regexp to match non-inline calls to predefined source block functions.")
|
|
|
|
|
|
|
|
(defconst org-babel-inline-lob-one-liner-regexp
|
|
|
|
(concat
|
2012-03-01 15:04:15 -05:00
|
|
|
"\\([^\n]*?\\)call_\\([^\(\)\n]+?\\)\\(\\[\\(.*?\\)\\]\\|\\(\\)\\)"
|
|
|
|
"\(\\([^\n]*?\\)\)\\(\\[\\(.*?\\)\\]\\)?")
|
2011-06-24 17:44:28 -04:00
|
|
|
"Regexp to match inline calls to predefined source block functions.")
|
|
|
|
|
|
|
|
(defconst org-babel-lob-one-liner-regexp
|
|
|
|
(concat "\\(" org-babel-block-lob-one-liner-regexp
|
|
|
|
"\\|" org-babel-inline-lob-one-liner-regexp "\\)")
|
2010-07-13 19:20:08 -04:00
|
|
|
"Regexp to match calls to predefined source block functions.")
|
2009-06-14 17:10:04 -04:00
|
|
|
|
2011-08-01 17:45:58 -04:00
|
|
|
;; functions for executing lob one-liners
|
2011-11-09 16:35:04 -05:00
|
|
|
|
2010-06-23 14:24:33 -04:00
|
|
|
;;;###autoload
|
2009-06-14 10:54:55 -04:00
|
|
|
(defun org-babel-lob-execute-maybe ()
|
2010-07-13 19:20:08 -04:00
|
|
|
"Execute a Library of Babel source block, if appropriate.
|
|
|
|
Detect if this is context for a Library Of Babel source block and
|
|
|
|
if so then run the appropriate source block from the Library."
|
2009-06-14 10:54:55 -04:00
|
|
|
(interactive)
|
|
|
|
(let ((info (org-babel-lob-get-info)))
|
2011-11-08 21:42:59 -05:00
|
|
|
(if (and (nth 0 info) (not (org-babel-in-example-or-verbatim)))
|
|
|
|
(progn (org-babel-lob-execute info) t)
|
|
|
|
nil)))
|
2009-06-14 10:54:55 -04:00
|
|
|
|
2010-06-23 14:24:33 -04:00
|
|
|
;;;###autoload
|
2009-06-14 10:54:55 -04:00
|
|
|
(defun org-babel-lob-get-info ()
|
2010-08-19 09:31:19 -04:00
|
|
|
"Return a Library of Babel function call as a string."
|
2011-06-24 17:44:28 -04:00
|
|
|
(flet ((nonempty (a b)
|
|
|
|
(let ((it (match-string a)))
|
|
|
|
(if (= (length it) 0) (match-string b) it))))
|
|
|
|
(let ((case-fold-search t))
|
|
|
|
(save-excursion
|
|
|
|
(beginning-of-line 1)
|
|
|
|
(when (looking-at org-babel-lob-one-liner-regexp)
|
|
|
|
(append
|
2012-01-04 10:20:04 -05:00
|
|
|
(mapcar #'org-babel-clean-text-properties
|
2010-07-20 14:40:57 -04:00
|
|
|
(list
|
2010-11-07 09:39:05 -05:00
|
|
|
(format "%s%s(%s)%s"
|
2011-06-24 17:44:28 -04:00
|
|
|
(nonempty 3 12)
|
|
|
|
(if (not (= 0 (length (nonempty 5 13))))
|
|
|
|
(concat "[" (nonempty 5 13) "]") "")
|
2011-06-25 17:25:18 -04:00
|
|
|
(or (nonempty 7 16) "")
|
2011-06-25 18:06:28 -04:00
|
|
|
(or (nonempty 8 19) ""))
|
|
|
|
(nonempty 9 18)))
|
2011-06-25 20:56:40 -04:00
|
|
|
(list (length (if (= (length (match-string 12)) 0)
|
|
|
|
(match-string 2) (match-string 11))))))))))
|
2012-01-04 10:20:04 -05:00
|
|
|
|
2009-06-14 10:54:55 -04:00
|
|
|
(defun org-babel-lob-execute (info)
|
2010-06-11 20:12:15 -04:00
|
|
|
"Execute the lob call specified by INFO."
|
2010-10-16 14:14:20 -04:00
|
|
|
(let ((params (org-babel-process-params
|
2010-10-16 12:02:57 -04:00
|
|
|
(org-babel-merge-params
|
|
|
|
org-babel-default-header-args
|
|
|
|
(org-babel-params-from-properties)
|
|
|
|
(org-babel-parse-header-arguments
|
|
|
|
(org-babel-clean-text-properties
|
|
|
|
(concat ":var results="
|
|
|
|
(mapconcat #'identity (butlast info) " "))))))))
|
2010-06-10 17:36:08 -04:00
|
|
|
(org-babel-execute-src-block
|
2010-06-12 21:26:08 -04:00
|
|
|
nil (list "emacs-lisp" "results" params nil nil (nth 2 info)))))
|
2009-06-14 10:54:55 -04:00
|
|
|
|
2010-06-11 19:02:42 -04:00
|
|
|
(provide 'ob-lob)
|
2010-06-25 12:20:39 -04:00
|
|
|
|
2011-08-15 14:04:38 -04:00
|
|
|
|
2010-06-25 12:20:39 -04:00
|
|
|
|
2010-06-11 19:02:42 -04:00
|
|
|
;;; ob-lob.el ends here
|