I've hacked around the problem.
I've created a text file: add_to_crontab
As I have fun_plug installed, to the startup script as the last step, I've put command:
crontab /path/to/my/file/add_to_crontab
Thus any changes I want to crontab, I edit add_to_crontab and then load that file via crontab command.