From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-cell in org-table with a list or a new paragraph Date: Tue, 04 Feb 2020 09:14:16 +0100 Message-ID: <875zgm22hz.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52063) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iytLh-0006EY-6b for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 03:14:21 -0500 In-Reply-To: (flow's message of "Mon, 05 Aug 2019 14:13:38 +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-mx.org@gnu.org Sender: "Emacs-orgmode" To: flow Cc: emacs-orgmode@gnu.org Hi, flow writes: > I was wondering if I can get a new line inside the cell of a table in > Orgmode to be rendered as new paragraph or as a list. Hitting M-RET in a table's cell will open a new cell below and allow you to use "-" for a list item, but this list item won't be recognized as such when exporting. We cannot support list items within tables for export, this would be too complex and possibly confusing. -- Bastien