From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: The order of interpreting when exporting Date: Mon, 03 Nov 2014 15:02:45 +0100 Message-ID: <87tx2ge60q.fsf@wmi.amu.edu.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlIDi-00021N-CI for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 09:02:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlIDg-0004XH-I4 for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 09:02:58 -0500 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:52718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlIDg-0004Wi-BD for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 09:02:56 -0500 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id 9C35A42273 for ; Mon, 3 Nov 2014 15:02:53 +0100 (CET) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cYa375i8x2CI for ; Mon, 3 Nov 2014 15:02:53 +0100 (CET) Received: from localhost (unknown [IPv6:2001:808:114:6:51c9:16de:243d:4c92]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 8214642272 for ; Mon, 3 Nov 2014 15:02:53 +0100 (CET) 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: Org-Mode mailing list Hi there, do I get it right that exporting starts with the deepest parts, and then proceeds to the outer ones? I.e., when I have a function call of the type (org-html-whatever (element contents info)) then the `contents' are already interpreted by similar functions at the lower (`inner') levels? Taking an even more concrete example: is org-html-item run (repeatedly, for each item) before org-html-plain-list? Just wanted to know, I'm building two things at the same time: a custom exporter and a mental model of one;-). Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University