From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Repeating tasks on specific days of the week Date: Mon, 13 Sep 2010 14:13:29 -0400 Message-ID: <87r5gxy0ja.fsf@archdesk.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58299 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvDX2-00075d-L4 for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:13:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvDX1-0005YF-HJ for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:13:32 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:57092) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvDX1-0005YB-FP for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:13:31 -0400 In-Reply-To: (Jeff Horn's message of "Thu, 9 Sep 2010 23:54:59 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: emacs-orgmode@gnu.org Jeff Horn writes: > Hi everyone! > > I was wondering how to create repeating tasks for, say, Tuesday and > Thursday at noon. I found this on stack overflow: http://cl.ly/2K8c > > Is that really the best answer? Can this not be accomplished with > symbolic expressions? > > Seems like a great feature for academics and students. Surely, I'm > ignorant, and someone has a better solution than creating multiple > repeating tasks? AFAIK, one cannot use complex symbolic expressions with repeating tasks; the moment a headline with such an expression is marked done, it is removed from the agenda. The only solution, at the moment, is to create different entries for each desired day of the week: --8<---------------cut here---------------start------------->8--- * Tuesday task SCHEDULED: <2010-09-14 Tue +1w> * Thursday task SCHEDULED: <2010-09-16 Thu +1w> --8<---------------cut here---------------end--------------->8--- Best, Matt