On Thu, Jun 27, 2013 at 02:54:18AM -0400, Peter Salazar wrote:
> Github supports org-mode files, and has a renderer that parses .org files
> and converts them to HTML form. Headings appear in larger font, org 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?

No.  The github parser is very basic and is outdated.

> 
> If not, what's the best way to automatically push to the web the most
> version of a locally stored org-mode file without having to Export to HTML
> every time I make a change?

Since you are using git, you can try git push hooks.  For hints you can
look at the setup on Worg.

  <http://orgmode.org/worg/worg-setup.html>

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to