Hello, I looked up Captain mode and it seems like the problem is that the default sentence start function =(car (bound-of-thing-at-point 'sentence))= finds the list marker as the start of the given sentence.
It is possible to override that behavior. The mode defines a variable, =captain-sentence-start-function= which can be overridden on a per-buffer basis. It should be possible to write a function that ignores org-mode list markers, by checking to see if the start of the sentence is one of {-, +, *} and moving the point forward to the first alphanumeric character after the marker. Thanks, Rohit