An Org Mode Exporter Backend For AsciiDoc
- Make sure you have org-mode v8.0 or later
- Clone this repository
- Add the following to your .emacs
(add-to-list 'load-path "~/path/to/org-asciidoc/") (require 'ox-asciidoc)
- open a .org file and run
org-asciidoc-export-as-asciidoc
AsciiDoc backend understands the following attributes in a
ATTR_ASCIIDOC
line.
- 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