Commit Graph

29 Commits

Author SHA1 Message Date
Christopher Bui
36f1b03025 Add usage to README 2017-02-14 05:06:45 -06:00
0741216c63 Merge branch 'avid-patch-1' 2017-01-04 11:49:10 +01:00
e2ce3cc130 fix indent 2017-01-04 11:48:23 +01:00
Avdi Grimm
0e758d06f9 Use prefixed version of cl-loop
I ran into some issues with the un-prefixed `loop` combined with the `for` keyword. I think the issue is that newer versions of Emacs don't alias `loop` to `cl-loop` by default? I had to explicitly require `cl` to make it work.
2017-01-03 14:37:52 -05:00
cc4f3cdb00 Update README
The mode is no longer available in the "contrib/" directory of org-mode,
see #14.
2016-10-31 14:01:01 +01:00
8fa2c82e4c Merge branch 'jgkamat-master' 2016-09-06 19:35:44 +02:00
Jay Kamat
8312a275c4
Add support for publishing via ox-gfm
Stolen from ox-md
2016-09-05 13:42:47 -04:00
Jake Romer
a46628aeb6 Add org-gfm-footnote-section
Adds an org-gfm-footnote-section function, modeled on org-html-footnote-section, 
to render the footnote section as cleaned-up Markdown.
2016-08-05 12:28:28 -04:00
Jake Romer
d856378748 Trim whitespace when there are no footnotes 2016-08-04 14:15:52 -04:00
Jake Romer
a3226de627 Render footnote section as HTML
Appends a footnote section, transcoded to HTML, to the GFM output. 
Fixes #11
2016-08-04 14:12:59 -04:00
32dd3626b6 Use org-export-get-reference for toc-id's
Fixes issue raised in #10.
2016-08-04 18:09:14 +02:00
437771130f Cleanup indentation; remove :export-block 2016-08-04 18:02:01 +02:00
66bed0d179 Merge pull request #9 from tkyobc/master
When preserve-breaks is set on, skip trimming newline in paragraph
2016-05-20 23:42:29 +02:00
Takuya OBUCHI
2feeb57a8d When preserve-breaks is set on, skip trimming newline in paragraph 2016-05-21 05:13:26 +09:00
Takuya OBUCHI
f7b76d5a78 Skip trimming newline in paragraph 2016-05-21 03:56:56 +09:00
4889adc219 Merge pull request #8 from scottoasis/master
Fix missing whitespaces in exported paragraphs.
2016-03-24 11:20:08 +01:00
Scott Wang
3c4c213283 Fix missing whitespaces in exported paragraphs. 2016-03-23 21:07:30 +08:00
52ce1bb0b6 Merge pull request #7 from scottoasis/master
Trim excess newlines inside paragraphs
2016-03-11 13:39:35 +01:00
Scott Wang
ab47a28575 Trim excess newlines inside paragraphs 2016-03-11 15:03:19 +08:00
77447e8cd3 Use dummy headers, but just for single row tables 2016-02-28 11:33:21 +01:00
92f418d3c5 Apply changes suggested by @jingtaozf 2016-02-28 11:31:27 +01:00
Scott Wang
ea7437a068 Render dummy headers 2016-01-04 00:15:31 +08:00
Scott Wang
44514aeea4 Supporting GFM tables 2016-01-03 14:49:50 +08:00
dc324f0f42 Fix #4. 2015-06-04 09:26:17 +02:00
8ed1651179 Removed bug from last commit. 2014-12-11 11:40:38 +01:00
9047ea9373 Fix #1 2014-12-08 12:06:23 +01:00
90e5a2c53c Removed org-gfm-lang, it is no longer necessary.
Earlier Github did not recognize, for instance, "emacs lisp" as a
language, so an associative list was used to map unrecognized languages
to a similar recognized language. This is no longer necessary.
2014-10-30 10:39:53 +01:00
373e05d632 Added README. 2014-10-30 10:32:37 +01:00
ad939c9a4f Initial commit. 2014-10-30 10:01:32 +01:00