how to change appearance of org-mode files on Github?
Posted
by
Peter Salazar
on Super User
See other posts from Super User
or by Peter Salazar
Published on 2013-06-27T04:13:32Z
Indexed on
2013/06/27
4:24 UTC
Read the original article
Hit count: 494
Github supports org-mode files, and has a renderer that parses .org files and converts them to HTML form. Headings appear in larger font, text tables are converted to graphical HTML tables, etc.
Is there a way to control the way .org files appear on Github?
I tried adding some export options in the usual manner
#+OPTIONS: H:2 toc:t
but the options are not reflected.
Is this possible? If not, is there a workaround to display org-mode files through Github?
© Super User or respective owner