emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-publish


From: Manish
Subject: Re: [Orgmode] org-publish
Date: Sat, 21 Jun 2008 10:01:39 +0530

  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




reply via email to

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