emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] ox-reveal cannot export


From: Yujie Wen
Subject: Re: [O] ox-reveal cannot export
Date: Fri, 8 Aug 2014 21:53:24 +0800

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 <address@hidden>:
Hello,

Nick Dokos <address@hidden> writes:

> Tyler van Hensbergen <address@hidden> writes:
>
>> Robert Eckl <eckl.r <at> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]