summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-10-20 15:55:06 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-10-20 15:56:20 -0600
commit7a17f8a5a7803977a4209f33da3d7e8a27a503de (patch)
tree7dfe278b6e6b9689b5c2fe893daef7221108654a
parente9647da10186c698379a01e6aeb2e77f03331829 (diff)
downloadorg-mode-7a17f8a5a7803977a4209f33da3d7e8a27a503de.tar.gz
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.
-rw-r--r--lisp/ob-tangle.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
index 789a759..29415c4 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)