From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Change in ox export for #+DATE keywords Date: Sat, 08 Aug 2015 11:35:17 +0200 Message-ID: <87egjeazsa.fsf@nicolasgoaziou.fr> References: <87si7ulvjv.fsf@linaro.org> <877fp6cka5.fsf@nicolasgoaziou.fr> <87k2t6w60m.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO0Vi-0006Gr-9k for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO0Vd-0008Bo-A3 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:33:50 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:46839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO0Vd-0008BL-3T for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 05:33:45 -0400 In-Reply-To: <87k2t6w60m.fsf@linaro.org> ("Alex \=\?utf-8\?Q\?Benn\=C3\=A9e\=22's\?\= message of "Sat, 08 Aug 2015 09:15:05 +0100") 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: Alex =?utf-8?Q?Benn=C3=A9e?= Cc: emacs-orgmode@gnu.org Alex Benn=C3=A9e writes: > Nicolas Goaziou writes: > >> Hello, >> >> Alex Benn=C3=A9e writes: >> >>> I've been using org-mode as a source for my presentations but exporting >>> broke today following an ELPA update. It seems the line: >>> >>> #+DATE: KVM Forum 2015 >>> >>> Is no longer acceptable. >> >> FWIW, I export it without an error. Do you use a custom export >> back-end? > > I'm using ox-reveal (for Reveal.js). I'm finding it hard to trigger an > actual backtrace so maybe the problem is there. I've had a cursory look at ox-reveal.el[fn:1]. There is a strange thing, indeed. In `org-reveal-template', line 888, (plist-get info :author) should be wrapped within (org-export-data ...). However, it is not related to your error. Therefore, I suspect an installation problem on your side. Regards, [fn:1] https://github.com/yjwen/org-reveal/blob/master/ox-reveal.el=20