John Kitchin <johnrkitc...@gmail.com> writes:

> All the discussion about citations has gotten me thinking. It is easy
> enough to export cite links to the pandoc format, including pre and post
> text. I have done a proof of concept of this in a markdown export.
>
> I would like to do an org export to org, with the goal of the exported
> org document to no longer have cite:KEY1,KEY2 but rather [@KEY1; @KEY2]. So 
> far my
> investigations of exporting org to org have not led anywhere; the links are
> untouched, even with an org format option in the link definition.
>
> Are links ignored in an org export to org? If not, is there some trick
> to converting them to another format?
>

ox-org.el defines the org backend with  (link . org-org-identity) -
actually just about everything is tied to org-org-identity (with a few
exceptions of course). Maybe you can derive a backend which munges links
appropriately (for some value of "appropriately")?

-- 
Nick


Reply via email to