flyingmachine / org-asciidoc

An org-mode exporter backend for AsciiDoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org-asciidoc

An Org Mode Exporter Backend For AsciiDoc

Setup

  1. Make sure you have org-mode v8.0 or later
  2. Clone this repository
  3. Add the following to your .emacs
    (add-to-list 'load-path "~/path/to/org-asciidoc/")
    (require 'ox-asciidoc)
        
  4. open a .org file and run org-asciidoc-export-as-asciidoc

AsciiDoc specific attributes

AsciiDoc backend understands the following attributes in a ATTR_ASCIIDOC line.

Tables

width
a percentage value to specify the table width with in the current column. Valid value: 1…99
pgwdth
a boolean value to specify the table should be column width or page width in multi-column setup. Valid value: t or nil

About

An org-mode exporter backend for AsciiDoc

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 99.1%Language:Makefile 0.9%