diff --git a/lisp/org.el b/lisp/org.el index 0fd531d10..43172c88a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -22152,7 +22152,7 @@ hierarchy of headlines by UP levels before marking the subtree." (let ((line-end (org-current-line end))) (goto-char start) (while (< (org-current-line) line-end) - (cond ((org-in-src-block-p) (org-src-native-tab-command-maybe)) + (cond ((org-in-src-block-p t) (org-src-native-tab-command-maybe)) (t (call-interactively 'org-indent-line))) (move-beginning-of-line 2)))))