Skip to content

Tags: cdadar/ox-epub

Tags

v0.3

Toggle v0.3's commit message
Revert "Add Emacs 26 pretest to Travis CI job"

This reverts commit 2e2dd75.

v0.2.4

Toggle v0.2.4's commit message
Fix handling of EPUBSTYLE

In org mode 9.0:

(org-split-string "") -> '()

In org mode 9.1+:

(org-split-string "") -> '("")

So we switch to split-string, which does what we want.

Fixes ofosos#15

v0.2.3

Toggle v0.2.3's commit message
Remove language name before source block

v0.2.2

Toggle v0.2.2's commit message
Properly expand directory names on MacOS

v0.2.1

Toggle v0.2.1's commit message
Fix xhtml export

ox-epub would under certain conditions generate invalid xhtml, this
change should fix these conditions.

v0.2

Toggle v0.2's commit message
Add condition-case handler around export process

This handler will remove the temporary directory and print a message,
should any error arise.

0.1.6

Toggle 0.1.6's commit message
Push another rename fix

v0.1.5

Toggle v0.1.5's commit message
Merge pull request ofosos#1 from syohex/lib

Load missing library 'seq.el'

v0.1.4

Toggle v0.1.4's commit message
update the examples

v0.1.3

Toggle v0.1.3's commit message
remoe unused variable and change mapcar to mapc