From f6a76cf336f9a6e15f4934e6509a42cb3284f58d Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 16 Apr 2005 14:50:10 +0000 Subject: [PATCH] (org-up-heading-all): Fixed bug with `outline-up-heading-all'. --- lisp/textmodes/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 260f0fa8bc5..c162160397e 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -8403,7 +8403,7 @@ If INVISIBLE-OK is non-nil, an invisible heading line is ok too." This function considers both visible and invisible heading lines. With argument, move up ARG levels." (if org-noutline-p - (outline-up-heading-all arg) + (outline-up-heading arg t) (org-back-to-heading t) (looking-at outline-regexp) (if (<= (- (match-end 0) (match-beginning 0)) arg) -- 2.39.2