From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-reveal cannot export Date: Thu, 07 Aug 2014 14:22:03 +0200 Message-ID: <87wqakmqvo.fsf@nicolasgoaziou.fr> References: <87mwbgzevu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFMhD-0000re-HR for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:21:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFMh7-0001V7-DH for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:21:27 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFMh7-0001TZ-7B for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 08:21:21 -0400 In-Reply-To: <87mwbgzevu.fsf@gmail.com> (Nick Dokos's message of "Thu, 07 Aug 2014 08:02:45 -0400") 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: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > 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. It should not use `org-html-headline' anyway, as there is no guarantee that this is the right function for headlines. To "export like html back-end", there are `org-export-data-with-backend' and `org-export-with-backend' functions, which doesn't require to know the original function. Regards, -- Nicolas Goaziou