I'm using <?php editable_post_meta(get_the_ID(), 'blahblah', 'rich'); ?> in a page template and having trouble with autop.
The wysiwyg doesn't seem to like generating P tags. It does do UL's and headings, but no P. I'm hesitant to wrap the editable_post_meta tag in a P itself because the wysiwyg does indeed spit out other block level elements such as UL, plus that would limit the being just one paragraph...
I'm using fee 1.9.5-alpha. Any advice would be great!