From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Publishing using the new exporter Date: Mon, 24 Sep 2012 11:57:38 +0200 Message-ID: <50602E92.3080705@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG5QI-0001TJ-2m for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 05:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG5QG-0008LR-KZ for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 05:57:54 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:29488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG5QG-0008LD-EO for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 05:57:52 -0400 Received: from [10.20.2.71] (port=35914 helo=vmmail1.mpip-mainz.mpg.de) by gate1.mpip-mainz.mpg.de with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TG5Q3-0005tj-2o for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 11:57:39 +0200 Received: from p54a34015.dip0.t-ipconnect.de ([84.163.64.21] helo=lobel.lobel) by vmmail1.mpip-mainz.mpg.de with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.72) (envelope-from ) id 1TG5Q3-00076t-Kr for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 11:57:39 +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, I'm trying to use the new exporter for publishing a project. For some reason all .org files get exported to zero length .html files. The org-e-publishh-project-alist is currently shortened to: #+begin_example (setq org-e-publish-project-alist '(("s2-org" :base-directory "~/Documents/org/s2" :base-extension "org" :publishing-directory "~/public_html/s2" :publishing-function org-e-publish-org-to-html ) ("s2-extra" :base-directory "~/Documents/org/s2" :base-extension "css\\|pdf\\|png\\|jpg\\|gif\\|ksh\\|sh\\|py" :publishing-directory "~/public_html/s2" :publishing-function org-e-publish-attachment :include (".htaccess") :recursive t) ("s2" :components ("s2-org" "s2-extra")) )) #+end_example The files in s2-extra all get published without a hitch. Just the .org files turn up wrong. I'd be very thankful for any advice or pointers in the right direction. Thanks an best regards Robert