You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tbm Thanks a lot for raising these issues, it helps a lot. I just want to let you know I am going to work on these. I have been rewriting the document parser because it badly needs it and I shall try to incorporate all of these issues raised by you while I am at it. Will be linking to these issues to keep you updated.
Thanks, that's good to hear. I'm currently trying to decide between vim-orgmode and vim-dotoo. I can probably file more issues if you want more feedback.
@tbm To be honest for more complete org compatibility, vim-orgmode is likely going to be better. But I would love your feedback so I can improve this plugin. My goal is to have orgmode compatible system but with vim's philosophy in mind and obviously stick to pure vimscript.
With a file like:
SCHEDULED
is highlighted butDEADLINE
is not. If I putDEADLINE
on a separate line, it gets highlighted.But my reading of the Org spec is that they have to be on the same line:
https://orgmode.org/worg/dev/org-syntax.html#Clock,_Diary_Sexp_and_Planning
Note the: "a line filled with INFO parts".
The text was updated successfully, but these errors were encountered: