Fix bug with TODO states changes modifying scheduling of next headline
commitfd0f8e10d1d3a339da9460d6c71283e85897c455
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 21 Jul 2011 09:48:35 +0000 (21 11:48 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 21 Jul 2011 09:48:35 +0000 (21 11:48 +0200)
treec3f71b18949e8b84e54387c368cc524fd1b28175
parentc65df4aa015f7df35263509021c54cccc40548f0
Fix bug with TODO states changes modifying scheduling of next headline

* lisp/org.el (org-timestamp-change): some locales don't use the same
  length for date abbreviations. Set a marker at origin in case length
  of new timestamp is different.

Thanks to Tom for analyzing this.
lisp/org.el