From mboxrd@z Thu Jan 1 00:00:00 1970 From: srandby@gmail.com Subject: Reveal Problem Date: Mon, 28 Jul 2008 00:20:22 -0400 Message-ID: <488D4906.1050706@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KNKEV-00026K-AV for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:21:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNKET-000262-Tp for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:21:15 -0400 Received: from [199.232.76.173] (port=52771 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNKET-00025z-OQ for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:21:13 -0400 Received: from py-out-1112.google.com ([64.233.166.181]:23858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNKET-0004bZ-EG for emacs-orgmode@gnu.org; Mon, 28 Jul 2008 00:21:13 -0400 Received: by py-out-1112.google.com with SMTP id p76so2387668pyb.1 for ; Sun, 27 Jul 2008 21:21:13 -0700 (PDT) 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: "[Orgmode]" 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