emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/org.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/org.el
Date: Sat, 16 Apr 2005 10:50:10 -0400

Index: emacs/lisp/textmodes/org.el
diff -c emacs/lisp/textmodes/org.el:1.13 emacs/lisp/textmodes/org.el:1.14
*** emacs/lisp/textmodes/org.el:1.13    Fri Apr 15 06:50:23 2005
--- emacs/lisp/textmodes/org.el Sat Apr 16 14:50:10 2005
***************
*** 8403,8409 ****
  This function considers both visible and invisible heading lines.
  With argument, move up ARG levels."
    (if org-noutline-p
!       (outline-up-heading-all arg)
      (org-back-to-heading t)
      (looking-at outline-regexp)
      (if (<= (- (match-end 0) (match-beginning 0)) arg)
--- 8403,8409 ----
  This function considers both visible and invisible heading lines.
  With argument, move up ARG levels."
    (if org-noutline-p
!       (outline-up-heading arg t)
      (org-back-to-heading t)
      (looking-at outline-regexp)
      (if (<= (- (match-end 0) (match-beginning 0)) arg)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]