> Uwe Brauer <o...@mat.ucm.es> 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?