From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: how to disable timestamp html export Date: Thu, 27 Jun 2013 16:54:35 +0200 Message-ID: <87sj03mw75.fsf@bzg.ath.cx> References: <20130605160600.GA9699@osiux.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkX-0000Ah-PX for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsDkS-000267-8t for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:41 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:35913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsDkS-00025Y-2C for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 11:04:36 -0400 Received: by mail-wg0-f43.google.com with SMTP id z11so658732wgg.34 for ; Thu, 27 Jun 2013 08:04:35 -0700 (PDT) In-Reply-To: <20130605160600.GA9699@osiux.com.ar> (OSiUX's message of "Wed, 5 Jun 2013 13:06:00 -0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: OSiUX Cc: emacs-orgmode@gnu.org OSiUX writes: > When export using org-publish-project, > Org add a comment with timestamp in HTML: > > # git diff > > > > viewing two years of orgmode with gnuplot > - > + > > > > 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