From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: tables, comment in one line, export to html Date: Tue, 19 Apr 2016 11:08:11 +0000 Message-ID: <87inzdhn50.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asTW2-0002zr-UK for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 07:08:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asTVx-00070J-3S for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 07:08:22 -0400 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:38246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asTVw-0006zZ-PX for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 07:08:17 -0400 Received: by mail-wm0-x229.google.com with SMTP id u206so23247297wme.1 for ; Tue, 19 Apr 2016 04:08:15 -0700 (PDT) Received: from Gilgamesch (gilgamesch.quim.ucm.es. [147.96.12.99]) by smtp.gmail.com with ESMTPSA id u4sm68998628wjz.4.2016.04.19.04.08.13 for (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 19 Apr 2016 04:08:13 -0700 (PDT) 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 Hello I would like to have a table entry in which the last colum contains comments which I don't want to export to html. Like this | Joe Smith | 7 | 25 | 5 | | 37 | | #+begin_comment from group B B #+end_comment | But this does not work. So how can I achieve it? thanks Uwe Brauer