fix typo in `org-babel-under-commented-heading-p'
Thanks to Alan Schmitt for pointing this out. * lisp/ob-tangle.el (org-babel-under-commented-heading-p): Fix name typo.
This commit is contained in:
parent
e9647da101
commit
7a17f8a5a7
|
@ -362,7 +362,7 @@ that the appropriate major-mode is set. SPEC has the form:
|
||||||
t
|
t
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(and (org-up-heading-safe)
|
(and (org-up-heading-safe)
|
||||||
(org-babel-under-commented-headline-p)))))
|
(org-babel-under-commented-heading-p)))))
|
||||||
|
|
||||||
(defvar org-comment-string) ;; Defined in org.el
|
(defvar org-comment-string) ;; Defined in org.el
|
||||||
(defun org-babel-tangle-collect-blocks (&optional language tangle-file)
|
(defun org-babel-tangle-collect-blocks (&optional language tangle-file)
|
||||||
|
|
Loading…
Reference in New Issue