Org2blog

From WikEmacs
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
org2blog
Description Blog from org-mode to wordpress
Author Punchagan
Maintainer name of maintainer
Source https://github.com/punchagan/org2blog
Part of Emacs no

org2blog/wp is a tool to publish directly from Emacs’ org-mode to WordPress blogs. Note that another package is named org2blog too and publishes to blogger.

Org2blog/wp originaly works with an article per page (if so, you can optionnally access a dashboard in .org2blog.org in the org directory), but it is also possible to publish an org subtree.

Features include:

  • post an org file
  • post an org subtree
  • source code blocks
  • upload images or files
  • use post templates
  • update or delete entry/page
  • use any number of wordpress blogs
  • use org-mode's export options
  • can use tags as categories
  • reported to work with dotclear

Installation

Org2blog/wp is available in Marmalade, you can install it with package.el.

Add the org2blog directory to your load path and then add

(setq load-path (cons "~/.emacs.d/org2blog/" load-path))
(require 'org2blog-autoloads)

to your dot emacs.

Usage

Just read the official documentation, it is pretty easy ! https://github.com/punchagan/org2blog

See also

A full list of org based blogging engines: http://orgmode.org/worg/org-blog-wiki.html (some are outdated)