From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: due today notification Date: Wed, 28 Apr 2010 16:38:05 -0400 Message-ID: <87mxwnuxci.fsf@fastmail.fm> References: <87tyr1g4pd.fsf@fastmail.fm> <87wrvs7m9q.fsf@fastmail.fm> <87eihzwdso.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7Du5-00036O-9M for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:30:41 -0400 Received: from [140.186.70.92] (port=44875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7Du3-00033u-Gq for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7Dtz-0001ie-8M for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:30:39 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:36533) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Dtx-0001iA-At for emacs-orgmode@gnu.org; Wed, 28 Apr 2010 16:30:35 -0400 In-Reply-To: (Buck Brody's message of "Wed, 28 Apr 2010 16:14:22 -0400") 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: buckbrody@gmail.com Cc: emacs-orgmode Buck Brody writes: > The problem with the sparse tree is that a sparse tree will only show > the headlines above the item with a deadline, it will not show the > sibling headlines. =C2=A0For example, if I used a sparse tree on: That depends on the value of org-show-siblings.=20 To ensure that siblings are visible, you can use a simple setting such as: (setq org-show-siblings t) Type C-h v org-show-hierarchy-above [RET] for more fine-grained customization options. With org-show-siblings set to t, I see the following: --8<---------------cut here---------------start------------->8--- * Fruit ** Apple *** Macintosh *** Crab DEADLINE: <2010-04-28 Wed> *** Golden delicious ** Vegetable --8<---------------cut here---------------end--------------->8--- Best, Matt > * Fruit > ** Apple > *** Macintosh > *** Crab > =C2=A0=C2=A0 =C2=A0DEADLINE: <2010-04-28 Wed> > *** Golden delicious > ** Vegetable > *** lettuce > *** squash > *** cucumber > > It would look like > > * Fruit > *** Crab > =C2=A0=C2=A0 =C2=A0DEADLINE: <2010-04-28 Wed>