* Sparse-tree at cursor point
@ 2009-11-10 0:03 Marcelo de Moraes Serpa
2009-11-10 0:14 ` Bernt Hansen
2009-11-10 0:26 ` Andreas Burtzlaff
0 siblings, 2 replies; 5+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-11-10 0:03 UTC (permalink / raw)
To: Org Mode
[-- Attachment #1.1: Type: text/plain, Size: 485 bytes --]
Hello list,
The sparse-tree feature is very useful when you want to follow tasks of a
specific project, and want to filter the whole org file to show only the
relevant project tree. However, I did not find a way to apply this function
to a specific tree at the cursor point. Sometimes, I want to act by project,
and I know exactly where it is in the file, and I want to apply the sparse
tree at this item, instead of searching by regexp, todo, etc. Is it
possible?
Thanks!
Marcelo.
[-- Attachment #1.2: Type: text/html, Size: 510 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: Sparse-tree at cursor point
2009-11-10 0:03 Sparse-tree at cursor point Marcelo de Moraes Serpa
@ 2009-11-10 0:14 ` Bernt Hansen
2009-11-10 0:26 ` Andreas Burtzlaff
1 sibling, 0 replies; 5+ messages in thread
From: Bernt Hansen @ 2009-11-10 0:14 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: Org Mode
Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
> The sparse-tree feature is very useful when you want to follow tasks
> of a specific project, and want to filter the whole org file to show
> only the relevant project tree. However, I did not find a way to apply
> this function to a specific tree at the cursor point. Sometimes, I
> want to act by project, and I know exactly where it is in the file,
> and I want to apply the sparse tree at this item, instead of searching
> by regexp, todo, etc. Is it possible?
I'm not sure I understand exactly what it is you're looking for. If you
want to limit the sparse tree function to a subtree you can narrow to
subtree first (C-x n s), run the spare tree function, and then widen
again (C-x n w).
You can hide the rest of your document with M-x hide-other.
Does any of that help?
-Bernt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sparse-tree at cursor point
2009-11-10 0:03 Sparse-tree at cursor point Marcelo de Moraes Serpa
2009-11-10 0:14 ` Bernt Hansen
@ 2009-11-10 0:26 ` Andreas Burtzlaff
2009-11-10 4:36 ` Marcelo de Moraes Serpa
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Burtzlaff @ 2009-11-10 0:26 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: Org Mode
Hello Marcelo,
On Mon, 9 Nov 2009 18:03:58 -0600
Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
> Hello list,
>
> The sparse-tree feature is very useful when you want to follow tasks of a
> specific project, and want to filter the whole org file to show only the
> relevant project tree. However, I did not find a way to apply this function
> to a specific tree at the cursor point. Sometimes, I want to act by project,
> and I know exactly where it is in the file, and I want to apply the sparse
> tree at this item, instead of searching by regexp, todo, etc. Is it
> possible?
Yes, that is possible by narrowing to the subtree.
While on the heading for the subtree you want to apply the sparse tree
function on press:
C-x n s (to narrow to the subtree)
C-c /
C-x n w (to widen the view to the whole file)
HTH
Andreas
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sparse-tree at cursor point
2009-11-10 0:26 ` Andreas Burtzlaff
@ 2009-11-10 4:36 ` Marcelo de Moraes Serpa
2009-11-10 20:03 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 5+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-11-10 4:36 UTC (permalink / raw)
To: Org Mode
[-- Attachment #1.1: Type: text/plain, Size: 975 bytes --]
Thanks.
On Mon, Nov 9, 2009 at 6:26 PM, Andreas Burtzlaff <andy13@gmx.net> wrote:
> Hello Marcelo,
>
> On Mon, 9 Nov 2009 18:03:58 -0600
> Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>
> > Hello list,
> >
> > The sparse-tree feature is very useful when you want to follow tasks of a
> > specific project, and want to filter the whole org file to show only the
> > relevant project tree. However, I did not find a way to apply this
> function
> > to a specific tree at the cursor point. Sometimes, I want to act by
> project,
> > and I know exactly where it is in the file, and I want to apply the
> sparse
> > tree at this item, instead of searching by regexp, todo, etc. Is it
> > possible?
>
> Yes, that is possible by narrowing to the subtree.
> While on the heading for the subtree you want to apply the sparse tree
> function on press:
> C-x n s (to narrow to the subtree)
> C-c /
> C-x n w (to widen the view to the whole file)
>
> HTH
>
> Andreas
>
[-- Attachment #1.2: Type: text/html, Size: 1448 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: Sparse-tree at cursor point
2009-11-10 4:36 ` Marcelo de Moraes Serpa
@ 2009-11-10 20:03 ` Marcelo de Moraes Serpa
0 siblings, 0 replies; 5+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-11-10 20:03 UTC (permalink / raw)
To: Org Mode
[-- Attachment #1.1: Type: text/plain, Size: 1345 bytes --]
Thanks again and a comment: What I wanted was just to hide the rest of the
file to help of focusing on the item at hand (project in this case). The C-x
n s does the job in this case (with C x n w to get back to the full view).
Marcelo.
On Mon, Nov 9, 2009 at 10:36 PM, Marcelo de Moraes Serpa <
celoserpa@gmail.com> wrote:
> Thanks.
>
>
> On Mon, Nov 9, 2009 at 6:26 PM, Andreas Burtzlaff <andy13@gmx.net> wrote:
>
>> Hello Marcelo,
>>
>> On Mon, 9 Nov 2009 18:03:58 -0600
>> Marcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
>>
>> > Hello list,
>> >
>> > The sparse-tree feature is very useful when you want to follow tasks of
>> a
>> > specific project, and want to filter the whole org file to show only the
>> > relevant project tree. However, I did not find a way to apply this
>> function
>> > to a specific tree at the cursor point. Sometimes, I want to act by
>> project,
>> > and I know exactly where it is in the file, and I want to apply the
>> sparse
>> > tree at this item, instead of searching by regexp, todo, etc. Is it
>> > possible?
>>
>> Yes, that is possible by narrowing to the subtree.
>> While on the heading for the subtree you want to apply the sparse tree
>> function on press:
>> C-x n s (to narrow to the subtree)
>> C-c /
>> C-x n w (to widen the view to the whole file)
>>
>> HTH
>>
>> Andreas
>>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2107 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
end of thread, other threads:[~2009-11-10 20:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 0:03 Sparse-tree at cursor point Marcelo de Moraes Serpa
2009-11-10 0:14 ` Bernt Hansen
2009-11-10 0:26 ` Andreas Burtzlaff
2009-11-10 4:36 ` Marcelo de Moraes Serpa
2009-11-10 20:03 ` Marcelo de Moraes Serpa
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).