emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* hide current heading
@ 2009-03-31 20:11 Deric Bytes
  2009-03-31 22:18 ` Eraldo Helal
  0 siblings, 1 reply; 5+ messages in thread
From: Deric Bytes @ 2009-03-31 20:11 UTC (permalink / raw)
  To: emacs-orgmode

I know you can hide the current content when on the heading by pressing TAB.

Is there a way to do this when the cursor is within the content of the heading.

Can you close all other heading, whilst still keeping current heading
open and without moving the cursor

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hide current heading
  2009-03-31 20:11 hide current heading Deric Bytes
@ 2009-03-31 22:18 ` Eraldo Helal
  2009-03-31 22:41   ` Matthew Lundin
  0 siblings, 1 reply; 5+ messages in thread
From: Eraldo Helal @ 2009-03-31 22:18 UTC (permalink / raw)
  To: Deric Bytes; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 877 bytes --]

On Tue, Mar 31, 2009 at 22:11, Deric Bytes <dericbytes@gmail.com> wrote:

> I know you can hide the current content when on the heading by pressing
> TAB.
>
> Is there a way to do this when the cursor is within the content of the
> heading.

I have to admint, that I was looking for this too. (There is just so much
new stuff to me that I decided to wait some time)

>
>
> Can you close all other heading, whilst still keeping current heading
> open and without moving the cursor
>
>

> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

Is there also a way to close the parent tree (if on one of its contents)
e.g. close Projects tree while cursor is on project2.

* Projects
** project1
** project2
** project3

[-- Attachment #1.2: Type: text/html, Size: 1621 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hide current heading
  2009-03-31 22:18 ` Eraldo Helal
@ 2009-03-31 22:41   ` Matthew Lundin
  2009-03-31 23:13     ` Eraldo Helal
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Lundin @ 2009-03-31 22:41 UTC (permalink / raw)
  To: Eraldo Helal; +Cc: Deric Bytes, emacs-orgmode


Eraldo Helal <admin@eraldo.at> writes:

> On Tue, Mar 31, 2009 at 22:11, Deric Bytes <dericbytes@gmail.com>
> wrote:
>
>     I know you can hide the current content when on the heading by
>     pressing TAB.
>    
>     Is there a way to do this when the cursor is within the content of
>     the heading.
>
> I have to admint, that I was looking for this too. (There is just so
> much new stuff to me that I decided to wait some time)
>
>     Can you close all other heading, whilst still keeping current
>     heading
>     open and without moving the cursor

I believe the easiest way to do this is to type C-c p TAB. (C-c p moves
to the next headline above the cursor.

> Is there also a way to close the parent tree (if on one of its
> contents)
> e.g. close Projects tree while cursor is on project2.
>
> * Projects
> ** project1
> ** project2
> ** project3

For this, you could use C-c u TAB. (C-c u moves up to the next headling
level).

Matt

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hide current heading
  2009-03-31 22:41   ` Matthew Lundin
@ 2009-03-31 23:13     ` Eraldo Helal
  2009-04-01  0:21       ` Matthew Lundin
  0 siblings, 1 reply; 5+ messages in thread
From: Eraldo Helal @ 2009-03-31 23:13 UTC (permalink / raw)
  To: Matthew Lundin; +Cc: Deric Bytes, emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1191 bytes --]

On Wed, Apr 1, 2009 at 00:41, Matthew Lundin <Matthew.Lundin@valpo.edu>wrote:

>
> Eraldo Helal <admin@eraldo.at> writes:
>
> > On Tue, Mar 31, 2009 at 22:11, Deric Bytes <dericbytes@gmail.com>
> > wrote:
> >
> >     I know you can hide the current content when on the heading by
> >     pressing TAB.
> >
> >     Is there a way to do this when the cursor is within the content of
> >     the heading.
> >
> > I have to admint, that I was looking for this too. (There is just so
> > much new stuff to me that I decided to wait some time)
> >
> >     Can you close all other heading, whilst still keeping current
> >     heading
> >     open and without moving the cursor
>
> I believe the easiest way to do this is to type C-c p TAB. (C-c p moves
> to the next headline above the cursor.
>
> > Is there also a way to close the parent tree (if on one of its
> > contents)
> > e.g. close Projects tree while cursor is on project2.
> >
> > * Projects
> > ** project1
> > ** project2
> > ** project3
>
> For this, you could use C-c u TAB. (C-c u moves up to the next headling
> level).
>
> Matt
>

C-c u => I get: C-c u is undefined

version 6.24trans

I could not find it in the manual either.

[-- Attachment #1.2: Type: text/html, Size: 1802 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: hide current heading
  2009-03-31 23:13     ` Eraldo Helal
@ 2009-04-01  0:21       ` Matthew Lundin
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Lundin @ 2009-04-01  0:21 UTC (permalink / raw)
  To: Eraldo Helal; +Cc: Deric Bytes, emacs-orgmode


Eraldo Helal <admin@eraldo.at> writes:

>    
>     I believe the easiest way to do this is to type C-c p TAB. (C-c p
>     moves
>     to the next headline above the cursor.
>    
>     > Is there also a way to close the parent tree (if on one of its
>     > contents)
>     > e.g. close Projects tree while cursor is on project2.
>     >
>     > * Projects
>     > ** project1
>     > ** project2
>     > ** project3
>    
>     For this, you could use C-c u TAB. (C-c u moves up to the next
>     headling
>     level).
>    
>     Matt
>
> C-c u => I get: C-c u is undefined

Sorry, I always miswrite keybindings. 

The correct keybindings are C-c C-p TAB and C-c C-u TAB.

Hope this helps.

Matt

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-01  0:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-31 20:11 hide current heading Deric Bytes
2009-03-31 22:18 ` Eraldo Helal
2009-03-31 22:41   ` Matthew Lundin
2009-03-31 23:13     ` Eraldo Helal
2009-04-01  0:21       ` Matthew Lundin

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).