emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Org-mode 4.73


From: Carsten Dominik
Subject: Re: [Orgmode] Org-mode 4.73
Date: Thu, 26 Apr 2007 08:35:13 +0200


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.

^&%&address@hidden

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





reply via email to

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