From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Publishing using the new exporter Date: Tue, 25 Sep 2012 22:54:53 +0200 Message-ID: <871uhpakma.fsf@gmail.com> References: <50602E92.3080705@mpip-mainz.mpg.de> <87y5jzafab.fsf@gmail.com> <50609817.705@mpip-mainz.mpg.de> <50615A38.2020506@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGcDh-0007tf-OV for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 16:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGcDg-0002sp-Ni for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 16:59:05 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:59555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGcDg-0002sd-HC for emacs-orgmode@gnu.org; Tue, 25 Sep 2012 16:59:04 -0400 Received: by wibhj13 with SMTP id hj13so988336wib.12 for ; Tue, 25 Sep 2012 13:59:03 -0700 (PDT) In-Reply-To: <50615A38.2020506@mpip-mainz.mpg.de> (Robert Klein's message of "Tue, 25 Sep 2012 09:16:08 +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: Robert Klein Cc: emacs-orgmode@gnu.org Hello, Robert Klein writes: > when the :html-preamble function is just: > #+begin_src elisp > (defun s2-preamble () > "alpha-mark") > #+end_src > > the text "alpha-mark" also doesn't get inserted, though simply setting > #+begin_src elisp > :html-preamble "alpha-mark" > #+end_src > works. > > > If i set :html-preable to either s2-preamble or 's2-preamble nothing > gets inserted. It should be fixed now. Note that a preamble function require one argument: a plist containing export options. Regards, -- Nicolas Goaziou