* Bastien <b...@altern.org> wrote: > Hi Karl, Hi!
> Karl Voit <devn...@karl-voit.at> writes: > >> Another strange issue that I recognized today though: my habits do >> not work any more: Whenever I mark an habit as DONE, it does not get >> re-scheduled as is was before your recent changes. A CLOSED >> time-stamp is added instead. >> >> Is there something I overlooked in the list of changes that I have >> to adopt or do I face a bug? > > I tried to reproduce the issue but couldn't ... perhaps I need > more info from your config file? If you can go and bisect, that'd > be great. Thanks! I bisected this issue. It resulted in: ,---- | 8f749c983493a010c4ae0437975c8cb63017c3f4 is the first bad commit | commit 8f749c983493a010c4ae0437975c8cb63017c3f4 | Author: Bastien Guerry <b...@altern.org> | Date: Mon Jan 7 12:33:57 2013 +0100 | | org-depend.el (org-depend-trigger-todo): Refresh effort text properties | | * org-depend.el (org-depend-trigger-todo): Refresh effort text | properties. Do not use `org-get-effort' for getting the | effort property value. `---- I also have to add, that *Messages* shows following lines when I set an habit to DONE when using a commit-ID that has the issue mentioned above: ,---- | TODO state changed to DONE | TODO state changed to TODO | org-depend-trigger-todo: Symbol's function definition is void: org-refresh-effort-properties | Note stored `---- -- Karl Voit