From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Repeat work / week days Date: Mon, 09 Jun 2014 18:56:15 +0200 Message-ID: <87r42yc98w.fsf@nicolasgoaziou.fr> References: <87zjhm86uw.fsf@gmail.com> <87vbsacb1o.fsf@nicolasgoaziou.fr> <878up6f34f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2rM-0001cL-Q8 for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 12:55:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wu2rC-0006s1-G7 for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 12:55:48 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:53864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wu2rC-0006rb-7r for emacs-orgmode@gnu.org; Mon, 09 Jun 2014 12:55:38 -0400 In-Reply-To: <878up6f34f.fsf@gmail.com> (Jorge A. Alfaro-Murillo's message of "Mon, 09 Jun 2014 12:40:16 -0400") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Jorge A. Alfaro-Murillo" Cc: emacs-orgmode@gnu.org jorge.a.alfaro@gmail.com (Jorge A. Alfaro-Murillo) writes: > I guess if you do not plan to do start working on the task you should > not put the SCHEDULED and just a simple timestamp. But if you plan to > work on a task every day of the week, why shouldn't you be able to do it > this way? Because Org doesn't allow it. Anyway, it doesn't make sense to use SCHEDULED here: "scheduled" has a special meaning in Org. You don't _start_ working on a task every day. You could use plain timestamps. > It does work, btw. Then, beware, it is a bug and it might be fixed one day. > Is it because it can conflict with changing TODO states? It is probably because you don't need it. Syntax wise, SCHEDULED, DEADLINE and CLOSED can only appear once, on the line right after the related headline. > Also related, if you want it to repeat in your agenda only for a certain > period, look at org-class. For example, while I was a student I had used > things like > > #+BEGIN_SRC emacs-lisp > %%(org-class 2013 1 7 2013 4 27 2) 12:00pm-01:15pm The name of the class > %%(org-class 2013 1 7 2013 4 27 4) 12:00pm-01:15pm The name of the class > #+END_SRC > > for classes that were Tuesday and Thursday. It was also under a single > headline. Is this, or several simple timestamps under a single headline > also bad syntax? There is no limitation to the number of plain timestamps under a headline. Regards, -- Nicolas Goaziou