From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler van Hensbergen Subject: Re: ox-reveal cannot export Date: Thu, 7 Aug 2014 10:30:59 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFLCG-0000ay-81 for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 06:45:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFLCB-0004e1-0n for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 06:45:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:53217) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFLCA-0004dv-RF for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 06:45:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XFLBw-0002EZ-9s for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 12:45:04 +0200 Received: from host-78-145-251-102.as13285.net ([78.145.251.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2014 12:45:04 +0200 Received: from tyler by host-78-145-251-102.as13285.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2014 12:45:04 +0200 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: emacs-orgmode@gnu.org Robert Eckl gmx.de> writes: > While exporting to reveal i get > > Symbol's function definition is void: org-html-format-headline--wrap > > What i'm missing? That function's name was changed. I made a temporary fix on a forked branch on github and submitted a pull request today (warning I'm new to elisp so I may have missed something). https://github.com/yjwen/org-reveal/pull/69 Not sure if it fixes everything but it is working for me know and I am no longer receiving that error.