[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Problem with tags
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] Problem with tags |
Date: |
Sun, 27 Jul 2008 14:29:05 -0700 |
On Jul 27, 2008, at 10:22 AM, address@hidden 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