From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: org-table-wrap-region insert new lines if needed? Date: Sun, 29 Sep 2019 08:24:43 +0200 Message-ID: <87pnjjei1g.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51135) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iESdc-0000mN-8y for emacs-orgmode@gnu.org; Sun, 29 Sep 2019 02:24:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iESdb-0005L7-BO for emacs-orgmode@gnu.org; Sun, 29 Sep 2019 02:24:56 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:56690 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iESdb-0005Dy-47 for emacs-orgmode@gnu.org; Sun, 29 Sep 2019 02:24:55 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iESdX-000j4m-Ag for emacs-orgmode@gnu.org; Sun, 29 Sep 2019 08:24:51 +0200 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: emacs-orgmode@gnu.org Hi The behavior of org-table-wrap-region behaves as described in the doc string ,---- | The wrapped text is pasted back into the table. If you formatted it to | more lines than it was before, fields further down in the table get | overwritten - so you might need to make space in the table first. `---- Would it be possible in the future, to avoid that text is overwritten my automatically increase the needed space? Regards Uwe Brauer