From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: =?UTF-8?B?UmU6IEJ1Zzogb3JnLXRhYmxlLWluc2VydC1jb2x1bW4gZWRpdHMg?= =?UTF-8?B?Zm9ybXVsYXMgd3JvbmdseSBbOS4zIChyZWxlYXNlXzkuMyBAIC91c3IvbG9j?= =?UTF-8?B?YWwvQ2VsbGFyL2VtYWNzLXBsdXMvSEVBRC05ZDM4NTY0L3NoYXJlL2VtYWNz?= =?UTF-8?B?LzI4LjAuNTAvbGlzcC9vcmcvKV0=?= Date: Mon, 30 Mar 2020 23:22:35 +0000 Message-ID: <87v9mlh1hg.fsf@kyleam.com> References: <84eet9bk0y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59085) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJ3jr-0007fB-F9 for emacs-orgmode@gnu.org; Mon, 30 Mar 2020 19:22:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJ3jq-0006Ck-9u for emacs-orgmode@gnu.org; Mon, 30 Mar 2020 19:22:39 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:51018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJ3jp-00069h-Qa for emacs-orgmode@gnu.org; Mon, 30 Mar 2020 19:22:38 -0400 In-Reply-To: <84eet9bk0y.fsf@gmail.com> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Marco Wahl , Yu Han Quek Cc: emacs-orgmode@gnu.org Marco Wahl writes: > I find it slightly suspicious that the documentation says > > #v+ > =E2=80=98M-S-=E2=80=99 (=E2=80=98org-table-insert-column=E2=80=99) > Insert a new column to the left of point position. > #v- > > But actually the new column goes to the right and this is also fused by > the tests. Has there been a stealth shift to the right? It looks like the documentation became stale with b8d473a04 (org-table: Insert new column to the right instead of the left, 2017-11-19). Thanks for updating it.