From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: org-publish Date: Sun, 22 Jun 2008 20:57:39 +0530 Message-ID: References: <7s4p7nouop.fsf@richardriley.net> <25984.1214108824@gamaville.dokosmarshall.org> 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 1KARTj-0006nW-V0 for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:27:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KARTi-0006n5-9r for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:27:43 -0400 Received: from [199.232.76.173] (port=37081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KARTi-0006n2-3Q for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:27:42 -0400 Received: from ti-out-0910.google.com ([209.85.142.190]:48061) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KARTh-0005Gq-Ap for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:27:41 -0400 Received: by ti-out-0910.google.com with SMTP id u5so838615tia.10 for ; Sun, 22 Jun 2008 08:27: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: Carsten Dominik Cc: org-mode , Richard G Riley Nick>>> I have a minimal setup that works fine for me. Here is the relevant Nick>>> section from my org initialization file, which gets loaded from .emacs: Nick>>> Nick>>> ;;; org-publish Nick>>> (setq org-publish-project-alist Nick>>> '(("status" Nick>>> :base-directory "~/lib/status/weekly" Nick>>> :publishing-directory "/ssh:nick@foo.bar.com:~/public_html/logs" Nick>>> :publishing-function org-publish-org-to-html Nick>>> :headline-levels 3 Nick>>> :section-numbers nil Nick>>> :table-of-contents nil Nick>>> ; :style nil Nick>>> :auto-preamble t Nick>>> :auto-postamble nil Nick>>> ))) Nick>>> Nick>>> (require 'org-publish) Manish>> I have similar settings but I still do not get any output. Any Manish>> ideas what I can check or what other debug information can I Manish>> provide? Manish>> Manish>> Any thoughts appreciated. Carsten> Have you tried Carsten> Carsten> (setq org-publish-use-timestamps-flag nil) Carsten> Carsten> Carsten> ? Maybe you have not changed the input files for a while, and Org thinks Carsten> they have already been published...... Works perfectly now! What is curious is that it did not work earlier even when the files were modified and saved. But now it works not just after setting this to nil (publish irrespective of modified time) but publishes correctly with t after the files are modified as it should (it did not work earlier, I swear.) I will try various settings to see if I can repeat that state and report if I succeed. Thanks again. Best, -- Manish