From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Selected expansion Date: Sun, 02 Mar 2014 20:33:37 -0600 Message-ID: <87txbgqada.fsf@fastmail.fm> References: <20140301144511.7c002f97@mistral> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKIhP-0003Eg-2u for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:33:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKIhK-0001Jb-5d for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:33:47 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKIhJ-0001JR-Ub for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:33:42 -0500 In-Reply-To: <20140301144511.7c002f97@mistral> (jonetsu@teksavvy.com's message of "Sat, 1 Mar 2014 14:45:11 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "jonetsu@teksavvy.com" Cc: emacs-orgmode@gnu.org "jonetsu@teksavvy.com" writes: > Hello, > > Each of the ** bullets below have quite a few lines of text. > > * Topics > ** topic1 > ** topic2 > ** topic3 > * Notices > ** notice1 > ** notice2 > ** notice3 > * Results > ** result1 > ** result2 > ** result3 > > From the following display, is it possible to fully expand only the > Notices in one command ? I am using Shift-TAB but it expands all > sections at once. TAB by itself will not exapnd all under Notices (when > the cursor is positionned at Notices). TAB will work for expanding > each individual notice[n] one after the other moving the cursor around, > but I'm looking for expanding all of them using only one command. > > * Topics > * Notices > * Results Pressing tab key *twice* while the cursor is on notices should do the trick. Matt