From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: howto? expand highlighted region only Date: Sat, 23 May 2009 21:47:47 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v935.3) 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 1M7xCG-0002lk-GO for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:47:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7xCB-0002jP-Mj for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:47:55 -0400 Received: from [199.232.76.173] (port=52343 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7xCB-0002jF-Il for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:47:51 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:38421) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7xCB-0002J0-2c for emacs-orgmode@gnu.org; Sat, 23 May 2009 15:47:51 -0400 Received: by ewy6 with SMTP id 6so2608834ewy.42 for ; Sat, 23 May 2009 12:47:50 -0700 (PDT) In-Reply-To: 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: Sivaram Neelakantan Cc: emacs-orgmode@gnu.org On May 23, 2009, at 7:11 PM, Sivaram Neelakantan wrote: > > My time keeping is simple. > > * effort tracking <2009-03-13 Fri> > * effort tracking <2009-03-20 Fri> > * effort tracking <2009-03-30 Mon> > ... > * effort tracking <2009-04-07 Tue> > > And within each are some text and numbers. > > Sometimes I just want to view only a few days entries by marking the > region > and pressing TAB which doesn't do the right thing. How can I get to > do that? You could narrow the buffer and then use global cycling. - Carsten