Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-11 Thread Young-whan
Actually, I've tried 9.0.3, but it's as same as before. hmm... On Wed, Jan 11, 2017 at 10:51 PM, Young-whan wrote: > Mine is like this: > > GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.77 Version > 10.12.3 (Build 16D17a)) of 2017-01-09 > Org-mode version 8.2.10 (release_8.2.10 @ /

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-11 Thread Young-whan
Mine is like this: GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.77 Version 10.12.3 (Build 16D17a)) of 2017-01-09 Org-mode version 8.2.10 (release_8.2.10 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/) I've tried the bare configuration ( -q option ), but it's same.

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-10 Thread Nicolas Goaziou
Hello, Young-whan writes: > Can you show me > > M-x emacs-version > M-x org-version GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.20.9) of 2016-12-10 Org mode version 9.0.3 (release_9.0.3-189-ge46676) I suggest using a bare configuration and try again. Regards, -- Nicolas Goa

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Can you show me M-x emacs-version M-x org-version Please? On Mon, Jan 9, 2017 at 2:48 PM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. > > Nothing is working. > > Maybe you have a mixed installation. I can

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Nicolas Goaziou
Hello, Young-whan writes: > Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. > Nothing is working. Maybe you have a mixed installation. I cannot reproduce your problem here, with the following buffer #+property: repeat_to_state repeat #+TODO: TODO(t/!) REPEAT(r/!) | D

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. Nothing is working. On Mon, Jan 9, 2017 at 9:30 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > I've tried "org-use-property-inheritance", but the property > > of REPEAT_TO_STATE in the file scoping does not

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Nicolas Goaziou
Hello, Young-whan writes: > I've tried "org-use-property-inheritance", but the property > of REPEAT_TO_STATE in the file scoping does not work at all. > > I wonder if it is a bug in the org-mode or there is another step I have to > enable Did you refresh set-up (C-c C-c on #+property keyword)?

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-08 Thread Young-whan
Hi Nicolas, I've tried "org-use-property-inheritance", but the property of REPEAT_TO_STATE in the file scoping does not work at all. I wonder if it is a bug in the org-mode or there is another step I have to enable Regards, -Young On Sun, Jan 8, 2017 at 2:06 PM, Nicolas Goaziou wrote: > Hello

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-08 Thread Nicolas Goaziou
Hello, Young-whan writes: > 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_S

[O] REPEAT_TO_STATE file-wide property is not working

2017-01-07 Thread Young-whan
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-rep