Hi,

  I stumbled on a weird behaviour today:

  If I create a TODO entry like this:

** TODO something to do         :myTag:

  C-a will toggle the pointer possition between beginning of the line
  and end fo the TODO string, which is cool:

** TODO something to do         :myTag:
^       ^

  But if I delete the entry title like so:

** TODO                         :myTag:

   C-a is "broken" meaning it won't go to the end of the TODO
   string. Instead it goes to the biginnning of the tag:

** TODO                         :myTag:
^                               ^

Regards,
Cezar



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to