> is there any progress about automatic export to pdf/eps
Why not just save all your figures as PDF. Then there's no need to export.
If you need PDF and EPS you can use ipetoipe in a loop, e.g. in linux
something like this:
for IPEFILE in *.pdf ; do ipetoipe -eps $IPEFILE ${IPEFILE%.pdf}.eps ; done