emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julius Dittmar <Julius.Dittmar@gmx.de>
To: emacs-orgmode@gnu.org
Subject: Re: Task repeat every weekday?
Date: Wed, 23 Jan 2019 15:10:36 +0100	[thread overview]
Message-ID: <7587841f-f529-4df1-4e8c-bf86c98a8725@gmx.de> (raw)
In-Reply-To: <m2a7jrecpl.fsf@brautaset.org>

Am 23.01.19 um 14:16 schrieb Stig Brautaset:
> Is there a way to make this into a repeating TODO that shows only on weekdays?

I did not yet find a way to meet all your requirements. Here's what I
found up to now: Either create 5 separate repeating tasks, one per
weekday, with a repeat of ++1w, or (that's what I chose to live with)
one task with a daily repeat you manually reschedule on Fridays:

* TODO habit on Monday
SCHEDULED: <2019-01-21 Mo ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Thuesday
SCHEDULED: <2019-01-22 Di ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Wednesday
SCHEDULED: <2019-01-23 Mi ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Thursday
SCHEDULED: <2019-01-24 Do ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit on Friday
SCHEDULED: <2019-01-25 Fr ++1w>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:
* TODO habit daily
SCHEDULED: <2019-01-24 Do ++1d>
:PROPERTIES:
:REPEAT_TO_STATE: TODO
:END:

Hope that helps,
Julius

  reply	other threads:[~2019-01-23 14:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-23 13:16 Task repeat every weekday? Stig Brautaset
2019-01-23 14:10 ` Julius Dittmar [this message]
2019-01-23 17:55 ` Marcin Borkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7587841f-f529-4df1-4e8c-bf86c98a8725@gmx.de \
    --to=julius.dittmar@gmx.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).