From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Raschdorff
Subject: org-mode + ? (maybe mtsend.py) = weblog-editor
Date: Wed, 18 Oct 2006 01:37:38 +0200
Message-ID:
Mime-Version: 1.0 (Apple Message framework v752.3)
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43)
id 1GZyTz-0004WM-FH
for emacs-orgmode@gnu.org; Tue, 17 Oct 2006 19:36:27 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43)
id 1GZyTx-0004Tw-9Z
for Emacs-orgmode@gnu.org; Tue, 17 Oct 2006 19:36:26 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
by lists.gnu.org with esmtp (Exim 4.43) id 1GZyTx-0004Tm-1i
for Emacs-orgmode@gnu.org; Tue, 17 Oct 2006 19:36:25 -0400
Received: from [193.164.134.233] (helo=macnews.de)
by monty-python.gnu.org with esmtps (SSL 3.0:RSA_3DES_EDE_CBC_SHA:24)
(Exim 4.52) id 1GZyTx-0005wr-02
for Emacs-orgmode@gnu.org; Tue, 17 Oct 2006 19:36:25 -0400
Received: from [194.97.165.224] (account pl10882 HELO [192.168.178.20])
by macnews.de (CommuniGate Pro SMTP 5.0.11)
with ESMTPSA id 58645272 for Emacs-orgmode@gnu.org;
Wed, 18 Oct 2006 01:36:22 +0200
List-Id: "General discussions about Org-mode."
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
To: emacs-orgmode
hello,
is somebody using emacs + org.mode to publish to a wordpress-blog?
My Idea:
* BLOG-IT: This is the headline
header information about category, if comments are enabled or not etc.
(like it is described in the [documentation for mtsend.py](http://
scott.yang.id.au/2002/12/mtsendpy/)
Main-Text
---
A more detailed information about the syntax can be found on the
mtsend.py website.
About mtsend,py (it works also for wordpress blogs :-):
"It uses XML-RPC exported by Movable Type to retrieve posts, edit
posts, make new post entry, fix up categories and list recent posts,
etc. It is a command line tool, i.e. no graphical user interface, but
it is relatively easy to use."
Would be nice to have an org-mode enabled weblog-editor, but even
witout using org-mode, I didn't find a solution for emacs + x =
wordpress-blog-editor.
I've the feeling that it could be possible to use mtsend.py and emacs
(+ orgmode?) to post to a wordpress blog, but unfortunaly I'm to
dumb a newbie when it comes emacs programming.
Any Ideas? Somebody already using emacs and/or orgmode as a weblog-
editor?
P h i l