help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[weblogger.el] Sending raw HTML to wordpress using weblogger.el


From: FFighter
Subject: [weblogger.el] Sending raw HTML to wordpress using weblogger.el
Date: Sun, 26 Jul 2009 22:15:41 -0700 (PDT)
User-agent: G2/1.0

Hello group!

I've installed weblogger 1.2 and could set it up and post to my
wordpress blog. The issue, however, is that every HTML tag is escaped,
and I can't format any of my text. For example, when I do M-x
weblogger-start-entry, I get this in a buffer:

Subject: Test post
From: admin
Newsgroup: My blog
--text follows this line--

<strong>This should be bold</strong>

When I press C-c C-c to save it as a draft and go to wordpress to
check what is there, I see this in raw HTML mode:

&lt;strong&gt;This should be bold&lt;/strong&gt;

I have searched everywhere but couldn't find a way to set it up so
that these tags would not be escaped. Not sure when it happens -- if
it is emacs/weblogger's fault or wordpress' fault. I simply want to
post it as raw HTML, so that I have control over formatting from
emacs.

Any suggestions appreciated,

Thanks,

Marcelo.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]