From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: FFighter Newsgroups: gmane.emacs.help Subject: [weblogger.el] Sending raw HTML to wordpress using weblogger.el Date: Sun, 26 Jul 2009 22:15:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248696621 8775 80.91.229.12 (27 Jul 2009 12:10:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 12:10:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 27 14:10:14 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MVP1w-0003dz-Ms for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jul 2009 14:10:12 +0200 Original-Received: from localhost ([127.0.0.1]:48365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVP1v-0007Zv-Ux for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jul 2009 08:10:11 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j21g2000yqe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 189.182.162.212 Original-X-Trace: posting.google.com 1248671741 18780 127.0.0.1 (27 Jul 2009 05:15:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 27 Jul 2009 05:15:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j21g2000yqe.googlegroups.com; posting-host=189.182.162.212; posting-account=dbn-lQoAAADGy-D-cCQl9k_ZM_XLcGXR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1b4) Gecko/20090518 Firefox/3.5b4 (Swiftfox), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171229 X-Mailman-Approved-At: Mon, 27 Jul 2009 08:08:23 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66427 Archived-At: 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-- This should be bold 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: <strong>This should be bold</strong> 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.