emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-publish


From: Carsten Dominik
Subject: Re: [Orgmode] org-publish
Date: Sun, 22 Jun 2008 17:07:14 +0200

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:address@hidden:~/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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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