dhruvasagar / vim-dotoo

Org-mode like task logging & time tracking in Vim
554 stars 27 forks source link

Error when entering a url in capture mode #125

Closed idr4n closed 3 years ago

idr4n commented 3 years ago

Hi, and thanks for a great plugin.

I'm getting this error when entering a url in the first like of a TODO using capture:

image

I wonder if this is by design or it is actually a bug. Normally I like to enter my TODOs in only one line. If I enter the url in the second line instead, there is no issue at all.

Thanks in advance

dhruvasagar commented 3 years ago

@ivanddm This is a bug, I have come across this before, the problem is with the precense of : character which is used to parse tags, the parser needs a fix, i'll take a look. Thanks.

dhruvasagar commented 3 years ago

@ivanddm As a temporary work around, kindly place urls in the body of the headline instead of within the title.