Firstly, thanks to scribu for a truly awesome plugin that takes wordpress user-friendlyness to a new level :)!
I experience the same problem as wjdennen, i also use custom fields and theis code to get the meta:
echo wpautop(editable_post_meta(get_the_ID(), ‘kol1’, ‘rich’, $echo = false));
I can edit it, but it strips out the paragraphs on the AJAX(?) loading, but works fine when i update. This may cause confusion for my customers that will update the site. Is there any work-around available?
Again, thanks for a awesome plugin!