Thanks for the link everybody,
here is what I end up doing, i.e., I added these to my .emacs file (which worked like a charm)
(
add-hook
'after-init-hook
'org-mobile-pull
)
(
add-hook
'kill-emacs-hook
'org-mobile-push
)
cheers
M