emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@gnu.org>
To: OSiUX <xuiso@osiux.com.ar>
Cc: emacs-orgmode@gnu.org
Subject: Re: how to disable timestamp html export
Date: Thu, 27 Jun 2013 16:54:35 +0200	[thread overview]
Message-ID: <87sj03mw75.fsf@bzg.ath.cx> (raw)
In-Reply-To: <20130605160600.GA9699@osiux.com.ar> (OSiUX's message of "Wed, 5 Jun 2013 13:06:00 -0300")

OSiUX <xuiso@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

      parent reply	other threads:[~2013-06-27 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-05 16:06 how to disable timestamp html export OSiUX
2013-06-05 16:44 ` Nick Dokos
2013-06-11 15:12   ` OSiUX
2013-06-27 14:54 ` Bastien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sj03mw75.fsf@bzg.ath.cx \
    --to=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=xuiso@osiux.com.ar \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).