emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode 4.73
@ 2007-04-25  9:28 Carsten Dominik
  2007-04-25 16:11 ` Scott Jaderholm
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2007-04-25  9:28 UTC (permalink / raw)
  To: emacs-orgmode

Version 4.73 does fix the bugs already discovered in 4.72.

http://www.astro.uva.nl/~dominik/Tools/org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Org-mode 4.73
  2007-04-25  9:28 Org-mode 4.73 Carsten Dominik
@ 2007-04-25 16:11 ` Scott Jaderholm
  2007-04-26  6:35   ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Jaderholm @ 2007-04-25 16:11 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 888 bytes --]

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.

I am using (setq org-cycle-separator-lines 1) and I have:

* Projects
** Some Project
*** DONE Some Task
     CLOSED: [2007-04-25 Wed 09:57]

** Another Project

When cycling with Tab on Projects everything works fine, but FOLDED on Some
Project doesn't display the space between it and Another Project.

Also, FOLDED on Some Task will not display the space between it and Another
Project.

Thanks,
Scott

On 4/25/07, Carsten Dominik <dominik@science.uva.nl> wrote:
>
> Version 4.73 does fix the bugs already discovered in 4.72.
>
> http://www.astro.uva.nl/~dominik/Tools/org/
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

[-- Attachment #1.2: Type: text/html, Size: 1426 bytes --]

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Org-mode 4.73
  2007-04-25 16:11 ` Scott Jaderholm
@ 2007-04-26  6:35   ` Carsten Dominik
  0 siblings, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2007-04-26  6:35 UTC (permalink / raw)
  To: Scott Jaderholm; +Cc: emacs-orgmode


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.

^&%&^@^%$^%#

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-26  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-25  9:28 Org-mode 4.73 Carsten Dominik
2007-04-25 16:11 ` Scott Jaderholm
2007-04-26  6:35   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).