summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Org.hs
AgeCommit message (Expand)Author
2012-08-04Don't include empty captions in figures.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-05-29Org writer: Add space before language name.John MacFarlane
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Adjusted writers to use "tex".John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2010-12-17Added new prettyprinting module.John MacFarlane
2010-12-05Org writer: Minor changes to documentation header.John MacFarlane
2010-12-04Added tests.Puneeth Chaganti
2010-12-04Added Org-mode writerPuneeth Chaganti