From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Greater Elements Date: Sun, 21 Apr 2013 22:49:15 +0200 Message-ID: <877gjv7gok.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU1CV-0001kp-Lt for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 16:49:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UU1CU-0007TI-8o for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 16:49:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:36702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UU1CU-0007T9-2K for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 16:49:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UU1CN-0001ua-Up for emacs-orgmode@gnu.org; Sun, 21 Apr 2013 22:49:23 +0200 Received: from g231233158.adsl.alicedsl.de ([92.231.233.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 22:49:23 +0200 Received: from tjolitz by g231233158.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 21 Apr 2013 22:49:23 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Nicolas, Hi List, citing from 'org-element.el': ,------------------------------------------------------------------ | 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'. `------------------------------------------------------------------ I find the 'containing other elements (and only elements)' confusing. Don't some of these greater elements contain plain text as well as Org objects? -- cheers, Thorsten