`org-special-ctrl-a/e' effectively behaves specially on items
commit824e06752b3ee98b3586da5c5b841cfa04ba3599
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Oct 2011 18:37:16 +0000 (1 20:37 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 1 Oct 2011 18:37:16 +0000 (1 20:37 +0200)
treeb90d4801f425e8999aef6b4cc961f5bbcac9aac7
parent0fff59cd43619fcc5644501ac9df74f39d7adf67
`org-special-ctrl-a/e' effectively behaves specially on items

* lisp/org.el (org-end-of-line): When on an item, move point at the
  end of the line, but before any hidden text.  Thus, it's still
  possible to use commands, like C-c C-c, acting at items.  This is
  still disabled if `org-special-ctrl-a/e' ignores C-e.
lisp/org.el