On Apr 25, 2007, at 18:11, Scott Jaderholm wrote:

Carsten,

While I think this improved showing blank lines in CONTENTS view (arrived at by S-Tab), I think there are still bugs with FOLDED view.

^&%&[EMAIL PROTECTED]

Yes, you are of course right.

Next release will not be so soon, so here is a patch


--- org.el.orig Thu Apr 26 08:29:57 2007
+++ org.el      Thu Apr 26 08:30:43 2007
@@ -4424,7 +4424,7 @@
        (cond
         ((memq state '(overview contents t))
          (setq beg (point-min) end (point-max)))
-        ((memq state '(children))
+        ((memq state '(children folded))
          (setq beg (point) end (progn (org-end-of-subtree t t)
                                       (beginning-of-line 2)
                                       (point)))))


- Carsten



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to