#+begin_example
,* heading
<active timestamp>
:properties:
:logbook:
#+end_example

and emacs will create a new proerties drawer above the timestamp containing 
:last_repeat:

if i move the timestamp below the properties

#+begin_example
,* heading
:properties:
<active timestamp>
:logbook:
#+end_example

the :last_repeat: would be correctly updated, and agenda would complain 
org-habit-parse-todo: heading has no scheduled date

so either way there is no way to please all org modules.

what am i doing wrong?

Reply via email to