From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: re: wide column problem Date: Sat, 1 Feb 2020 06:16:28 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59370) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ixqlK-0003xQ-71 for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 06:16:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ixqlJ-00074G-6Q for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 06:16:30 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:60653) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ixqlJ-000733-3b for emacs-orgmode@gnu.org; Sat, 01 Feb 2020 06:16:29 -0500 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 488s3c5GtPzybt for ; Sat, 1 Feb 2020 06:16:28 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 488s3c3hl1zcbW for ; Sat, 1 Feb 2020 06:16:28 -0500 (EST) 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: emacs-orgmode@gnu.org The table should have a 40 character line wrap limit in the work column and would look like this: | arrived | staff | work | left | |------------------------+-----------------+-------------------------------------------------------------------------+------------------------| | [2020-01-28 Tue 09:08] | Daedon and Doug | watch Doug laundry dishes | [2020-01-28 Tue 13:08] | | | | trash removal containers recovery | | | [2020-01-29 Wed 20:30] | umuaru | brought food | [2020-01-29 Wed 20:45] | | [2020-01-30 Thu 13:00] | alex | fixed drains brought lunch and black bags | [2020-01-30 Thu 14:00] | | | | put light cover on over stove | | | | | | | I had to use ex to insert lines with field delimiters in the table then cut and paste text to have gone in the second line of the first and third records. --