Skip to content

lane-s/org-blog-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

org-blog-mode

https://img.shields.io/badge/License-GPL%20v3-blue.svg

org-blog-mode is an emacs client for org-blog

It’s one part of a larger system that allows you to blog directly from org-mode! It also defines a new major mode for managing blog posts.

Installation

The package is not currently on MELPA. I’ll submit a recipe if more people become interested.

For now, just clone the repo and load org-blog-mode.el

If you’re using spacemacs, add the following to your dotspacemacs-additional-packages

(org-blog 
:location (recipe 
           :fetcher github
           :repo "lane-s/org-blog-mode"))

New commands to be used in org-mode

commanddescription
org-blog-post-bufferSends the current buffer contents to the org-blog server
org-blog-preview-bufferSends the current buffer contents for previewing on the frontend
org-blog-delete-buffer-postAttempt to delete the currently visited post from the server
org-blogOpen the org-blog buffer for managing posts

org-blog-mode commands

commanddescriptiondefault binding
org-blog-delete-post-at-pointRequest to delete the post on the current line from the serverD
org-blog-open-post-at-pointOpen the post on the current line. If it does not exist locally, pull it from the server.RET

Configuration variables

namedescription
org-blog-server-urlThe url of the org-blog server to use
org-blog-local-data-fileThe file to use as a local cache (defaults to ~/.org-blog)

About

Emacs client for the org-blog server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published