emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* REPEAT_TO_STATE file-wide property is not working
@ 2017-01-08  1:12 Young-whan
  2017-01-08 22:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 10+ messages in thread
From: Young-whan @ 2017-01-08  1:12 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

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,

[-- Attachment #2: Type: text/html, Size: 1029 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-08  1:12 REPEAT_TO_STATE file-wide property is not working Young-whan
@ 2017-01-08 22:06 ` Nicolas Goaziou
  2017-01-09  1:27   ` Young-whan
  0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Goaziou @ 2017-01-08 22:06 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode

Hello,

Young-whan <youngsong15@gmail.com> 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_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.

Yes, there is: see `org-use-property-inheritance'.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-08 22:06 ` Nicolas Goaziou
@ 2017-01-09  1:27   ` Young-whan
  2017-01-09 17:30     ` Nicolas Goaziou
  0 siblings, 1 reply; 10+ messages in thread
From: Young-whan @ 2017-01-09  1:27 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1213 bytes --]

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 <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Young-whan <youngsong15@gmail.com> 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_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.
>
> Yes, there is: see `org-use-property-inheritance'.
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 2278 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-09  1:27   ` Young-whan
@ 2017-01-09 17:30     ` Nicolas Goaziou
  2017-01-09 21:48       ` Young-whan
  0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Goaziou @ 2017-01-09 17:30 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode

Hello,

Young-whan <youngsong15@gmail.com> 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)?


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-09 17:30     ` Nicolas Goaziou
@ 2017-01-09 21:48       ` Young-whan
  2017-01-09 22:48         ` Nicolas Goaziou
  0 siblings, 1 reply; 10+ messages in thread
From: Young-whan @ 2017-01-09 21:48 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

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 <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Young-whan <youngsong15@gmail.com> 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)?
>
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1074 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-09 21:48       ` Young-whan
@ 2017-01-09 22:48         ` Nicolas Goaziou
  2017-01-10  4:43           ` Young-whan
  0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Goaziou @ 2017-01-09 22:48 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode

Hello,

Young-whan <youngsong15@gmail.com> 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/!) | DONE(d)

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

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-09 22:48         ` Nicolas Goaziou
@ 2017-01-10  4:43           ` Young-whan
  2017-01-10 12:12             ` Nicolas Goaziou
  0 siblings, 1 reply; 10+ messages in thread
From: Young-whan @ 2017-01-10  4:43 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

Can you show me

M-x emacs-version
M-x org-version

Please?


On Mon, Jan 9, 2017 at 2:48 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Young-whan <youngsong15@gmail.com> 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/!) | DONE(d)
>
>   * REPEAT Task
>   SCHEDULED: <2017-01-01 Wed +1d>
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1192 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-10  4:43           ` Young-whan
@ 2017-01-10 12:12             ` Nicolas Goaziou
  2017-01-12  6:51               ` Young-whan
  0 siblings, 1 reply; 10+ messages in thread
From: Nicolas Goaziou @ 2017-01-10 12:12 UTC (permalink / raw)
  To: Young-whan; +Cc: emacs-orgmode

Hello,

Young-whan <youngsong15@gmail.com> 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 Goaziou

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-10 12:12             ` Nicolas Goaziou
@ 2017-01-12  6:51               ` Young-whan
  2017-01-12  6:53                 ` Young-whan
  0 siblings, 1 reply; 10+ messages in thread
From: Young-whan @ 2017-01-12  6:51 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

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.

I wonder if it is a bug in 8.2.10. Maybe, I can try 9.0.3 org version.

On Tue, Jan 10, 2017 at 4:12 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Young-whan <youngsong15@gmail.com> 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 Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1417 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: REPEAT_TO_STATE file-wide property is not working
  2017-01-12  6:51               ` Young-whan
@ 2017-01-12  6:53                 ` Young-whan
  0 siblings, 0 replies; 10+ messages in thread
From: Young-whan @ 2017-01-12  6:53 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1004 bytes --]

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 <youngsong15@gmail.com> 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 @ /Applications/MacPorts/Emacs.
> app/Contents/Resources/lisp/org/)
>
> I've tried the bare configuration ( -q option ), but it's same.
>
> I wonder if it is a bug in 8.2.10. Maybe, I can try 9.0.3 org version.
>
> On Tue, Jan 10, 2017 at 4:12 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
> wrote:
>
>> Hello,
>>
>> Young-whan <youngsong15@gmail.com> 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 Goaziou
>>
>
>

[-- Attachment #2: Type: text/html, Size: 1949 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-12  6:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08  1:12 REPEAT_TO_STATE file-wide property is not working Young-whan
2017-01-08 22:06 ` Nicolas Goaziou
2017-01-09  1:27   ` Young-whan
2017-01-09 17:30     ` Nicolas Goaziou
2017-01-09 21:48       ` Young-whan
2017-01-09 22:48         ` Nicolas Goaziou
2017-01-10  4:43           ` Young-whan
2017-01-10 12:12             ` Nicolas Goaziou
2017-01-12  6:51               ` Young-whan
2017-01-12  6:53                 ` Young-whan

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).