emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Limiting a repeating timestamp ?
@ 2023-04-08  4:53 David Masterson
  2023-04-08 10:11 ` Ihor Radchenko
  2023-04-08 15:16 ` Mark Barton
  0 siblings, 2 replies; 7+ messages in thread
From: David Masterson @ 2023-04-08  4:53 UTC (permalink / raw)
  To: emacs-orgmode

Is there a way of creating a Task which is a once a week meeting that
will take place in (say) June, July, and August and then stop repeating?

-- 
David Masterson


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

* Re: Limiting a repeating timestamp ?
  2023-04-08  4:53 Limiting a repeating timestamp ? David Masterson
@ 2023-04-08 10:11 ` Ihor Radchenko
  2023-04-08 15:16 ` Mark Barton
  1 sibling, 0 replies; 7+ messages in thread
From: Ihor Radchenko @ 2023-04-08 10:11 UTC (permalink / raw)
  To: David Masterson; +Cc: emacs-orgmode

David Masterson <dsmasterson@gmail.com> writes:

> Is there a way of creating a Task which is a once a week meeting that
> will take place in (say) June, July, and August and then stop repeating?

No, other than using diary sexp.
It is a frequently requested feature though.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

* Re: Limiting a repeating timestamp ?
  2023-04-08  4:53 Limiting a repeating timestamp ? David Masterson
  2023-04-08 10:11 ` Ihor Radchenko
@ 2023-04-08 15:16 ` Mark Barton
  2023-04-08 15:23   ` Ihor Radchenko
  1 sibling, 1 reply; 7+ messages in thread
From: Mark Barton @ 2023-04-08 15:16 UTC (permalink / raw)
  To: David Masterson; +Cc: emacs-org list



> On Apr 7, 2023, at 9:53 PM, David Masterson <dsmasterson@gmail.com> wrote:
> 
> Is there a way of creating a Task which is a once a week meeting that
> will take place in (say) June, July, and August and then stop repeating?
> 
> -- 
> David Masterson
> 

Not exactly the answer to the question, but I sometimes use the org-clone-subtree-with-time-shift function to copy a scheduled meeting. That will give me copies with the timestamps shifted by the amount requested (weekly, monthly, etc.). The advantage I found with this, is that I can then edit any of the copies to adjust for holidays.

Mark Barton

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

* Re: Limiting a repeating timestamp ?
  2023-04-08 15:16 ` Mark Barton
@ 2023-04-08 15:23   ` Ihor Radchenko
  2023-04-10  2:42     ` Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ? David Masterson
  0 siblings, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2023-04-08 15:23 UTC (permalink / raw)
  To: Mark Barton; +Cc: David Masterson, emacs-org list

Mark Barton <mbarton98@gmail.com> writes:

> Not exactly the answer to the question, but I sometimes use the org-clone-subtree-with-time-shift function to copy a scheduled meeting. That will give me copies with the timestamps shifted by the amount requested (weekly, monthly, etc.). The advantage I found with this, is that I can then edit any of the copies to adjust for holidays.

Note that you can exclude holidays automatically using `org-class' in
diary sexp-style timestamps.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

* Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ?
  2023-04-08 15:23   ` Ihor Radchenko
@ 2023-04-10  2:42     ` David Masterson
  2023-04-10 17:25       ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: David Masterson @ 2023-04-10  2:42 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Mark Barton, emacs-org list

Ihor Radchenko <yantar92@posteo.net> writes:

> Mark Barton <mbarton98@gmail.com> writes:

> Note that you can exclude holidays automatically using `org-class' in
> diary sexp-style timestamps.

Could I suggest adding a link to the Diary documentation in Emacs that
discusses what a "diary sexp-style timestamp" looks like? Perhaps put it
in 8.1 Timestamps?

-- 
David Masterson


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

* Re: Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ?
  2023-04-10  2:42     ` Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ? David Masterson
@ 2023-04-10 17:25       ` Ihor Radchenko
  2023-04-11  1:44         ` David Masterson
  0 siblings, 1 reply; 7+ messages in thread
From: Ihor Radchenko @ 2023-04-10 17:25 UTC (permalink / raw)
  To: David Masterson; +Cc: Mark Barton, emacs-org list

David Masterson <dsmasterson@gmail.com> writes:

> Could I suggest adding a link to the Diary documentation in Emacs that
> discusses what a "diary sexp-style timestamp" looks like? Perhaps put it
> in 8.1 Timestamps?

Sure. Done, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=56dd046d

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


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

* Re: Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ?
  2023-04-10 17:25       ` Ihor Radchenko
@ 2023-04-11  1:44         ` David Masterson
  0 siblings, 0 replies; 7+ messages in thread
From: David Masterson @ 2023-04-11  1:44 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: Mark Barton, emacs-org list

Ihor Radchenko <yantar92@posteo.net> writes:

> David Masterson <dsmasterson@gmail.com> writes:
>
>> Could I suggest adding a link to the Diary documentation in Emacs that
>> discusses what a "diary sexp-style timestamp" looks like? Perhaps put it
>> in 8.1 Timestamps?
>
> Sure. Done, on bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=56dd046d

Thanks.

-- 
David Masterson


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

end of thread, other threads:[~2023-04-11  1:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-08  4:53 Limiting a repeating timestamp ? David Masterson
2023-04-08 10:11 ` Ihor Radchenko
2023-04-08 15:16 ` Mark Barton
2023-04-08 15:23   ` Ihor Radchenko
2023-04-10  2:42     ` Suggestion: Link to Diary docs (was Re: Limiting a repeating timestamp) ? David Masterson
2023-04-10 17:25       ` Ihor Radchenko
2023-04-11  1:44         ` David Masterson

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