Skip to content

menandmice/org-asciidoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 99.1%
  • Makefile 0.9%