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