diff options
author | Glenn Morris <rgm@gnu.org> | 2010-11-12 19:34:36 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-11-12 19:34:36 -0800 |
commit | f2d6ead63612fe3e2f948a7b08e32c822a1bac22 (patch) | |
tree | edce6f21469f31097c4ab161232a7e009ed60839 /lisp/org/ob-lob.el | |
parent | 56f5a94eea43e8fab4c8a2b94d34b3329a53101f (diff) | |
download | emacs-f2d6ead63612fe3e2f948a7b08e32c822a1bac22.tar.gz |
Standardize some file headers.
Diffstat (limited to 'lisp/org/ob-lob.el')
-rw-r--r-- | lisp/org/ob-lob.el | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/org/ob-lob.el b/lisp/org/ob-lob.el index d7818c21154..243666c0a1b 100644 --- a/lisp/org/ob-lob.el +++ b/lisp/org/ob-lob.el @@ -2,7 +2,8 @@ ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. -;; Author: Eric Schulte, Dan Davison +;; Author: Eric Schulte +;; Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org ;; Version: 7.3 @@ -25,7 +26,7 @@ ;;; Commentary: ;; See the online documentation for more information -;; +;; ;; http://orgmode.org/worg/org-contrib/babel/ ;;; Code: @@ -92,13 +93,13 @@ if so then run the appropriate source block from the Library." (beginning-of-line 1) (if (looking-at org-babel-lob-one-liner-regexp) (append - (mapcar #'org-babel-clean-text-properties + (mapcar #'org-babel-clean-text-properties (list (format "%s(%s)%s" (match-string 2) (match-string 3) (match-string 4)) (match-string 5))) (list (length (match-string 1)))))))) - + (defun org-babel-lob-execute (info) "Execute the lob call specified by INFO." (let ((params (org-babel-process-params |