From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: FFighter Newsgroups: gmane.emacs.help Subject: Re: Sending raw HTML to wordpress using weblogger.el Date: Thu, 30 Jul 2009 10:33:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23c490fb-48b0-42c8-b343-86430490ce19@b15g2000yqd.googlegroups.com> 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 1249658339 26562 80.91.229.12 (7 Aug 2009 15:18:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2009 15:18:59 +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 21:08:04 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 1MWayw-0002g4-2C for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 21:08:02 +0200 Original-Received: from localhost ([127.0.0.1]:60861 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWayu-000864-UW for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Jul 2009 15:08:01 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b15g2000yqd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 47 Original-NNTP-Posting-Host: 189.182.196.29 Original-X-Trace: posting.google.com 1248975210 5705 127.0.0.1 (30 Jul 2009 17:33:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 30 Jul 2009 17:33:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b15g2000yqd.googlegroups.com; posting-host=189.182.196.29; posting-account=dbn-lQoAAADGy-D-cCQl9k_ZM_XLcGXR User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.12) Gecko/2009070811 Ubuntu/9.04 (jaunty) Firefox/3.0.12, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171348 X-Mailman-Approved-At: Thu, 30 Jul 2009 15:07:11 -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:66941 On Jul 30, 9:33=A0am, Giovanni Lanzani wrote: > 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 > > >wordpressblog. 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 towordpressto > > > 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 orwordpress' 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. Thanks Giovanni. Hoping that the developer will eventually see this post and correct this bug for emacs 23. Meanwhile, I can either send from emacs 22 or go directly to the wordpress web interface. I might try to solve it, but I have no idea where to star (well, my elisp skills are still weak). Regards, Marcelo.