From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-ctrl-c-ctrl-c in comments Date: Tue, 08 Dec 2015 21:39:05 +0000 Message-ID: <87d1ugpqme.fsf@mat.ucm.es> References: <87zixlkzde.fsf@mat.ucm.es> <87fuzclvcm.fsf@mat.ucm.es> <877fkokfu9.fsf@alphaville.usersys.redhat.com> <87zixkkfl2.fsf@mat.ucm.es> <8737vckcwf.fsf@alphaville.usersys.redhat.com> <87r3iwkbd9.fsf@mat.ucm.es> <87lh94pwnk.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6Pyd-0001Du-Jk for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 16:39:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6Pya-00028n-7n for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 16:39:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:34104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6Pya-00028T-1d for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 16:39:12 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6PyY-0002Zg-PK for emacs-orgmode@gnu.org; Tue, 08 Dec 2015 22:39:10 +0100 Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 22:39:10 +0100 Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2015 22:39:10 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > Uwe Brauer writes: > Well, I'm not an expert on org syntax but reading the comments of > org-element.el, I see I was wrong about the other blocks: "greater > elements" can contain other elements (e.g. tables). The list of > "greater elements" given there is > ,---- > | ;; Element containing other elements (and only elements) are called > | ;; greater elements. Concerned types are: `center-block', `drawer', > | ;; `dynamic-block', `footnote-definition', `headline', `inlinetask', > | ;; `item', `plain-list', `property-drawer', `quote-block', `section' > | ;; and `special-block'. > `---- > So center-blocks, quote-blocks and special blocks allow the table to > be recognized as a table, whereas comment-blocks, src-blocks and > verse-blocks do not. The point is that I have emails which contains tables and I don't want to send these tables. So one possibility is to use comment blocks and org-mime-htmlize, which does not export text in comments blocks. Are there other blocks, which are greater elements and can be configured that they are *not* exported?