From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yujie Wen Subject: Re: ox-reveal cannot export Date: Fri, 8 Aug 2014 21:53:24 +0800 Message-ID: References: <87mwbgzevu.fsf@gmail.com> <87wqakmqvo.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0153840c6c42bc05001e876e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFkbn-0004bR-4W for emacs-orgmode@gnu.org; Fri, 08 Aug 2014 09:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFkbl-0002lS-QU for emacs-orgmode@gnu.org; Fri, 08 Aug 2014 09:53:27 -0400 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:34239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFkbl-0002lF-Is for emacs-orgmode@gnu.org; Fri, 08 Aug 2014 09:53:25 -0400 Received: by mail-ie0-f178.google.com with SMTP id rd18so6236731iec.23 for ; Fri, 08 Aug 2014 06:53:24 -0700 (PDT) In-Reply-To: <87wqakmqvo.fsf@nicolasgoaziou.fr> 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 Mode" --089e0153840c6c42bc05001e876e Content-Type: text/plain; charset=UTF-8 Hi, I've switched org-reveal's code to follow ox-html's changes. Since ox-html is changing, I've committed my codes to devel branch. Please pull the devel branch and try the fixes. Please let me if there are any issue. Thanks. Regards, Yujie 2014-08-07 20:22 GMT+08:00 Nicolas Goaziou : > 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 > > --089e0153840c6c42bc05001e876e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

=C2=A0 I've = switched org-reveal's code to follow ox-html's changes. Since ox-ht= ml is changing, I've committed my codes to devel branch.

= =C2=A0 Please pull the devel branch and try the fixes.

=C2=A0 Please let me if there are any issue. Thanks.

Regards,
Yujie


2014-08-07 20:22 GMT+08:00 Nicolas Goaziou <ma= il@nicolasgoaziou.fr>:
Hello,

Nick Dokos <ndokos@gmail.com>= writes:

> Tyler van Hensbergen <tyler@mainstreetgenome.com> writes:
>
>> Robert Eckl <eckl.r <at> gmx.de> writes:
>>
>>> While exporting to reveal i get
>>>
>>> =C2=A0 =C2=A0 =C2=A0 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:
>
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0...
> =C2=A0 =C2=A0 =C2=A0 =C2=A0(full-text (org-html-headline headline cont= ents info)))
> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0...
>
> instead of passing a nil for contents.

It should not use `org-html-headline' anyway, as there is n= o guarantee
that this is the right function for headlines.

To "export like html back-end", there are `org-export-data-with-b= ackend'
and `org-export-with-backend' functions, which doesn't require to k= now
the original function.


Regards,

--
Nicolas Goaziou


--089e0153840c6c42bc05001e876e--