Just tying up loose ends on this... Tim Burt was kind enough to go offline with me for a while on this, but I realized I should put my final solution out there. There is an option in blogger to post in raw html, so for those just starting, that's an option. Just C-u C-c C-e C-R and paste into blogger. I already had some 30 posts and re-doing them would have been awful. Here's what I ended up doing: - write up post in org-mode - highlight region - C-u C-c C-e C-R - new file and yank the html - write the file as export.txt - in a terminal run: perl -pi -e ' s/\R//g; s/\
//g; s/\<\/p\>/\n\n/g;' export.txt --- This removes the begin paragraph tag and replaces the end paragraph tag with some new-line characters. - refresh export.txt - copy the whole buffer and then paste into blogger Paragraph beginnings have two spaces that I go through and delete and since I also write to export to LaTeX I use \quote and need to go through and change them to
where necessary. I obviously also have to clean up LaTeX only stuff... It's hardly any work and I can live with it, especially since I get the power of org-mode for writing things up along with it's mutli-faceted export capabilities *and* the fact that I have the file with me rather than just on blogger. For what its worth, perhaps someone can gain from this! John It's been working great and On Wed, Jul 28, 2010 at 1:48 PM, John Hendy in my posts anyway but prefer the single
> line space created by just on
.
>
> I dunno -- any thoughts? Should I re-do like 30 posts for this? Is there
> any other way?
>
>
> Thanks for the help, all.
> John
>
> On Wed, Jul 28, 2010 at 5:30 AM, Tim Burt
>> > for every line break) but this would also require fixing all
>> > pre-existing posts which is pretty much not an option.
>> >
>> > Any idea what I could do?
>> Let me know if the article reference does not help solve the issue.
>>
>> Tim
>>
>>
>> >
>> >
>> > Thanks,
>> > John
>> > _______________________________________________
>> > Emacs-orgmode mailing list
>> > Please use `Reply All' to send replies to the list.
>> > Emacs-orgmode@gnu.org
>> > http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>