unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: outline: how to hide the subheadings?
Date: Mon, 10 Aug 2009 07:29:32 -0700 (PDT)	[thread overview]
Message-ID: <34aeef3d-aae8-44ae-be09-207513cf3e53@y4g2000prf.googlegroups.com> (raw)
In-Reply-To: 64ddd166-6277-4f90-b4b8-9c96edd8547a@u16g2000pru.googlegroups.com

On Aug 10, 4:41 am, JackPhil <jack.p...@gmail.com> wrote:
> If a heading have subheadings,the subheadings will always be shown. I
> want them to be hidden, not only the body of subheadings. How TO?

i just learned outline-mode this month, due to reading emacs 23's NEWs
file.

in outline mode, type Alt+x describe-mode, and it'll spit out its
inline doc. Then you can read all about the shortcuts for hiding
header or text etc.

Quote:

Commands:
C-c C-n   outline-next-visible-heading      move by visible headings
C-c C-p   outline-previous-visible-heading
C-c C-f   outline-forward-same-level        similar but skip
subheadings
C-c C-b   outline-backward-same-level
C-c C-u   outline-up-heading		    move from subheading to heading

C-c C-t	make all text invisible (not headings).
C-c C-a	make everything in buffer visible.
C-c C-q  make only the first N levels of headers visible.

however, the keys are exceedingly complex and their logic cumbersome,
especially if you have cua-mode on, or if you also have your own
keyboard customizations.

So, i went to emacswiki for some read up.

http://www.emacswiki.org/emacs/OutlineMode

which gives a very good intro about outline mode.

Then, i found out about outline-magic package by Carsten Dominik,
which provides much better shortcuts and commands, so you simply use
arrow keys to do various expanding/hiding of the headers, or just
press tab to cycle thru the common pattern of toggling thru showing/
hiding sub sections.

The name Carsten Dominik sounds familiar, and indeed, he's the author
of org-mode, which i never used but did spend some time on in the past
to vaguely recall it's outgrowth of outline-mode.

So, i did a hour of study or 2. Basically, my quick conclusion is that
org-mode completely supplants outline-mode in features and quality.

just set your mode to org-mode, then just type tab key to hide/show
headers or subsections. org-mode is robust and well maintained, so
it's good to bet on. :D

you could put:
(defalias 'outline-mode 'org-mode)

hope this helps. :D

  Xah
∑ http://xahlee.org/

  reply	other threads:[~2009-08-10 14:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-10 11:41 outline: how to hide the subheadings? JackPhil
2009-08-10 14:29 ` Xah Lee [this message]
2009-08-11 13:12   ` Lennart Borgman
2009-08-11 13:50   ` JackPhil
2009-08-11  5:11 ` Xah Lee

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.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34aeef3d-aae8-44ae-be09-207513cf3e53@y4g2000prf.googlegroups.com \
    --to=xahlee@gmail.com \
    --cc=help-gnu-emacs@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.
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).