emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org-mode 9 repeat schedule in item disappear with deadline
@ 2016-12-06 12:35 毛晓伟
  2016-12-06 13:35 ` 毛晓伟
  2016-12-06 23:17 ` Nicolas Goaziou
  0 siblings, 2 replies; 7+ messages in thread
From: 毛晓伟 @ 2016-12-06 12:35 UTC (permalink / raw)
  To: emacs-orgmode

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

I use the spacemacs, in org-mode 9,under TODO item,I set "SCHEDULED: <2016-12-06 Tue 10:00-17:00 +1d> DEADLINE: <2016-12-09 Fri 18:00 -2d>",press t , Done,and the 'SCHEDULED:' is disapear, only DEADLINE: <2016-12-09 Fri 18:00 -2d>,I don't know why ?Anyone meet the problem ?

when I try emacs -Q from terminal, used or-mode 8, all works well, maybe it's a bug for org-mode 9 ?

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

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 12:35 Org-mode 9 repeat schedule in item disappear with deadline 毛晓伟
@ 2016-12-06 13:35 ` 毛晓伟
  2016-12-06 13:44   ` Michael Welle
  2016-12-06 23:17 ` Nicolas Goaziou
  1 sibling, 1 reply; 7+ messages in thread
From: 毛晓伟 @ 2016-12-06 13:35 UTC (permalink / raw)
  To: 毛晓伟; +Cc: emacs-orgmode

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

Hello, everyone,

I have some try, when a repeat Schedule with deadline, change TODO to DONE, will produce
"
:LOGBOOK:
- State "CANCELLED"  from "TODO"       [2016-12-05 Mon 23:09] \\
"
I think maybe the "\\" is the source of problem, but for I'm new to programming and org-mode, I don't know how to test it, could anyone test it and find problem source ?




At 2016-12-06 20:35:28, "毛晓伟" <maoweirm@126.com> wrote:

I use the spacemacs, in org-mode 9,under TODO item,I set "SCHEDULED: <2016-12-06 Tue 10:00-17:00 +1d> DEADLINE: <2016-12-09 Fri 18:00 -2d>",press t , Done,and the 'SCHEDULED:' is disapear, only DEADLINE: <2016-12-09 Fri 18:00 -2d>,I don't know why ?Anyone meet the problem ?

when I try emacs -Q from terminal, used or-mode 8, all works well, maybe it's a bug for org-mode 9 ?





 

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

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 13:35 ` 毛晓伟
@ 2016-12-06 13:44   ` Michael Welle
  2016-12-06 14:00     ` 毛晓伟
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Welle @ 2016-12-06 13:44 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

毛晓伟 <maoweirm@126.com> writes:
[...]
> I use the spacemacs, in org-mode 9,under TODO item,I set "SCHEDULED:
> <2016-12-06 Tue 10:00-17:00 +1d> DEADLINE: <2016-12-09 Fri 18:00 -2d>",
> press t , Done,and the 'SCHEDULED:' is disapear, only DEADLINE:
> <2016-12-09 Fri 18:00 -2d>,I don't know why ?Anyone meet the problem
> ?

someone in #org-mode mentioned something similar this morning.
Ex.:

* TODO foo
  SCHEDULED: <2016-12-06 Tue 10:00-17:00 +1d> 

foo bar: <2016-12-06 Tue>


Setting this task to done removes the SCHEDULED line, instead of setting
the date forward. The trouble is the second active time stamp.

Regards
hmw

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 13:44   ` Michael Welle
@ 2016-12-06 14:00     ` 毛晓伟
  2016-12-06 14:07       ` Michael Welle
  0 siblings, 1 reply; 7+ messages in thread
From: 毛晓伟 @ 2016-12-06 14:00 UTC (permalink / raw)
  To: Michael Welle; +Cc: emacs-orgmode

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

Thanks, I join in the mail group just now.
Do you know how to solve the problem ?




在 2016-12-06 21:44:39,"Michael Welle" <mwe012008@gmx.net> 写道:
>Hello,
>
>毛晓伟 <maoweirm@126.com> writes:
>[...]
>> I use the spacemacs, in org-mode 9,under TODO item,I set "SCHEDULED:
>> <2016-12-06 Tue 10:00-17:00 +1d> DEADLINE: <2016-12-09 Fri 18:00 -2d>",
>> press t , Done,and the 'SCHEDULED:' is disapear, only DEADLINE:
>> <2016-12-09 Fri 18:00 -2d>,I don't know why ?Anyone meet the problem
>> ?
>
>someone in #org-mode mentioned something similar this morning.
>Ex.:
>
>* TODO foo
>  SCHEDULED: <2016-12-06 Tue 10:00-17:00 +1d> 
>
>foo bar: <2016-12-06 Tue>
>
>
>Setting this task to done removes the SCHEDULED line, instead of setting
>the date forward. The trouble is the second active time stamp.
>
>Regards
>hmw
>

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

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 14:00     ` 毛晓伟
@ 2016-12-06 14:07       ` Michael Welle
  2016-12-06 14:10         ` 毛晓伟
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Welle @ 2016-12-06 14:07 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

毛晓伟 <maoweirm@126.com> writes:

> Thanks, I join in the mail group just now.
> Do you know how to solve the problem ?
sorry, no solution yet. 

Regards
hmw

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 14:07       ` Michael Welle
@ 2016-12-06 14:10         ` 毛晓伟
  0 siblings, 0 replies; 7+ messages in thread
From: 毛晓伟 @ 2016-12-06 14:10 UTC (permalink / raw)
  To: Michael Welle; +Cc: emacs-orgmode

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

Thanks very much.

Best Regards
Xiaowei Mao



在 2016-12-06 22:07:24,"Michael Welle" <mwe012008@gmx.net> 写道:
>Hello,
>
>毛晓伟 <maoweirm@126.com> writes:
>
>> Thanks, I join in the mail group just now.
>> Do you know how to solve the problem ?
>sorry, no solution yet. 
>
>Regards
>hmw
>

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

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

* Re: Org-mode 9 repeat schedule in item disappear with deadline
  2016-12-06 12:35 Org-mode 9 repeat schedule in item disappear with deadline 毛晓伟
  2016-12-06 13:35 ` 毛晓伟
@ 2016-12-06 23:17 ` Nicolas Goaziou
  1 sibling, 0 replies; 7+ messages in thread
From: Nicolas Goaziou @ 2016-12-06 23:17 UTC (permalink / raw)
  To: 毛晓伟; +Cc: emacs-orgmode

Hello,

毛晓伟 <maoweirm@126.com> writes:

> I use the spacemacs, in org-mode 9,under TODO item,I set "SCHEDULED:
> <2016-12-06 Tue 10:00-17:00 +1d> DEADLINE: <2016-12-09 Fri 18:00 -2d>",
> press t , Done,and the 'SCHEDULED:' is disapear, only DEADLINE:
> <2016-12-09 Fri 18:00 -2d>,I don't know why ?Anyone meet the
> problem ?
>
> when I try emacs -Q from terminal, used or-mode 8, all works well, maybe it's a bug for org-mode 9 ?

It was. Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2016-12-06 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 12:35 Org-mode 9 repeat schedule in item disappear with deadline 毛晓伟
2016-12-06 13:35 ` 毛晓伟
2016-12-06 13:44   ` Michael Welle
2016-12-06 14:00     ` 毛晓伟
2016-12-06 14:07       ` Michael Welle
2016-12-06 14:10         ` 毛晓伟
2016-12-06 23:17 ` Nicolas Goaziou

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).