On Jun 23, 2008, at 12:39 PM, Richard G Riley wrote:

Carsten Dominik <[EMAIL PROTECTED]> writes:

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......


That fixed it. I had never published before and my first query of this
variable says it did not exist ...

This is because it is located in a module that is not loaded by default, only when it is needed.

If you want all these modules loaded, all variable always available, I think you
can load Org with

(require 'org-install)
(org-require-autoloaded-modules)


- Carsten


_______________________________________________
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