* Repeating Task Exception
@ 2011-05-18 13:43 David Neu
2011-05-18 13:51 ` Bernt Hansen
0 siblings, 1 reply; 4+ messages in thread
From: David Neu @ 2011-05-18 13:43 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I was wondering if there was a way to add an "exception" to a
repeating entry such as
Weekly Meeting <2011-05-04 Wed 13:30-14:00 +1w>
i..e I'd like to be able to insert a line that indicates when this
event will *not* occur.
Many thanks!
Cheers.
David
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Repeating Task Exception
2011-05-18 13:43 Repeating Task Exception David Neu
@ 2011-05-18 13:51 ` Bernt Hansen
2011-05-18 13:54 ` David Neu
2011-05-23 17:24 ` Matt Lundin
0 siblings, 2 replies; 4+ messages in thread
From: Bernt Hansen @ 2011-05-18 13:51 UTC (permalink / raw)
To: David Neu; +Cc: emacs-orgmode
David Neu <david@davidneu.com> writes:
> Hi,
>
> I was wondering if there was a way to add an "exception" to a
> repeating entry such as
>
> Weekly Meeting <2011-05-04 Wed 13:30-14:00 +1w>
>
> i..e I'd like to be able to insert a line that indicates when this
> event will *not* occur.
>
> Many thanks!
>
> Cheers.
> David
That's not currently supported. To handle this I clone the subtree with
time shift and remove the meetings that are cancelled.
-Bernt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Repeating Task Exception
2011-05-18 13:51 ` Bernt Hansen
@ 2011-05-18 13:54 ` David Neu
2011-05-23 17:24 ` Matt Lundin
1 sibling, 0 replies; 4+ messages in thread
From: David Neu @ 2011-05-18 13:54 UTC (permalink / raw)
To: Bernt Hansen; +Cc: emacs-orgmode
OK, thanks.
On Wed, May 18, 2011 at 9:51 AM, Bernt Hansen <bernt@norang.ca> wrote:
> David Neu <david@davidneu.com> writes:
>
>> Hi,
>>
>> I was wondering if there was a way to add an "exception" to a
>> repeating entry such as
>>
>> Weekly Meeting <2011-05-04 Wed 13:30-14:00 +1w>
>>
>> i..e I'd like to be able to insert a line that indicates when this
>> event will *not* occur.
>>
>> Many thanks!
>>
>> Cheers.
>> David
>
> That's not currently supported. To handle this I clone the subtree with
> time shift and remove the meetings that are cancelled.
>
> -Bernt
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Repeating Task Exception
2011-05-18 13:51 ` Bernt Hansen
2011-05-18 13:54 ` David Neu
@ 2011-05-23 17:24 ` Matt Lundin
1 sibling, 0 replies; 4+ messages in thread
From: Matt Lundin @ 2011-05-23 17:24 UTC (permalink / raw)
To: Bernt Hansen; +Cc: emacs-orgmode
Bernt Hansen <bernt@norang.ca> writes:
> David Neu <david@davidneu.com> writes:
>
>> I was wondering if there was a way to add an "exception" to a
>> repeating entry such as
>>
>> Weekly Meeting <2011-05-04 Wed 13:30-14:00 +1w>
>>
>> i..e I'd like to be able to insert a line that indicates when this
>> event will *not* occur.
>>
> That's not currently supported. To handle this I clone the subtree with
> time shift and remove the meetings that are cancelled.
More complex calendar entries are supported (with limited functionality)
through the use of diary sexps. In particular, the org-diary-class sexp
(part of org-mode) was created to scenarios like the one above:
http://orgmode.org/worg/org-faq.html#org-diary-class
HTH,
Matt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-23 17:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-18 13:43 Repeating Task Exception David Neu
2011-05-18 13:51 ` Bernt Hansen
2011-05-18 13:54 ` David Neu
2011-05-23 17:24 ` Matt Lundin
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.