* Re: R: Show parent header in agenda
@ 2009-03-06 15:14 giovanni.ridolfi
2009-03-09 8:23 ` Ivan Nedrehagen
0 siblings, 1 reply; 5+ messages in thread
From: giovanni.ridolfi @ 2009-03-06 15:14 UTC (permalink / raw)
To: Emacs org mode mailinglist, Ivan Nedrehagen
--- Ven 6/3/09, Ivan Nedrehagen <ivannedr@broadpark.no> ha scritto:
> skrev Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>:
> > Why don't you use tags?
> One real header:
> ***** TODO [#A] Spindle axis calibration: Disconnect sensor
> before rotating
>
> If you ask me, that is quite a large tag.
what about pressing "b" in the agenda to display the subtree ?
Giovanni
__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: R: Show parent header in agenda
2009-03-06 15:14 R: Show parent header in agenda giovanni.ridolfi
@ 2009-03-09 8:23 ` Ivan Nedrehagen
0 siblings, 0 replies; 5+ messages in thread
From: Ivan Nedrehagen @ 2009-03-09 8:23 UTC (permalink / raw)
To: Emacs org mode mailinglist
På Fri, 06 Mar 2009 16:14:17 +0100, skrev <giovanni.ridolfi@yahoo.it>:
>
> --- Ven 6/3/09, Ivan Nedrehagen <ivannedr@broadpark.no> ha scritto:
>> skrev Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>:
>> > Why don't you use tags?
>> One real header:
>> ***** TODO [#A] Spindle axis calibration: Disconnect sensor
>> before rotating
>>
>> If you ask me, that is quite a large tag.
>
> what about pressing "b" in the agenda to display the subtree ?
>
> Giovanni
>
> __________________________________________________
> Do You Yahoo!?
> Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da
> tanto spazio gratuito per i tuoi file e i messaggi
> http://mail.yahoo.it
>
>
The b gives me the subtree, but not the super tree from +1 level.
It might seem like this is something that must be programmed. Elisp
isn't the language I am most at home with, but i'll add a item for it
in my org-file, It might just be my first contribution to the org-mode.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: R: Show parent header in agenda
@ 2009-03-09 9:47 Giovanni Ridolfi
2009-03-09 9:59 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Giovanni Ridolfi @ 2009-03-09 9:47 UTC (permalink / raw)
To: Emacs org mode mailinglist, Ivan Nedrehagen
--- Lun 9/3/09, Ivan Nedrehagen <ivannedr@broadpark.no> ha scritto:
> skrev <giovanni.ridolfi@yahoo.it>:
> > --- Ven 6/3/09, Ivan Nedrehagen <ivannedr@broadpark.no>
> >> skrev Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>:
> >
> > what about pressing "b" in the agenda to display the
> subtree ?
> The b gives me the subtree, but not the super tree from +1
> level.
please, read more carefully the manual on section 10.5.
use C-u N[1] b
[1] with N the number of headings you want to go up
cheers,
Giovanni
__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: R: Show parent header in agenda
2009-03-09 9:47 Giovanni Ridolfi
@ 2009-03-09 9:59 ` Carsten Dominik
0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-03-09 9:59 UTC (permalink / raw)
To: Giovanni Ridolfi; +Cc: Emacs org mode mailinglist
Also, SPC will show the entry in its environment.
And "f" will toggle follow-mode, an automatic way to show
the entry at point in it environment.
- Carsten
On Mar 9, 2009, at 10:47 AM, Giovanni Ridolfi wrote:
>
> --- Lun 9/3/09, Ivan Nedrehagen <ivannedr@broadpark.no> ha scritto:
>> skrev <giovanni.ridolfi@yahoo.it>:
>>> --- Ven 6/3/09, Ivan Nedrehagen <ivannedr@broadpark.no>
>>>> skrev Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>:
>>>
>>> what about pressing "b" in the agenda to display the
>> subtree ?
>> The b gives me the subtree, but not the super tree from +1
>> level.
>
> please, read more carefully the manual on section 10.5.
>
> use C-u N[1] b
>
> [1] with N the number of headings you want to go up
>
> cheers,
>
> Giovanni
>
> __________________________________________________
> Do You Yahoo!?
> Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da
> tanto spazio gratuito per i tuoi file e i messaggi
> http://mail.yahoo.it
>
>
>
> _______________________________________________
> 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
* R: Show parent header in agenda
@ 2009-03-06 14:36 Giovanni Ridolfi
2009-03-06 14:51 ` Ivan Nedrehagen
0 siblings, 1 reply; 5+ messages in thread
From: Giovanni Ridolfi @ 2009-03-06 14:36 UTC (permalink / raw)
To: Emacs org mode mailinglist, Ivan Nedrehagen
--- Ven 6/3/09, Ivan Nedrehagen <ivannedr@broadpark.no> ha scritto:
> When I create my agenda, many TODO items are written in
> context of the parent header:
>
> ** Fix the annoying bug
> *** TODO Test
>
> ** Create the do-it-all-function
> *** TODO Test
>
> And suddenly my agenda shows:
>
> *** TODO Test
> *** TODO Test
>
Why don't you use tags?
-------------------
-*- mode: org; -*-
** Fix the annoying bug :bug:
*** TODO Test
** Create the do-it-all-function :function:
*** TODO Test
------------
In the agenda you'll find:
file: TODO bug :bug::
file: TODO funct :function:
cheers,
Giovanni
__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi
http://mail.yahoo.it
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: R: Show parent header in agenda
2009-03-06 14:36 Giovanni Ridolfi
@ 2009-03-06 14:51 ` Ivan Nedrehagen
0 siblings, 0 replies; 5+ messages in thread
From: Ivan Nedrehagen @ 2009-03-06 14:51 UTC (permalink / raw)
To: Emacs org mode mailinglist
På Fri, 06 Mar 2009 15:36:55 +0100, skrev Giovanni Ridolfi
<giovanni.ridolfi@yahoo.it>:
>>
> Why don't you use tags?
> -------------------
> -*- mode: org; -*-
>
> ** Fix the annoying bug :bug:
> *** TODO Test
> ** Create the do-it-all-function :function:
> *** TODO Test
> ------------
> In the agenda you'll find:
>
> file: TODO bug :bug::
> file: TODO funct :function:
>
> cheers,
> Giovanni
>
I look at tags as a way of categorizing my items. Using a tag for each
header is excessive.
I have perhaps about 100 such main headers, that is a lot of different
tags.
Also some of these tags would have to be quite long to describe the
problem.
One real header:
***** TODO [#A] Spindle axis calibration: Disconnect sensor before rotating
If you ask me, that is quite a large tag.
I have exactly nine tags which is use for categorizing everything i do.
In that way I know all my tags by heart, and can look up my NEXT items
in a good GTD fashion depending on context.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-03-09 9:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06 15:14 R: Show parent header in agenda giovanni.ridolfi
2009-03-09 8:23 ` Ivan Nedrehagen
-- strict thread matches above, loose matches on Subject: below --
2009-03-09 9:47 Giovanni Ridolfi
2009-03-09 9:59 ` Carsten Dominik
2009-03-06 14:36 Giovanni Ridolfi
2009-03-06 14:51 ` Ivan Nedrehagen
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.