From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: headline and a table Date: Sat, 29 Dec 2018 09:41:17 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdFtM-0004qG-O9 for emacs-orgmode@gnu.org; Sat, 29 Dec 2018 09:47:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdFni-0000yO-F4 for emacs-orgmode@gnu.org; Sat, 29 Dec 2018 09:41:21 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:49565) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gdFni-0000wU-Bg for emacs-orgmode@gnu.org; Sat, 29 Dec 2018 09:41:18 -0500 Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id A2D541A2D3 for ; Sat, 29 Dec 2018 09:41:17 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 43RmV539xbzcbQ for ; Sat, 29 Dec 2018 09:41:17 -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.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org I have an orgmode table and a note in a headline and those two need to stay together in the same file. The table as is usual has headings. What I would like to know is if orgmode can do a boxed heading like this: |------|-------| | date | notes | |------|-------| I can live with plus signs being used in such a structure but think this kind of table heading would work better than: * note | date | notes | |------|-------| --