From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: One more question about org-element parse-tree Date: Sat, 14 Sep 2013 13:14:07 +0200 Message-ID: <87eh8rac5c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKno4-0002ZZ-FB for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 07:14:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKnnx-0007ic-68 for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 07:14:28 -0400 Received: from plane.gmane.org ([80.91.229.3]:33625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKnnw-0007iM-VJ for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 07:14:21 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VKnnu-0004Dz-Ol for emacs-orgmode@gnu.org; Sat, 14 Sep 2013 13:14:18 +0200 Received: from g231111064.adsl.alicedsl.de ([92.231.111.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Sep 2013 13:14:18 +0200 Received: from tjolitz by g231111064.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Sep 2013 13:14:18 +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 List, Hi Nicolas, I (still) have a question about the parser and the yielded parse-tree: - Circular List :: used for - headline hierarchies (:parent attribute) - plain-lists/items (:structure attribute) - :CATEGORY attribute - [somewhere else too??] w.r.t. the :CATEGORY attribute: Is this :CATEGORY attribute special somehow? When it is not set explicitly, it seems to be set automatically as non-directory part of the org-file name (sans-extension) in the first first-level headline and then referenced (via the circular list mechanism) in the other first-level headlines. Are there other cases like this where attribute values are tagged and reused? PS 1 [BUG?] I use outorg to write my emails in full Org-mode, and the strange indentation you see above results from applying `fill-region' on paragraphs (that are part of a list item) while writing this post. Bug or wrong use? Org Version too old? (Org-mode version 8.0.6 (release_8.0.6-341-g338603) PS 2 BTW, does a MWE org-file exist that contains _all_ syntactical elements of Org-mode and thus serves as a test-file for all cases? -- cheers, Thorsten