hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Fix #64: Status cycling should use all "done" states #69

Closed hfs closed 10 years ago

hfs commented 10 years ago

You can define several “to do” and “done” states separated by “|”:

#+TODO: TODO NEXT STARTED | DONE CANCELLED

See :help vimorg-todo-metadata. You can cycle forth and back through the states using <S-Enter> or <S-Left> and <S-Right>. When going through the states, all “done” states should be used and not only the first one.

hsitz commented 10 years ago

On Tue, Apr 8, 2014 at 1:25 PM, hfs notifications@github.com wrote:

See :help vimorg-todo-metadata. You can cycle forth and back through the states using or and . When going through the

states, all "done" states should be used and not only the first one.

hfs -- Thanks a lot for this todo-cycling fix and the other two changes you just submitted. As you saw, I had unnecessary complication of the todo-cycling; happened long ago because of a misreading/misunderstanding of the Orgmode specs that I was unaware of until your fix prompted me to look back again.

Regards,

Herb