From a5cf0f6fb853260dc65967efe7648bcc430879c2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 20 Jun 2016 14:44:44 +0200 Subject: [PATCH] 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" --- lisp/ob-lob.el | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/lisp/ob-lob.el b/lisp/ob-lob.el index 5aedb692c..6d61e1811 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")