diff --git a/lisp/org.el b/lisp/org.el index 8ec6781..619fec4 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -22901,7 +22901,7 @@ Also, this function will be a lot faster than `outline-up-heading', because it relies on stars being the outline starters. This can really make a significant difference in outlines with very many siblings." (let (start-level re) - (org-back-to-heading t) + (outline-back-to-heading t) (setq start-level (funcall outline-level)) (if (equal start-level 1) nil