all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vaidheeswaran C <vaidheeswaran.chinnaraju@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: C-= ?
Date: Sun, 19 Jul 2015 09:07:35 +0530	[thread overview]
Message-ID: <55AB1B7F.3010409@gmail.com> (raw)
In-Reply-To: <87oaj99v18.fsf@skimble.plus.com>

On Sunday 19 July 2015 12:02 AM, Sharon Kimble wrote:
> What is the macro/code or whatever that shows the tree of a file, i.e.
> an outline of the file showing all its section headings, chapter
> headings, etc in a separate buffer above your working buffer, and is
> called by "C-=". I did use it very successfully, but I overwrote its key
> sequence but now want to re-associate it and use it again. Can you help
> please?
> 
> Thanks
> Sharon.
> 

You are looking for

    M-x org-goto

----------------------------------------------------------------

C-c C-j runs the command org-goto (found in org-mode-map), which is an
interactive compiled Lisp function in ‘org.el’.

It is bound to C-c C-j, <menu-bar> <Org> <Navigate Headings> <Jump>.

(org-goto &optional ALTERNATIVE-INTERFACE)

Look up a different location in the current file, keeping current
visibility.

When you want look-up or go to a different location in a
document, the fastest way is often to fold the entire buffer and
then dive into the tree.  This method has the disadvantage, that
the previous location will be folded, which may not be what you
want.

This command works around this by showing a copy of the current
buffer in an indirect buffer, in overview mode.  You can dive
into the tree in that copy, use org-occur and incremental search
to find a location.  When pressing RET or ‘Q’, the command
returns to the original buffer in which the visibility is still
unchanged.  After RET it will also jump to the location selected
in the indirect buffer and expose the headline hierarchy above.

With a prefix argument, use the alternative interface: e.g. if
‘org-goto-interface’ is 'outline use 'outline-path-completion.





      parent reply	other threads:[~2015-07-19  3:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18 18:32 C-= ? Sharon Kimble
2015-07-18 19:28 ` Emanuel Berg
2015-07-18 19:33 ` Dmitry Gutov
2015-07-19  1:26 ` Ian Zimmerman
2015-07-19  8:10   ` Emanuel Berg
2015-07-19  9:15     ` Yuri Khan
2015-07-19 23:14       ` Emanuel Berg
     [not found]       ` <mailman.7163.1437348015.904.help-gnu-emacs@gnu.org>
2015-07-20  2:47         ` Rusi
2015-07-19  3:37 ` Vaidheeswaran C [this message]

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

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

  git send-email \
    --in-reply-to=55AB1B7F.3010409@gmail.com \
    --to=vaidheeswaran.chinnaraju@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.