emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Publishing using the new exporter


From: Robert Klein
Subject: [O] Publishing using the new exporter
Date: Mon, 24 Sep 2012 11:57:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]