emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] C-a and C-e in org-mode


From: Ken Harris
Subject: [Orgmode] C-a and C-e in org-mode
Date: Wed, 28 Jan 2009 13:58:32 -0800

Hello, org-mode!

I've been using org-mode recently, and overall it's pretty nice, but
one thing doesn't seem to work quite right.

I have org-special-ctrl-a/e set to nil (the default, I think).  I
think this means that C-e should work just like normal.
Unfortunately, C-u C-e fails with "Wrong type argument: integerp,
(4)".  If I use an explicit prefix (like C-u 4 C-e) it works fine.

It's been a while since I've written any Emacs Lisp, but I guess (4)
is the default prefix argument and end-of-line doesn't know how to
parse that when coming in as a normal arg.  This is probably an easy
fix (and maybe I'll write a patch later, if I have some spare time).

C-a seems to always go to the start-of-line, regardless of the prefix
argument (implicit or explicit).  That looks like a slightly deeper
problem.

Anyway, thanks for the neat mode!


- Ken




reply via email to

[Prev in Thread] Current Thread [Next in Thread]