From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: [ANN] Org Export in contrib Date: Tue, 29 Nov 2011 07:15:47 +0100 Message-ID: <4ED47893.1070401@roklein.de> References: <87ipm8w1jz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVGz1-0000qy-Uf for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 01:16:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVGz0-0002hm-NB for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 01:15:59 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:55258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVGz0-0002hZ-Ak for emacs-orgmode@gnu.org; Tue, 29 Nov 2011 01:15:58 -0500 In-Reply-To: <87ipm8w1jz.fsf@gmail.com> 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: n.goaziou@gmail.com Cc: emacs-orgmode@gnu.org On 11/25/2011 06:32 PM, Nicolas Goaziou wrote: > Hello, > > I've pushed org-export.el to contrib. It's a general export engine, > built on top of org-elements aiming at simplifying life of both > developers and maintainers (and, therefore, of end-users). > Hi Nicolas, I'd like to make same remarks regarding the Wikipedia exporter included in the generic exporter: Is the exporter supposed to export a whole wiki or a sub-wiki from a org-file or a single wiki page? If it is to be only a single wiki page, could you change the variables :body-section-header-prefix and :body-section-header-suffix to begin with "==" instead of "="? The level 1 headings are supposed to be only used for the page title (cf. http://www.mediawiki.org/wiki/Help:Formatting and the note on the talks page http://www.mediawiki.org/wiki/Help_talk:Formatting#Level_1). Second, when I format my org file like this: * heading some text. some text. some text. the text currently gets exported with the leading blanks. This causes the Mediawiki to render the text as preformatted. Is there a way around this? Thanks you very much. Best regards Robert