Have you tried

(setq org-publish-use-timestamps-flag nil)


? Maybe you have not changed the input files for a while, and Org thinks they have already been published......

- Carsten

On Jun 22, 2008, at 4:25 PM, Manish wrote:

 On Sun, Jun 22, 2008 at 9:57 AM, Nick Dokos wrote:

 [snip]

I have a minimal setup that works fine for me. Here is the relevant
section from my org initialization file, which gets loaded from .emacs:

;;; org-publish
(setq org-publish-project-alist
    '(("status"
       :base-directory "~/lib/status/weekly"
:publishing-directory "/ssh:[EMAIL PROTECTED]:~/public_html/ logs"
       :publishing-function org-publish-org-to-html
       :headline-levels 3
       :section-numbers nil
       :table-of-contents nil
;         :style nil
       :auto-preamble t
       :auto-postamble nil
       )))

(require 'org-publish)

 [example snipped]

I have similar settings but I still do not get any output.  Any
ideas what I can check or what other debug information can I
provide?

Any thoughts appreciated.

-- Manish


_______________________________________________
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



_______________________________________________
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