From mboxrd@z Thu Jan 1 00:00:00 1970 From: Young-whan Subject: REPEAT_TO_STATE file-wide property is not working Date: Sat, 7 Jan 2017 17:12:34 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c07d31831097505458af235 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQ22G-0003zG-H8 for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 20:12:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQ22F-0005cu-D4 for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 20:12:36 -0500 Received: from mail-qk0-x230.google.com ([2607:f8b0:400d:c09::230]:35886) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQ22F-0005co-7e for emacs-orgmode@gnu.org; Sat, 07 Jan 2017 20:12:35 -0500 Received: by mail-qk0-x230.google.com with SMTP id 11so11937726qkl.3 for ; Sat, 07 Jan 2017 17:12:35 -0800 (PST) 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: emacs-orgmode --94eb2c07d31831097505458af235 Content-Type: text/plain; charset=UTF-8 Hi, My file has like this: #+TODO: TODO(t/!) REPEAT(r/!) | DONE(d) * REPEAT Task SCHEDULED: <2017-01-01 Wed +1d> Now, I want to change when the repeat task is done, its state needs to be "REPEAT" instead of "TODO". This can be achieved by REPEAT_TO_STATE property or the variable org-todo-repeat-to-state based on the org-mode manual. When I set it org-todo-repeat-to-state, it works. When I set the property in the "Task", it works. However, when I put it global property working file-wide as it is put as #+PROPERTY: REPEAT_TO_STATE REPEAT It doesn't work. Is there something not right to set up the global property scoping in a file? Let me know. Thanks, --94eb2c07d31831097505458af235 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

My file has like this:
#+TODO: TODO(t/!) REPEAT(r/!) | DONE(d)

* REPEAT Task
=C2=A0 SCHEDULED: <2017-01-01 Wed +1= d>

Now, I want to change when the repeat = task is done, its state needs to be "REPEAT" instead of "TOD= O".

This can be achieved by REPEAT_TO_STATE p= roperty or the variable org-todo-repeat-to-state based on the org-mode manu= al.

When I set it org-todo-repeat-to-state, it wor= ks.
When I set the property in the "Task", it works.

However, when I put it global property working file-= wide as it is put as
#+PROPERTY: REPEAT_TO_STATE REPEAT

It doesn't work.

Is= there something not right to set up the global property scoping in a file?= Let me know.

Thanks,
--94eb2c07d31831097505458af235--