|
@@ -22802,6 +22802,7 @@ it for output."
|
|
|
|
|
|
;;; Indentation
|
|
|
|
|
|
+(defvar org-element-greater-elements)
|
|
|
(defun org--get-expected-indentation (element contentsp)
|
|
|
"Expected indentation column for current line, according to ELEMENT.
|
|
|
ELEMENT is an element containing point. CONTENTSP is non-nil
|
|
@@ -24688,7 +24689,6 @@ Move to the previous element at the same level, when possible."
|
|
|
(user-error "No surrounding element")
|
|
|
(org-with-limited-levels (org-back-to-heading)))))))
|
|
|
|
|
|
-(defvar org-element-greater-elements)
|
|
|
(defun org-down-element ()
|
|
|
"Move to inner element."
|
|
|
(interactive)
|