From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Shine Subject: Re: Scheduling and calendar-day-of-week Date: Fri, 06 Apr 2018 17:46:28 +0100 Message-ID: References: <87zi2gmncr.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4UVb-0001IO-8f for emacs-orgmode@gnu.org; Fri, 06 Apr 2018 12:46:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4UVX-0005Ng-CA for emacs-orgmode@gnu.org; Fri, 06 Apr 2018 12:46:39 -0400 Received: from pv38p41im-ztdg02061201.me.com ([17.133.179.23]:22095) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f4UVX-0005My-4i for emacs-orgmode@gnu.org; Fri, 06 Apr 2018 12:46:35 -0400 Received: from process-dkim-sign-daemon.pv38p41im-ztdg02061201.me.com by pv38p41im-ztdg02061201.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0P6R00H00VME3L00@pv38p41im-ztdg02061201.me.com> for emacs-orgmode@gnu.org; Fri, 06 Apr 2018 16:46:33 +0000 (GMT) In-reply-to: <87zi2gmncr.fsf@alphaville.usersys.redhat.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nick Dokos Cc: emacs-orgmode@gnu.org, Brian Shine An alternative, which isn=E2=80=99t as neat as you would like, would be = to set up the 3 days as separate events, with 7-day repeats. Best wishes, Brian > On 6 Apr 2018, at 15:16, Nick Dokos wrote: >=20 > Cecil Westerhof writes: >=20 >> There is something I want to do on Monday, Wednesday and Friday. So I = tried: >> *** TODO Monday, Wednesday and Friday >> SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 3 5))> >>=20 >> This seems to work: I see the activity on the correct days. >> But then I changed today's entry to DONE. But then all are gone in my = agenda view. >> What I want is for today's item to be 'gone' and the future ones = still displayed as TODO. Is that possible? >>=20 >> -- >> Cecil Westerhof >>=20 >=20 > My impression is that calendar sexp entries don't play well with the > rest of org-mode: most of the code does not understand them, so you > end up with situations like the above. >=20 > IMO, you are better off creating separate entries for MWF. You might > want to look into `org-clone-subtree-with-time-shift' to create them > efficiently. >=20 > --=20 > Nick >=20 >=20