From: sergio <mailbox@sergio.spb.ru>
To: emacs-orgmode@gnu.org
Subject: Re: reveal only current subtree
Date: Sun, 18 Dec 2011 04:54:07 +0400 [thread overview]
Message-ID: <4EED39AF.3030602@sergio.spb.ru> (raw)
In-Reply-To: <8C96E13F-342C-4BC3-8609-BFC0A8AECC21@ieee.org>
On 12/18/2011 04:13 AM, Takaaki ISHIKAWA wrote:
> C-c C-j d/e/g/h
> (org-show-siblings)
> (org-show-entry)
May be you mean
(setq org-show-siblings t)
?
Also there is no org-show-entry variable, may be you mean
(setq org-show-entry-below t)
?
As I say org-show-entry-below is good so I switched it on for org-goto:
(setq org-show-entry-below '((org-goto . t)))
but it has nothing with main problem.
org-show-siblings is also not that I want. It show all siblings of all
expanded levels. And want to change this view:
* a...
* b...
** d...
*** e...
**** g...
***** h <- cursor is here
- some
- list
* c...
to this:
* a...
* b...
** d...
*** e...
**** g...
***** hhh...
***** hh...
***** h <- cursor is here
- some
- list
***** hhhh...
***** hhhhh...
* c...
and not to this:
* a...
* b...
** dd...
** d
*** ee...
*** e
**** ggg...
**** g
***** hhh...
***** hh...
***** h <- cursor is here
- some
- list
***** hhhh...
***** hhhhh...
**** ggg...
**** ggg...
** ddd...
* c...
--
sergio.
next prev parent reply other threads:[~2011-12-18 0:54 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-17 14:20 reveal only current subtree sergio
2011-12-17 15:24 ` Takaaki ISHIKAWA
2011-12-17 15:52 ` sergio
2011-12-17 16:09 ` Takaaki ISHIKAWA
2011-12-17 16:04 ` Carsten Dominik
2011-12-17 17:57 ` sergio
2011-12-17 17:59 ` Carsten Dominik
2011-12-17 18:33 ` sergio
2011-12-18 0:13 ` Takaaki ISHIKAWA
2011-12-18 0:54 ` sergio [this message]
2011-12-18 1:12 ` Takaaki ISHIKAWA
2011-12-18 1:28 ` sergio
2011-12-18 1:41 ` Takaaki ISHIKAWA
2011-12-18 2:43 ` sergio
2011-12-18 5:44 ` Takaaki ISHIKAWA
2011-12-18 9:32 ` sergio
2011-12-18 9:47 ` Takaaki ISHIKAWA
2011-12-18 10:25 ` sergio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EED39AF.3030602@sergio.spb.ru \
--to=mailbox@sergio.spb.ru \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).