emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Bug: M-a bound to backward-sentence


From: Carsten Dominik
Subject: Re: [Orgmode] Bug: M-a bound to backward-sentence
Date: Wed, 3 Nov 2010 23:32:19 +0100


On Nov 3, 2010, at 9:22 AM, Andreas Röhler wrote:

Am 02.11.2010 16:07, schrieb Carsten Dominik:

On Nov 2, 2010, at 10:12 AM, Andreas Röhler wrote:

Hi

inside a table

M-a is bound to backward-sentence

Hi Andreas,

I get

M-a runs the command org-backward-sentence, which is an interactive
compiled Lisp function in `org.el'.

It is bound to M-a.

(org-backward-sentence &optional ARG)

Hi Carsten,

thanks. Error was in my way to load the devel version

Have been told to follow instructions and load

;;   (load "~/org-mode/lisp/org-install.elc")

By who?

the right customization is

(require 'org-install).  ANd, when you are using git, you
need to *make* org-install.el yourself.
*Alternatively, you can also do (require 'org), but this
only works because people apparently do overlook the
org-install part in the installation instructions.

- Carsten


However, it works here that way:

 (load "~/org-mode/lisp/org.el")

Do you have an idea whats the reason?

Maybe it's useful to drop some note how to load the devel code.

Thanks again

Andreas



Go to beginning of sentence, or beginning of table field.
This will call `backward-sentence' or `org-table-beginning-of-field',
depending on context.


Cheers


which doesn't meet info.

See screenshot attached.

Checked from git-repo code

Thanks

Andreas
<org-table-move- bug.png>_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten









reply via email to

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