John Kitchin <jkitc...@andrew.cmu.edu> writes: > hm... maybe it has been a while since I ran that ;) I pushed some > changes that seem to have it working on a small test file. >
Yes, it does not fail any longer. Thanks! > This code is somewhat on the border of a filter/custom export. There are > probably links that will now work with it, I have not tested it super > thoroughly. > > Notably, it does not preserve relative paths, but rather renames files > and images and replaces the links in the org-file with the new > names. It was too hard to figure out how to preserve the paths when I > wrote this originally. > OK. I'm just kicking the tires for now. > Nick Dokos writes: > >> John Kitchin <jkitc...@andrew.cmu.edu> writes: >> >>> I did something like this for org-files: >>> https://github.com/jkitchin/jmax/blob/master/ox-archive.el >>> >> >> I tried this on some arbitrary org file (not containing any references) and >> I got an error: >> -- Nick