diff --git a/lisp/org-cycle.el b/lisp/org-cycle.el index 828c84cd0..90fc95f41 100644 --- a/lisp/org-cycle.el +++ b/lisp/org-cycle.el @@ -648,6 +648,9 @@ With a numeric prefix, show all headlines up to that level." (org-fold-show-hidden-entry) (org-fold-show-children)) ("content" + ;; Newline before heading will be outside the + ;; narrowing. Make sure that it is revealed. + (org-fold-heading nil) (save-excursion (save-restriction (org-narrow-to-subtree)