emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-time-stamp loses repeater interval


From: Nick Dokos
Subject: Re: [O] Bug: org-time-stamp loses repeater interval
Date: Tue, 28 Jun 2011 21:44:05 -0400

Bastien <address@hidden> wrote:

> Okay, I've pushed another fix.
> 
> This let me stumble upon another case: the one with org-schedule and
> org-deadline ignoring warning cookies -- these cases are also fixed.
> 
> Please confirm!
> 

Confirmed. There is a peculiar corner case:

If I have a headline that's both scheduled and deadlined, like this:

--8<---------------cut here---------------start------------->8---
* scheduled 
  DEADLINE: <2011-07-04 Mon +2w -3d>
  SCHEDULED: <2011-07-06 Wed +1w -2d>
--8<---------------cut here---------------end--------------->8---

and I C-c C-s in the scheduled date, I get a second SCHEDULED: item
with the new date on the DEADLINE line. The original SCHEDULED: is
still on the next line, unchanged - like this:

--8<---------------cut here---------------start------------->8---
* scheduled 
  DEADLINE: <2011-07-04 Mon +2w -3d> SCHEDULED: <2011-07-03 Sun +1w -2d>
  SCHEDULED: <2011-07-06 Wed +1w -2d>
--8<---------------cut here---------------end--------------->8---

Nick

Org-mode version 7.5 (baseline.403.g13573)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]