diff --git a/lisp/org.el b/lisp/org.el index e7c42db..17a5bc2 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -20534,7 +20534,8 @@ If point is in an inline task, mark that task instead." (org-move-to-column column) (when (and orgstruct-is-++ (eq pos (point))) (org-let org-fb-vars - '(indent-according-to-mode))))) + '(or (eq indent-line-function 'org-indent-line-function) + (indent-according-to-mode)))))) (defun org-indent-drawer () "Indent the drawer at point."