nvim-orgmode / orgmode

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

* TODO Display checkbox progress (as virtual text) [2/4] #745

Open haikyuu opened 4 months ago

haikyuu commented 4 months ago

Does this feature exist in Emacs orgmode core?

Yes

Orgmode link

https://orgmode.org/manual/Checkboxes.html

Feature value

No response

Additional context

* TODO big task with checkboxes [3/3]
  - [x] Is part of org mode
  - [x] is very useful
  - [x] Should not be hard to implement 
seflue commented 4 months ago

The feature exist and works. What currently is not working are the cookies for subsequent TODO headlines: #305 . Normal checkboxes just work. But you need to use org_meta_return to update them. And updating the cookie from the headline is also not implemented (but somewhere down on my list).