From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Newsgroups: gmane.emacs.help Subject: Org keymap question Date: Sat, 4 Jul 2015 07:56:31 -0700 (PDT) Message-ID: <30e47e1c-909c-4fb1-972d-f8b2e5706a02@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1436022023 28161 80.91.229.3 (4 Jul 2015 15:00:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jul 2015 15:00:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 04 17:00:19 2015 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 1ZBOvT-0002yc-0I for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jul 2015 17:00:19 +0200 Original-Received: from localhost ([::1]:44575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBOvS-00037n-9v for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Jul 2015 11:00:18 -0400 X-Received: by 10.66.250.201 with SMTP id ze9mr56968450pac.20.1436021792088; Sat, 04 Jul 2015 07:56:32 -0700 (PDT) X-Received: by 10.182.209.6 with SMTP id mi6mr264842obc.27.1436021792020; Sat, 04 Jul 2015 07:56:32 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!rd19no427091igc.0!news-out.google.com!a16ni11078ign.0!nntp.google.com!rd19no427090igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.150.248.223; posting-account=czAMxQoAAAAUEojshw4CrIvcwSdulymE Original-NNTP-Posting-Host: 173.150.248.223 User-Agent: G2/1.0 Injection-Date: Sat, 04 Jul 2015 14:56:32 +0000 X-Received-Bytes: 2128 X-Received-Body-CRC: 1482412693 Original-Xref: usenet.stanford.edu gnu.emacs.help:213139 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:105426 Archived-At: Function "orgtbl-setup" (in "lisp/org/org-table.el.gz", where my Emacs is G= NU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 201= 5-04-10 on builder10-9.porkrind.org) has a number of key bindings that seem= to get defined in minor mode "orgtbl-mode", but don't get defined when usi= ng Org (as in editing a file that has extension ".org"). My first use of Org was in creating a table of information. I used the Org= Mode Manual (Info node "org" on my distribution) as a guide. In node "(or= g) Built-in table editor" some of these missing keymap definitions are list= ed. The one of interest to me was "org-table-insert-column". I didn't fin= d it bound to any key and wondered why isn't it bound. So, my question is why isn't e.g. "org-table-insert-colunn" bound to a key = when using Org? And why does the Info manual suggest that such a key bindi= ng exists, without qualification? That function (and others) can be found = in a keymap--as described above--but that binding seems to be reserved for = minor mode "orgtbl-mode" (invoking that mode when in Org is not allowed).