I'm trying to export a map as raster (GeoTIFF with world file) from print composer. The world file is always coming with Map units because I'm using Google Satellite from OpenLayers web plugin. I tried to change the CRS from Projected coordinate (EPSG:900913) to Geographic coordinate (edited : WGS84 EPSG:4326) in order to get lat/lng in the world file and the world file come as expected. But after changing to EPSG:4326 the position of some features were not correct. So I assume the transformation I'm doing is wrong.
The objective is to use Google basemap, add my layers and labels, then save everything as GeoTIFF to be used in other software. but that software is accepting only GeoTIFF with lat/long info in the world file not projections as map units.
Is there other way to do this conversion?