From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eyal Erez Subject: Selective Expand Date: Thu, 19 Jan 2017 14:24:31 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114451aa08e2b30546777e7c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUIKi-0005mF-W6 for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 14:25:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUIKi-0001I2-1i for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 14:25:16 -0500 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]:34083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cUIKh-0001Fn-U0 for emacs-orgmode@gnu.org; Thu, 19 Jan 2017 14:25:15 -0500 Received: by mail-io0-x22f.google.com with SMTP id l66so45794484ioi.1 for ; Thu, 19 Jan 2017 11:25:14 -0800 (PST) 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" To: emacs-orgmode@gnu.org --001a114451aa08e2b30546777e7c Content-Type: text/plain; charset=UTF-8 Hi, I was wondering if there is a way to selectively expand similar nodes in an org-mode tree. Here is a an simplified example of what I mean: Let's say I have the following document: * First ** One - a - b - c ** Two - d - e - f ** Three - g - h - i ** Four - j - k - l * Second ** One - a - b - c ** Two - d - e - f ** Three - g - h - i ** Four - j - k - l * Third ** One - a - b - c ** Two - d - e - f ** Three - g - h - i ** Four - j - k - l With larger documents, I usually work with most of the nodes collapsed: * First... * Second... * Third... In this state, I was wondering if there was a way to issue a command that would, for example, expand all of the "** Two" nodes in all three sub-trees as follows: * First ** One... ** Two - a - b - c ** Three... ** Four... * Second ** One... ** Two - a - b - c ** Three... ** Four... * Third ** One... ** Two - a - b - c ** Three... ** Four... -- There are 10 types of people, those who know binary and those who don't. --001a114451aa08e2b30546777e7c Content-Type: text/html; charset=UTF-8
Hi,

I was wondering if there is a way to selectively expand similar nodes
in an org-mode tree.  Here is a an simplified example of what I mean:
Let's say I have the following document:

* First
** One
- a
- b
- c
** Two
- d
- e
- f
** Three
- g
- h
- i
** Four
- j
- k
- l
* Second
** One
- a
- b
- c
** Two
- d
- e
- f
** Three
- g
- h
- i
** Four
- j
- k
- l
* Third
** One
- a
- b
- c
** Two
- d
- e
- f
** Three
- g
- h
- i
** Four
- j
- k
- l

With larger documents, I usually work with most of the nodes
collapsed:

* First...
* Second...
* Third...

In this state, I was wondering if there was a way to issue a command
that would, for example, expand all of the "** Two" nodes in all three
sub-trees as follows:

* First
** One...
** Two
- a
- b
- c
** Three...
** Four...
* Second
** One...
** Two
- a
- b
- c
** Three...
** Four...
* Third
** One...
** Two
- a
- b
- c
** Three...
** Four...


-- 
There are 10 types of people, those who know binary and those who don't.







--001a114451aa08e2b30546777e7c--