summaryrefslogtreecommitdiff
path: root/test/writer.org
Commit message (Collapse)AuthorAge
* Revert "Better indentation under headers in org mode output."John MacFarlane2017-11-04
| | | | This reverts commit 1a81751cef330d875cc34f11cde4a0d478969db7.
* Better indentation under headers in org mode output.John MacFarlane2017-11-04
| | | | | | | See #4036. Close examination by org experts needed, to ensure that nothing breaks.
* Added `spaced_reference_links` extension.John MacFarlane2017-05-25
| | | | | | | | | | | | | | This is now the default for pandoc's Markdown. It allows whitespace between the two parts of a reference link: e.g. [a] [b] [b]: url This is now forbidden by default. Closes #2602.
* Org writer: reduce to two spaces after bulletsAlbert Krewinkel2017-02-04
| | | | | | | | The org writer was inserting two spaces after list bullets. Emacs Org-mode defaults to a single space, so behavior is changed to reflect this. Closes: #3417
* Moved tests/ -> test/.John MacFarlane2017-02-04