]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-up-heading-all): Fixed bug with
authorCarsten Dominik <dominik@science.uva.nl>
Sat, 16 Apr 2005 14:50:10 +0000 (14:50 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Sat, 16 Apr 2005 14:50:10 +0000 (14:50 +0000)
`outline-up-heading-all'.

lisp/textmodes/org.el

index 260f0fa8bc5dd0f2cb530f69e84fb93338645777..c162160397ee92af535a0af4c753e9ed527f1edb 100644 (file)
@@ -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)