Mercurial > emacs
changeset 61582:e0ff525f6d80
(org-up-heading-all): Fixed bug with
`outline-up-heading-all'.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Sat, 16 Apr 2005 14:50:10 +0000 |
parents | 15fea137a0f1 |
children | 63a08bfc0b0d |
files | lisp/textmodes/org.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/org.el Sat Apr 16 14:49:44 2005 +0000 +++ b/lisp/textmodes/org.el Sat Apr 16 14:50:10 2005 +0000 @@ -8403,7 +8403,7 @@ 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)