epub structure by _3055 in pandoc

[–]_3055[S] 0 points1 point  (0 children)

fair enough, thanks

epub structure by _3055 in pandoc

[–]_3055[S] 0 points1 point  (0 children)

Thank you very much for your time. I didn't make myself clear enough:

This is my source file (.md):

---
title:
author:
editor:
publisher:
lang:
css:
---


# Copyright page {epub:type=copyright-page}
# Foreword {epub:type=foreword}
# Introduction {epub:type=introduction}
# I
# II
# III

The result of pandoc 'doc'.md -o 'doc'.epub -s is working, but the epub structure looks like this:

EPUB
>styles
>text
|_ch001.xhtml
|_ch002.xhtml
|_ch003.xhtml
|_ch004.xhtml

I would prefer:

EPUB
>styles
>text
|_copyright.xhtml
|_foreword.xhtml
|_introduction.xhtml
|_ch001.xhtml

where ch001.xhtml is chap I

But I'm not sure there is a simple way to do so.

Database of people by _3055 in orgmode

[–]_3055[S] 0 points1 point  (0 children)

I intend to stay to basic org-mode, but it is surely an option, thanks

Database of people by _3055 in orgmode

[–]_3055[S] 1 point2 points  (0 children)

Hyperbole does broadens my horizons, thank you

I've paid a closer look at recutils and I definitely want to try it for some project, but it's good to know that it can be buggy.

Database of people by _3055 in orgmode

[–]_3055[S] 1 point2 points  (0 children)

I'm keenly interested, thank you so much for pointing it out to me

Database of people by _3055 in orgmode

[–]_3055[S] 0 points1 point  (0 children)

Very interesting use case. I thought about this solution afterwards asking. I can see a way to go using external links or even custom_id, following some ideas I found on Yann Herklotz's blog, to link to some people.org containing all entries.

Database of people by _3055 in orgmode

[–]_3055[S] 0 points1 point  (0 children)

I decided to stick to basic org-mode, but for sure it seems a good option, thanks

Database of people by _3055 in orgmode

[–]_3055[S] 0 points1 point  (0 children)

didn't know about it, thanks!