From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giovanni Lanzani Newsgroups: gmane.emacs.help Subject: Re: Sending raw HTML to wordpress using weblogger.el Date: Thu, 30 Jul 2009 07:33:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <3731bab1-338e-41a9-8bf0-6cc5fde56ddc@o15g2000yqm.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248964849 25948 80.91.229.12 (30 Jul 2009 14:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 14:40:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 30 16:40:42 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 1MWWoD-0005IV-Uy for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 16:40:42 +0200 Original-Received: from localhost ([127.0.0.1]:41301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWWoD-0005m5-3J for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 10:40:41 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b14g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 38 Original-NNTP-Posting-Host: 82.170.39.193 Original-X-Trace: posting.google.com 1248964392 1788 127.0.0.1 (30 Jul 2009 14:33:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 30 Jul 2009 14:33:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b14g2000yqd.googlegroups.com; posting-host=82.170.39.193; posting-account=01cJgAoAAABsrO-6gxIr5yJThcciW6rX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171327 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:66513 Archived-At: On Jul 30, 11:46=A0am, Giovanni Lanzani wrote: > On Jul 27, 7:15=A0am, FFighter wrote: > > > > > > > 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, I found the problem (but not the solution). With Emacs 22.3 this does not happend, only with >23 (included 23.1). Probably it is a problem where the developer should look into.