From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: org-publish Date: Sat, 21 Jun 2008 15:05:53 +0200 Message-ID: References: <7s4p7nouop.fsf@richardriley.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KA2n8-0004vB-40 for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 09:06:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KA2n5-0004ti-QO for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 09:06:04 -0400 Received: from [199.232.76.173] (port=40457 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KA2n5-0004tf-LP for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 09:06:03 -0400 Received: from an-out-0708.google.com ([209.85.132.241]:29076) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KA2n5-000625-4J for emacs-orgmode@gnu.org; Sat, 21 Jun 2008 09:06:03 -0400 Received: by an-out-0708.google.com with SMTP id c38so375306ana.84 for ; Sat, 21 Jun 2008 06:06:02 -0700 (PDT) In-Reply-To: (Manish's message of "Sat, 21 Jun 2008 18:13:01 +0530") 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: Manish Cc: org-mode Manish writes: > On Sat, Jun 21, 2008 at 5:40 PM, Richard G Riley wrote: >> Manish writes: >> >>> 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 >>> >> Did this work for you? It made no difference in my case. > > Actually, no. The reason I mentioned it was because it seemed to > be a required setting. I suspect it's not working for me because > of some conflicting settings somewhere (been frobbing with my > setup lately.) I am sorry it didn't work. Sorry for the noise. > > -- Manish Could someone who uses org-publish possibly post their setting for this variable and possibly a subset (including header) of a published file?