emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Mark Meyer
Subject: [O] Using org-export-get-reference for strings
Date: Thu, 30 Mar 2017 19:33:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hi list,
In ox-epub I'm using several references to external stylesheets,
starting with the external name in the user filesystem I transform
these into a kind-of unique id that lives in the EPUB zip file.

Currently I'm doing this using a counter, generating zip entries in the
form of style-1.css. Can I use `org-export-get-reference' to generate
these ids? I would likely pass a simple string as the object to get a
reference to (the path the external stylesheet lives at).

>From what I understand this would generate different references for
`foobar.css' and `../foobar.css' even when 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
   address@hidden



reply via email to

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