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.

Any help much appreciated.




_______________________________________________
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