Dan Pomohaci <[EMAIL PROTECTED]> writes: > Hello, > > I use planner at work and at home on two different computers. At the > end of the week I would like to merge the day pages completed at work > with the corresponding day pages completed home. I would like > something automate not ediff on each pair. Is it already a function to > do that or I must make one?
I don't think there is a function that can do this merge process. I would do the following: * Put the planner files in a revision control system * Merge between home and work, if you have access to a server from both sites * Or send changesets with all changes to the other host I use a similar setup to synchronize a directory that contains a bunch of muse files (see http://www.xsteve.at/prg/emacs_dvc/) One problem you might face with this setup for planner files is that you should exchange your changesets regulary to avoid merge conflicts due to editing on two different places. So your advanced merging function would still be useful. Stefan. _______________________________________________ Planner-el-discuss mailing list [email protected] https://mail.gna.org/listinfo/planner-el-discuss
