From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Reveal Problem Date: Mon, 28 Jul 2008 08:05:47 -0700 Message-ID: <8A3D75D3-D0B9-475D-9F74-38550181D871@uva.nl> References: <488D4906.1050706@gmail.com> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNUIL-0005fV-08 for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 11:05:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNUIJ-0005fG-DQ for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 11:05:52 -0400 Received: from [199.232.76.173] (port=59177 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNUIJ-0005fD-3D for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 11:05:51 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:25641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNUII-0002If-Jw for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 11:05:50 -0400 In-Reply-To: <488D4906.1050706@gmail.com> 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: srandby@gmail.com Cc: "[Orgmode]" Hi Scott, this is supposed to be a *feature*. The problem is, if you show the text below such a headline in a sparse tree, then the next heading is still attached to the last line of the text made visible, and that causes problems when editing. You can try this by going to one of those headline revealed by the sparse tree command and typing M-s show-entry Then the last line of the text made visible contains ellipses. Suppose you now start editing this text, move the cursor directly before the 3 points and type a few characters. Strange things will happen and when you later make the whole buffer visible with `C-c C-a' you wil see that you typed somewhere in invisible text, but not where you intended to. Therefore, when making the text under a headline visible, I also force the next headline to be visibile so that editing is safe, assuming that you are intending to edit that text. Why does it bother you so much? - Carsten On Jul 27, 2008, at 9:20 PM, srandby@gmail.com wrote: > I upgraded my org-mode to 6.06b which took care of the problem of > showing undesired headlines after a search, but a new issue has > arisen. > > Say I have the following text: > > * Grades > ** Student 1 > *** Exams :exams: > Exam scores > *** Homework :homework: > Homework scores > ** Student 2 > *** Exams :exams: > Exam scores > *** Homework :homework: > Homework scores > > If I do 'C-c \ exams' I get the following: > > * Grades > ** Student 1 > *** Exams :exams: > ** Student 2 > *** Exams :exams: > > If I now hit with the cursor on the third line down, I get this: > > * Grades > ** Student 1 > *** Exams :exams: > Exam scores > *** Homework :homework: > ** Student 2 > *** Exams :exams: > > The problem is that I don't want the '*** Homework :homework:' line > to be displayed. I've played around with the org-reveal-location > customizations, but I can't find any way to stop the display of the > unwanted headline. Is there a way to do this? > > Scott Randby > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode