Results 119 comments of Jakob Schöttl

Hm, I don't quite understand. Yes, there is the difference between Org and organice that you described (apart from the inversion). Fixing organice to adapt indentation only for new text...

There is the CSS [`gap`](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) property but it's not yet supported in elm-css. Only a gap transition exists already. Can I add it in a PR? I think it's very...

Sorry, didn't read carefully.

I guess it's not yet implemented. It would be a very nice feature. It can also work for all keyword sets (not only `TODO` and `DONE`) because every keyword set...

vim-orgmode's doc is taken from the original orgmode doc: http://orgmode.org/manual/Breaking-down-tasks.html I think too, there should be a hint in the documentation. I created a pull request: https://github.com/jceb/vim-orgmode/pull/256

Fixes #587

For reference: ```elm {-| Not quite correct since CSS gap accepts (slightly) other values. See https://developer.mozilla.org/en-US/docs/Web/CSS/gap#syntax -} gap : LengthOrNumberOrAutoOrNoneOrContent compatible -> Style gap x = property "gap" x.value gap2...

Hey Alex, thanks for the great feedback and the catched bugs! :-) I'll fix that in the next commits on this PR. But today it's too late. I'm happy to...

I should try to add some tests in `cmd_forget_*test.og`...

@MichaelEischer @fd0 Do you want to review and merge or give feedback on this bugfix? Edit: Sorry, I forgot some of the checkboxes above. I'll need to rebase again, run...