From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: org-publish Date: Sat, 21 Jun 2008 10:01:39 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9ulM-00071Z-NG for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 00:31:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9ulK-00071C-6L for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 00:31:43 -0400 Received: from [199.232.76.173] (port=57997 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9ulK-000715-3L for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 00:31:42 -0400 Received: from ti-out-0910.google.com ([209.85.142.188]:63586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9ulJ-0006P3-Uv for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 00:31:42 -0400 Received: by ti-out-0910.google.com with SMTP id u5so680932tia.10 for ; Fri, 20 Jun 2008 21:31:39 -0700 (PDT) In-Reply-To: Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Richard G Riley Cc: org-mode 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 " 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