summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-20 14:44:44 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-20 14:47:10 +0200
commita5cf0f6fb853260dc65967efe7648bcc430879c2 (patch)
tree301a0db00c87f41f1eab74967432a0ba6c79d052
parentbae2286393c9f17f9cc758ba62b6022fd8242f10 (diff)
downloadorg-mode-a5cf0f6fb853260dc65967efe7648bcc430879c2.tar.gz
ob-lob: Remove `org-babel-lob-files'
* lisp/ob-lob.el (org-babel-lob-files): Remove variable. (org-babel-library-of-babel): Fix docstring. Since its creation, `org-babel-lob-files' has been a no-op. Since no-one noticed it during those 7 years, it can safely be removed. Reported-by: "Charles C. Berry" <ccberry@ucsd.edu> <http://permalink.gmane.org/gmane.emacs.orgmode/107824>
-rw-r--r--lisp/ob-lob.el11
1 files changed, 2 insertions, 9 deletions
diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el
index 5aedb69..6d61e18 100644
--- a/lisp/ob-lob.el
+++ b/lisp/ob-lob.el
@@ -35,15 +35,8 @@
(defvar org-babel-library-of-babel nil
"Library of source-code blocks.
-This is an association list. Populate the library by adding
-files to `org-babel-lob-files'.")
-
-(defcustom org-babel-lob-files nil
- "Files used to populate the `org-babel-library-of-babel'.
-To add files to this list use the `org-babel-lob-ingest' command."
- :group 'org-babel
- :version "24.1"
- :type '(repeat file))
+This is an association list. Populate the library by calling
+`org-babel-lob-ingest' on files containing source blocks.")
(defvar org-babel-default-lob-header-args
'((:cache . "no")