Re: [O] ox-reveal cannot export

2014-08-08 Thread Yujie Wen
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 :

Re: [O] ox-reveal cannot export

2014-08-07 Thread 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 t

Re: [O] ox-reveal cannot export

2014-08-07 Thread Nick Dokos
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 githu

Re: [O] ox-reveal cannot export

2014-08-07 Thread Tyler van Hensbergen
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

Re: [O] ox-reveal cannot export

2014-08-05 Thread Nick Dokos
Robert Eckl writes: > Hi, > > after a long time i recently played with ox-reveal (with > org-mode release_8.3beta-167-g003edd) > > While exporting to reveal i get > > Symbol's function definition is void: org-html-format-headline--wrap > > What i'm missing? > Well, you are missing that f

[O] ox-reveal cannot export

2014-08-05 Thread Robert Eckl
Hi, after a long time i recently played with ox-reveal (with org-mode release_8.3beta-167-g003edd) While exporting to reveal i get Symbol's function definition is void: org-html-format-headline--wrap What i'm missing? Regards, Robert