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 02:46:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3731bab1-338e-41a9-8bf0-6cc5fde56ddc@o15g2000yqm.googlegroups.com> References: 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 1248953082 18858 80.91.229.12 (30 Jul 2009 11:24:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jul 2009 11:24:42 +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 13:24:35 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 1MWTkQ-00053d-Om for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 13:24:35 +0200 Original-Received: from localhost ([127.0.0.1]:55473 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWTkQ-0007LD-1j for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 07:24:34 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!news2.glorb.com!postnews.google.com!o15g2000yqm.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: 82.170.39.193 Original-X-Trace: posting.google.com 1248947205 9481 127.0.0.1 (30 Jul 2009 09:46:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 30 Jul 2009 09:46:45 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o15g2000yqm.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:171321 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:66507 Archived-At: 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, > > Thanks, > > Marcelo. I have the same problem with Aquamacs, but not with Carbon Emacs, but I still have to figure out why it is happening. I'll let you know if I'll find out. Giovanni