From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: TODO or checkbox in tables Date: Thu, 08 Aug 2019 15:19:32 +0200 Message-ID: <87ef1vokuz.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36988) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hviKW-0006Rz-Q9 for emacs-orgmode@gnu.org; Thu, 08 Aug 2019 09:19:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hviKV-0007vw-Lp for emacs-orgmode@gnu.org; Thu, 08 Aug 2019 09:19:44 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:40496 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hviKV-0007ud-EJ for emacs-orgmode@gnu.org; Thu, 08 Aug 2019 09:19:43 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hviKP-000ah6-Qn for emacs-orgmode@gnu.org; Thu, 08 Aug 2019 15:19:37 +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 I would like to have something like this | | Patient | Nummer | Date | Quantity | Status | |---+---------+------------+--------------+----------+--------| | 1 | Smith | A180106540 | <2018-08-23 Thu> | 67.88 € | TODO | or | | Patient | Leistungsart | Nummer | Date | Quantity | Status | |---+---------+----------------+------------+--------------+----------+--------| | 1 | Smith | Labor Rechnung | A180106540 | <2018-08-23 Thu> | 67.88 € | [ ] | Any idea how to do that? It seems that https://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html offers one possibility, but is not really what I am looking for, because I would like to use a different header for each table which can have many rows, I don't want the header to be part of the table. Thanks Uwe Brauer