Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.71 KB

README.org

File metadata and controls

74 lines (50 loc) · 1.71 KB

Org Python Reader plugin

This plugin add the possibility to write your pages and blog posts in Org format from Emacs Org-mode.

To generate your website, you don’t need Emacs, Pandoc or any other software.

Dependency

This plugin only need orgco python package.

You can install it with pip:

pip install orgco

Install

First, install this plugin in path know by pelican. Set pelican variable PLUGIN_PATHS in pelicanconf.py if necessary.

Second, enable this plugin by adding his name to the pelican variable PLUGINS in pelicanconf.py

Exemple:

PLUGINS = ['org_python_reader']

Settings

With this plugin, you define settings with the ORGMODE variable, a dictionary.

Available settings:

  • code_highlight: True or False, enable code highlight with orgco. Default is True.

Exemple of settings:

   ORGMODE = {
	 'code_highlight': False,
   }

Usage

Simply write content in Org format.

More informations

Org-mode

Org-mode is an Emacs mode for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.

Orgco

With orgco you can convert Emacs’ orgmode to other formats.

Author

Sébastien Gendre <seb@k-7.ch> Website