On Sat, Jun 21, 2008 at 6:57 AM, Richard G Riley wrote:
  >
  > I am trying to use org-publish
  >
  > I have defined
  >
  > (setq org-publish-project-alist
  >      '(("RgrBlog"
  >         :base-directory "/home/rgr/.emacs.d/org-files/"
  >         :publishing-directory "~/webs/rgr/public_html/org-publish/"
  >         :section-numbers nil
  >         :author "rgr"
  >         :table-of-contents t
  >         :style "<link rel=stylesheet
  >                     href=\"stylesheet.css\"
  >                     type=\"text/css\">")))
  >
  > But when I call org-publish I get nothing. Obviously I have missed
  > something obvious (the directories are correct) since no files appear at
  > all.

I have also been trying to make this work and have a similar setup.
Not sure if this will help in your case but try adding:

   :publishing-function org-publish-org-to-html

-- Manish


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to