Re: [O] [PATCH] ox-html: Fix handling of time-stamp-file

2013-05-30 Thread Nicolas Goaziou
Hello, Kodi Arfer writes: > From: Kodi Arfer > Date: Thu, 30 May 2013 15:19:57 -0400 > Subject: [PATCH] ox-html: Fix handling of time-stamp-file > > * lisp/ox-html.el (org-html--build-meta-info): Insert no timestamp > when :time-stamp-file is nil. > > TINYCHANGE Applied. Thank you. Regards

[O] [PATCH] ox-html: Fix handling of time-stamp-file

2013-05-30 Thread Kodi Arfer
>From 10814da65829d6918d736188027723dde30b4a3c Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Thu, 30 May 2013 15:19:57 -0400 Subject: [PATCH] ox-html: Fix handling of time-stamp-file * lisp/ox-html.el (org-html--build-meta-info): Insert no timestamp when :time-stamp-file is nil. TINYCHANGE