Re: [O] ANN/RFC: ox-epub

2017-04-18 Thread Mark Meyer
I will look into Image Export. Cheers, Mark On Tue, Apr 18, 2017, at 12:47, Rasmus wrote: > Hi Mark, > > Mark Meyer <m...@ofosos.org> writes: > > > I'll keep looking on how to best implement [math support]. > > Probably the default solution should be images. D

Re: [O] ANN/RFC: ox-epub

2017-04-17 Thread Mark Meyer
ut that support is not clearly specified in the standard. So using MathJax may be possible on some devices, but not on others. I'll keep looking on how to best implement this. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] ANN/RFC: ox-epub

2017-04-17 Thread Mark Meyer
I'll aim to do this week. Tables should be no problem. Equations I'll say are not supported. I'd assume you want MathML support, this was delivered with EPUB 3.0.1, while we're currently targeting EPUB 2.0.1. Let me look into that. Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] ANN/RFC: ox-epub

2017-04-16 Thread Mark Meyer
it. Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] Using org-export-get-reference for strings

2017-03-30 Thread Mark Meyer
hen these are identical documents. This should be fixed by passing `(expand-file-name style)' to `org-export-get-reference'. I'm not quite sure I understand `org-export-get-reference' correctly, can you elucidate this? Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] How to include menu entry in C-x C-e

2017-03-26 Thread Mark Meyer
Hi, how do I include a menu entry from my module, when people hit C-x C-e? Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] ox-odt backend use of org-export-async-start

2017-03-26 Thread Mark Meyer
-- Mark Meyer m...@ofosos.org

Re: [O] ox-epub

2017-03-13 Thread Mark Meyer
Sorry, the code lives here: https://github.com/ofosos/ox-epub Also available on MELPA. Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] ox-epub

2017-03-13 Thread Mark Meyer
? Are there any technical barriers to continuing development on ox-epub to me? The legal stuff is not an issue to me. Do you find the addition worthwile? Speak your mind. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Error on html export

2017-02-27 Thread Mark Meyer
, Mark -- Mark Meyer m...@ofosos.org

[O] Error on html export

2017-02-27 Thread Mark Meyer
element-set-contents #("test" 0 4 (:parent (#0))) nil) #[257 "\211\305\306\307#\310\311\211:\204 I see that `org-element-set-contents' expects a list to operate on, but is getting passed an array. This is with org-mode 9.0.5. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
I extracted the headlines in `org-epub-template' (should find a better place). And this works like a charm. And now I can use the same heading text multiple times and get a proper export. Thank you very much. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
pub-mode/ Oh, this is nice :) That's a very good use of esxml. I definitely like it. I thought about doing the zipping in `org-epub', but had to get some other stuff working first. But you already wrote the code :) Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
), but I can easily write the partial tocs into one/multiple temp buffers and copy them over after that. Thanks. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
t from the `:completion-function'. I'll definitely looking into `org-export-collect-headlines'. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
easier in org 8, since every internal link was just something like `sec-8-2'. Thanks for you quick replies. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
g the toc generation. Thanks. Cheers, Mark -- Mark Meyer m...@ofosos.org

Re: [O] Searching for a headline

2017-02-26 Thread Mark Meyer
> character denotes a headline, not a level. Can you point me to a way to match a path in the tree? Thanks. Cheers, Mark -- Mark Meyer m...@ofosos.org

[O] Searching for a headline

2017-02-26 Thread Mark Meyer
3 headline it should be ``*** foobar'' and not ``* foobar''. ``org-publish-resolve-external-link'' uses ``org-export-string-to-search-cell'' internally. Can someone point me to some docuentation on how the searching works? Cheers, Mark -- Mark Meyer m...@ofosos.org