emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Publishing using the new exporter
@ 2012-09-24  9:57 Robert Klein
  2012-09-24 10:25 ` Nicolas Goaziou
  0 siblings, 1 reply; 23+ messages in thread
From: Robert Klein @ 2012-09-24  9:57 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2012-10-15  9:35 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-24  9:57 Publishing using the new exporter Robert Klein
2012-09-24 10:25 ` Nicolas Goaziou
2012-09-24 15:57   ` Nick Dokos
2012-09-24 17:25     ` Achim Gratz
2012-09-24 17:27   ` Robert Klein
2012-09-25  7:16     ` Robert Klein
2012-09-25 10:58       ` Nicolas Goaziou
2012-09-25 20:54       ` Nicolas Goaziou
2012-10-06 11:17     ` Nicolas Goaziou
2012-10-06 14:52       ` Robert Klein
2012-10-06 17:48         ` Nicolas Goaziou
2012-10-07 13:21           ` Robert Klein
2012-10-08 12:55             ` Nicolas Goaziou
2012-10-08 16:05               ` Robert Klein
2012-10-08 16:49                 ` Nicolas Goaziou
2012-10-08 17:36                   ` Robert Klein
2012-10-08 17:46                     ` Suvayu Ali
2012-10-09  5:06                       ` Robert Klein
2012-10-09 10:07                     ` Robert Klein
2012-10-10 16:59                       ` Nicolas Goaziou
2012-10-10 19:15                         ` Robert Klein
2012-10-11 21:55                           ` Nicolas Goaziou
2012-10-15  9:35                             ` Robert Klein

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).