From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode 4.73 Date: Thu, 26 Apr 2007 08:35:13 +0200 Message-ID: <4795b58f7715f029b4336732201a6310@science.uva.nl> References: <63c48dedbd98f56491dfaf5409692e2f@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgxfJ-0007QN-Po for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 02:41:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgxfE-0007NK-7t for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 02:41:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgxfE-0007NB-25 for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 02:41:12 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgxZV-0004k2-On for emacs-orgmode@gnu.org; Thu, 26 Apr 2007 02:35:17 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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