|
@@ -19465,7 +19465,7 @@ The detailed reaction depends on the user option `org-catch-invisible-edits'."
|
|
(if invisible-before-point
|
|
(if invisible-before-point
|
|
(goto-char (previous-single-char-property-change
|
|
(goto-char (previous-single-char-property-change
|
|
(point) 'invisible)))
|
|
(point) 'invisible)))
|
|
- (org-cycle))
|
|
|
|
|
|
+ (show-subtree))
|
|
(cond
|
|
(cond
|
|
((eq org-catch-invisible-edits 'show)
|
|
((eq org-catch-invisible-edits 'show)
|
|
;; That's it, we do the edit after showing
|
|
;; That's it, we do the edit after showing
|