* Recurring events/tasks
@ 2009-02-02 23:55 Marcelo de Moraes Serpa
2009-02-03 0:44 ` Mark Elston
0 siblings, 1 reply; 4+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-02-02 23:55 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 356 bytes --]
Hello List,
Firstly, I would like to congratulate Carsten and everyone else who helped
making org-mode this killer software it is. Kudos!
So here's my doubt -- I was scheduling a task in my org gtd list and felt
the need for scheduled events that would show-up automatically every n time
(recurring). Is there a way to do that in org?
Thanks,
Marcelo.
[-- Attachment #1.2: Type: text/html, Size: 391 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] 4+ messages in thread
* Re: Recurring events/tasks
2009-02-02 23:55 Recurring events/tasks Marcelo de Moraes Serpa
@ 2009-02-03 0:44 ` Mark Elston
2009-02-03 1:02 ` Bernt Hansen
0 siblings, 1 reply; 4+ messages in thread
From: Mark Elston @ 2009-02-03 0:44 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: emacs-orgmode
Marcelo,
Here is what I have for two meetings that occur weekly:
** Weekly Review Meeting
<2009-01-26 Mon 13:30-14:30 +1w>
** OPR
<2009-01-20 Tue 11:00-12:00 +1w>
Notice these are not "Scheduled" but have a date entry where the last
element is "+1w". This is used to put it on the agenda every week after
the first date. There are other such things you can do. From the
manual:
------------------------------------------------------------------------
A time stamp may contain a @emph{repeater interval}, indicating that it
applies not only on the given date, but again and again after a certain
interval of N days (d), weeks (w), months(m), or years(y). The
following will show up in the agenda every Wednesday:
@example
* Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
@end example
------------------------------------------------------------------------
Hope this helps.
Mark
* Marcelo de Moraes Serpa wrote (on 2/2/2009 3:55 PM):
> Hello List,
>
> Firstly, I would like to congratulate Carsten and everyone else who
> helped making org-mode this killer software it is. Kudos!
>
> So here's my doubt -- I was scheduling a task in my org gtd list and
> felt the need for scheduled events that would show-up automatically
> every n time (recurring). Is there a way to do that in org?
>
> Thanks,
>
> Marcelo.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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] 4+ messages in thread
* Re: Recurring events/tasks
2009-02-03 0:44 ` Mark Elston
@ 2009-02-03 1:02 ` Bernt Hansen
2009-02-03 15:07 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 4+ messages in thread
From: Bernt Hansen @ 2009-02-03 1:02 UTC (permalink / raw)
To: m.elston; +Cc: emacs-orgmode
Mark Elston <m.elston@advantest-ard.com> writes:
> * Marcelo de Moraes Serpa wrote (on 2/2/2009 3:55 PM):
>> Firstly, I would like to congratulate Carsten and everyone else who
>> helped making org-mode this killer software it is. Kudos!
>>
>> So here's my doubt -- I was scheduling a task in my org gtd list and
>> felt the need for scheduled events that would show-up automatically
>> every n time (recurring). Is there a way to do that in org?
>>
> Here is what I have for two meetings that occur weekly:
>
> ** Weekly Review Meeting
> <2009-01-26 Mon 13:30-14:30 +1w>
> ** OPR
> <2009-01-20 Tue 11:00-12:00 +1w>
>
> Notice these are not "Scheduled" but have a date entry where the last
> element is "+1w". This is used to put it on the agenda every week after
> the first date. There are other such things you can do. From the
> manual:
>
> ------------------------------------------------------------------------
> A time stamp may contain a @emph{repeater interval}, indicating that it
> applies not only on the given date, but again and again after a certain
> interval of N days (d), weeks (w), months(m), or years(y). The
> following will show up in the agenda every Wednesday:
>
> @example
> * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
> @end example
> ------------------------------------------------------------------------
Here's the org mode manual page about repeated tasks
http://orgmode.org/manual/Repeated-tasks.html#Repeated-tasks
You can use repeaters like +1w, ++1w, .+1w, etc
-Bernt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Recurring events/tasks
2009-02-03 1:02 ` Bernt Hansen
@ 2009-02-03 15:07 ` Marcelo de Moraes Serpa
0 siblings, 0 replies; 4+ messages in thread
From: Marcelo de Moraes Serpa @ 2009-02-03 15:07 UTC (permalink / raw)
To: Bernt Hansen; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1687 bytes --]
Thank you!
On Mon, Feb 2, 2009 at 7:02 PM, Bernt Hansen <bernt@norang.ca> wrote:
> Mark Elston <m.elston@advantest-ard.com> writes:
>
> > * Marcelo de Moraes Serpa wrote (on 2/2/2009 3:55 PM):
> >> Firstly, I would like to congratulate Carsten and everyone else who
> >> helped making org-mode this killer software it is. Kudos!
> >>
> >> So here's my doubt -- I was scheduling a task in my org gtd list and
> >> felt the need for scheduled events that would show-up automatically
> >> every n time (recurring). Is there a way to do that in org?
> >>
> > Here is what I have for two meetings that occur weekly:
> >
> > ** Weekly Review Meeting
> > <2009-01-26 Mon 13:30-14:30 +1w>
> > ** OPR
> > <2009-01-20 Tue 11:00-12:00 +1w>
> >
> > Notice these are not "Scheduled" but have a date entry where the last
> > element is "+1w". This is used to put it on the agenda every week after
> > the first date. There are other such things you can do. From the
> > manual:
> >
> > ------------------------------------------------------------------------
> > A time stamp may contain a @emph{repeater interval}, indicating that it
> > applies not only on the given date, but again and again after a certain
> > interval of N days (d), weeks (w), months(m), or years(y). The
> > following will show up in the agenda every Wednesday:
> >
> > @example
> > * Pick up Sam at school <2007-05-16 Wed 12:30 +1w>
> > @end example
> > ------------------------------------------------------------------------
>
> Here's the org mode manual page about repeated tasks
>
> http://orgmode.org/manual/Repeated-tasks.html#Repeated-tasks
>
> You can use repeaters like +1w, ++1w, .+1w, etc
>
> -Bernt
>
[-- Attachment #1.2: Type: text/html, Size: 2514 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] 4+ messages in thread
end of thread, other threads:[~2009-02-03 15:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-02 23:55 Recurring events/tasks Marcelo de Moraes Serpa
2009-02-03 0:44 ` Mark Elston
2009-02-03 1:02 ` Bernt Hansen
2009-02-03 15:07 ` Marcelo de Moraes Serpa
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.