Toby Cubitt <ts...@cantab.net> writes: > Aha! You may well be right. In which case why is `org-beginning-of-line' > doing this: > > (if (org-bound-and-true-p line-move-visual) > (beginning-of-visual-line 1) > (beginning-of-line 1)) > > Shouldn't it be doing this instead? > > (if (org-bound-and-true-p visual-line-mode) > (beginning-of-visual-line 1) > (beginning-of-line 1))
Indeed. Do you want to provide a patch (you get bonus points for regression tests)? Regards,