Hi Mark, "Mark S." <throa...@yahoo.com> writes:
> Hello, > > In org-mode, Ctl-E is bound to org-end-of-line. However, this doesn't > appear to take you to the actual end of line as it does in the regular > modes. Instead, it appears to take you out to the default line fill -- > even if your specified line fill is much shorter or much longer than > the default. Just to be clear: a) `C-e' takes you to whatever fill-column is set to globally? b) And this happens not only on headlines, but also on body lines? c) And you did not explicitly set any of the org-special-ctrl-xxx variables? afaics, org-end-of-line uses either a) end-of-visual-line, b) move-end-of-line or c) end-of-line. But none of those seem to have this effect. ... Now I am as curious as you are :). Memnon