OSiUX <xu...@osiux.com.ar> writes: > When export using org-publish-project, > Org add a comment with timestamp in HTML: > > # git diff > > <html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es"> > <head> > <title>viewing two years of orgmode with gnuplot</title> > -<!-- 2013-06-05 mié 12:10 --> > +<!-- 2013-06-05 mié 12:38 --> > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> > <meta name="generator" content="Org-mode" /> > > In my .emacs, I have: > > (setq org-publish-project-alist > (quote (("osiux-blog-org" > ...others...options... > :with-timestamps nil > > How I can disable this feature?
(setq org-export-time-stamp-file nil) or :time-stamp-file nil in publishing projects. -- Bastien