ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Org-mode: moving point left and right gets it within folded headings #410

Closed sg2002 closed 8 years ago

sg2002 commented 8 years ago

Let's say we have an org file that looks like this:

* Heading A
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
* Heading B

If you fold heading A and place cursor at A and start moving right, the cursor would be stuck at the first dot for as many presses as many "a" there are. The same thing would happen if you put cursor at the last dot(or further) and start moving left.

mattfidler commented 8 years ago

Still need a unit test, but its fixed right now.