lang/org: revise docstrings

This commit is contained in:
Henrik Lissner 2020-04-14 15:37:00 -04:00
parent 10a6b510d7
commit 169fe6a7f4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 6 additions and 4 deletions

View file

@ -230,8 +230,8 @@ This forces it to read the background before rendering."
(require lang nil t))
(add-to-list 'org-babel-load-languages (cons lang t)))))
;; Lazy load babel packages for exporting
(defadvice! +org--export-lazy-load-library-h ()
"Lazy load a babel package when a block is executed during exporting."
:before #'org-babel-exp-src-block
(+org--babel-lazy-load-library-a (org-babel-get-src-block-info)))