From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: how to change appearance of org-mode files on Github? Date: Thu, 27 Jun 2013 02:54:18 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b86e8c22ed38304e01d3b6b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us661-0005if-BX for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 02:54:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us65z-0000wv-V1 for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 02:54:21 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:50775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us65z-0000wp-Np for emacs-orgmode@gnu.org; Thu, 27 Jun 2013 02:54:19 -0400 Received: by mail-pa0-f53.google.com with SMTP id tj12so643442pac.12 for ; Wed, 26 Jun 2013 23:54:18 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode --047d7b86e8c22ed38304e01d3b6b Content-Type: text/plain; charset=ISO-8859-1 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? 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? --047d7b86e8c22ed38304e01d3b6b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

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 gra= phical HTML tables, etc.

Is there a way to c= ontrol the way .org files appear on Github?

I tried adding some export options in the usual manner

#+OPTIONS:   H:2 toc:t=20

but th= e options are not reflected.

Is this possible?=A0

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

--047d7b86e8c22ed38304e01d3b6b--