From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-table bindings available outside org tables too? Date: Tue, 24 May 2016 22:44:35 +0200 Message-ID: <877fej9oek.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5JC6-000321-1P for emacs-orgmode@gnu.org; Tue, 24 May 2016 16:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5JC2-000789-Ic for emacs-orgmode@gnu.org; Tue, 24 May 2016 16:44:50 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5JC2-00077s-Bx for emacs-orgmode@gnu.org; Tue, 24 May 2016 16:44:46 -0400 In-Reply-To: (Kaushal Modi's message of "Mon, 23 May 2016 19:37:47 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Kaushal Modi Cc: emacs-org list Hello, Kaushal Modi writes: > We have a lot of org-table specific functions bound in org-mode-map whether > or not the point is actually in an org table. > > Reference[1]. > > Is there a specific reason to have those bindings available globally in an > org mode buffer? We do not have a char map specific to tables. In most cases, bindings are context-aware (see, e.g., the dauting C-c C-c). However, the bindings you cite are not claimed by other parts of Org, so they just do table specific stuff. Regards, -- Nicolas Goaziou