From mboxrd@z Thu Jan 1 00:00:00 1970 From: "jonetsu@teksavvy.com" Subject: Selected expansion Date: Sat, 1 Mar 2014 14:45:11 -0500 Message-ID: <20140301144511.7c002f97@mistral> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJpqa-0002Nn-Pj for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 14:45:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WJpqT-0007me-Ep for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 14:45:20 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WJpqT-0007mO-3w for emacs-orgmode@gnu.org; Sat, 01 Mar 2014 14:45:13 -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: emacs-orgmode@gnu.org 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 =46rom 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 Thanks.