From 7a17f8a5a7803977a4209f33da3d7e8a27a503de Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 20 Oct 2013 15:55:06 -0600 Subject: [PATCH] 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. --- lisp/ob-tangle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index 789a75939..29415c47c 100644 --- a/lisp/ob-tangle.el +++ b/lisp/ob-tangle.el @@ -362,7 +362,7 @@ that the appropriate major-mode is set. SPEC has the form: t (save-excursion (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 (defun org-babel-tangle-collect-blocks (&optional language tangle-file) -- 2.11.4.GIT