From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with tags Date: Sun, 27 Jul 2008 14:29:05 -0700 Message-ID: <8F54F4D3-F1E0-4190-9112-8EEC140BFD72@uva.nl> References: <488CAEE5.1020204@uakron.edu> 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 1KNDni-0002A5-I9 for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 17:29:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KNDnh-00029s-Jc for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 17:29:10 -0400 Received: from [199.232.76.173] (port=45945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KNDnh-00029i-AT for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 17:29:09 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:57242) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KNDnh-0004PH-8W for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 17:29:09 -0400 In-Reply-To: <488CAEE5.1020204@uakron.edu> 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@uakron.edu Cc: "[Orgmode]" On Jul 27, 2008, at 10:22 AM, srandby@uakron.edu wrote: > When I do a tag search (C-c \), the headline containing the tag is > displayed along with the next headline (which does not contain the > tag I was searching for) at that level if there is one. I don't want > the next headline displayed. How do I adjust org-mode to stop > displaying these undesired headlines? This is controlled be the variable `org-show-following-heading'. The default in recent versions is nil, the fact that you do see these exposed must mean that you are using an oder version of org-mode, or that you have configured this variable yourself. - Carsten