From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drain Newsgroups: gmane.emacs.help Subject: Re: org-mode keybinding Date: Sun, 19 Aug 2012 04:48:54 -0700 (PDT) Message-ID: <1345376934090-261815.post@n5.nabble.com> References: <1345276538882-261738.post@n5.nabble.com> <87k3wvwb2g.fsf@altern.org> <1345372890027-261809.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1345376944 3846 80.91.229.3 (19 Aug 2012 11:49:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2012 11:49:04 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 19 13:49:04 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T3407-0007cu-UW for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Aug 2012 13:49:04 +0200 Original-Received: from localhost ([::1]:46470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3406-0007ln-Oy for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Aug 2012 07:49:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3400-0007lV-Tk for Help-gnu-emacs@gnu.org; Sun, 19 Aug 2012 07:48:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3400-00019z-1M for Help-gnu-emacs@gnu.org; Sun, 19 Aug 2012 07:48:56 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:49966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T33zz-00019p-RW for Help-gnu-emacs@gnu.org; Sun, 19 Aug 2012 07:48:55 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1T33zy-0007vX-3b for Help-gnu-emacs@gnu.org; Sun, 19 Aug 2012 04:48:54 -0700 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86425 Archived-At: Peter Dyballa wrote > > > You need to load or require org-mode first. Otherwise org-mode-map does > not exist in the context of your init file. > > Now the code loads without error, just like the first two variations I listed, but the remapped command is still functioning like beginning-of-line, rather than org-beginning-of-line. Perhaps to be clearer, if this is my heading, and point starts at P, right after the last dot of the ellipsis: *Movies...P and I press C-q, point moves on top of the first dot of the ellipsis. I Press C-q again, point moves on top of the asterisk. C-a, however, which is mapped to org-beginning-of-line in org.el, moves point from the last ellipsis dot to the asterisk immediately. -- View this message in context: http://emacs.1067599.n5.nabble.com/org-mode-keybinding-tp261738p261815.html Sent from the Emacs - Help mailing list archive at Nabble.com.