From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: ox-reveal cannot export Date: Thu, 07 Aug 2014 08:02:45 -0400 Message-ID: <87mwbgzevu.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFMPa-0000kC-62 for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFMPT-0003Wo-Sc for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:03:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:40145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFMPT-0003Vz-MT for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:03:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XFMPR-0008MA-72 for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 14:03:05 +0200 Received: from pool-173-48-174-104.bstnma.fios.verizon.net ([173.48.174.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2014 14:03:05 +0200 Received: from ndokos by pool-173-48-174-104.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Aug 2014 14:03:05 +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 Tyler van Hensbergen writes: > 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. > I haven't read things carefully, so take this with a large grain of salt, but I think it should read: ... (full-text (org-html-headline headline contents info))) ... instead of passing a nil for contents. -- Nick