Jappie Klooster ebfc59dedc Undo this renaming of org_reader to org_emacs_reader.. API shouldn't change like this | vor 6 Jahren | |
---|---|---|
.. | ||
LICENSE | vor 6 Jahren | |
README.org | vor 6 Jahren | |
__init__.py | vor 6 Jahren | |
org_reader.py | vor 6 Jahren |
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.
This plugin only need orgco
python package.
You can install it with =pip=: #+BEGIN_SRC sh pip install orgco #+END_SRC
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: #+BEGIN_SRC python PLUGINS = ['org_reader'] #+END_SRC
With this plugin, you define settings with the ORGMODE
variable,
a dictionary.
code_highlight=: =True
or False
, enable code highlight withExemple of settings: #+BEGIN_SRC python ORGMODE = { 'code_highlight': False, } #+END_SRC
Simply write content in Org format.
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.
#+BEGIN_QUOTE With orgco you can convert Emacs’ orgmode to other formats. #+END_QUOTE
Sébastien Gendre Website