nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.05k stars 136 forks source link

Habits #359

Open kristijanhusak opened 2 years ago

kristijanhusak commented 2 years ago

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

https://orgmode.org/manual/Tracking-your-habits.html

Feature value

No response

Additional context

No response

WhiteBlackGoose commented 1 year ago

That looks cool. Do I understand it right, that now when we do

** TODO Some job
 SCHEDULED: <2023-03-08 Wed ++1w>
   :PROPERTIES:
   :LAST_REPEAT: [2023-03-04 Sat 04:53]
   :END:
   - State "DONE" from "TODO" [2023-03-04 Sat 04:53]

It will display it as done on previous days?

rwmpelstilzchen commented 2 months ago

I really look forward to having this feature implemented in nvim-orgmode, and I’d love to help testing it when it’s ready for testing 🙂