From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joon Ro Subject: Re: publishing subtrees Date: Mon, 9 Jan 2017 02:48:38 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_CY4PR15MB1622C81A4A681B850CBA74FAEB640CY4PR15MB1622namp_" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQQ0r-0005wn-QV for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 21:48:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQQ0o-0000OF-NT for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 21:48:45 -0500 Received: from blu004-omc1s29.hotmail.com ([65.55.116.40]:50645) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cQQ0o-0000Mq-EK for emacs-orgmode@gnu.org; Sun, 08 Jan 2017 21:48:42 -0500 In-Reply-To: Content-Language: en-US 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" To: Matt Price , Org Mode --_000_CY4PR15MB1622C81A4A681B850CBA74FAEB640CY4PR15MB1622namp_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > In my course repositories, I have all my lecture notes in one file, and a= ll my assignments in another. So they have the form > > * Lecture 1 > ** Slide 1 > ** Slide 2 > * Lecture 2 ... > > * Assignment 1 > ** Description > ** Rubric > * Assignment 2... > > I'd like to have publishing functions that, say, export all first-level h= eadings to html with ox-reveal, and uploads those to a location on the web.= Or, alternatively, export them all to org in a remote location ,where they= can be viewed on github or using jeyll or something. > > Is anyone doing something like this already? Is it possible using hte bui= lt-in publishing functions? I do pretty much the same thing for my course contents. I think the followi= ng is relevant to what you want: http://emacs.stackexchange.com/questions/2259/how-to-export-top-level-headi= ngs-of-org-mode-buffer-to-separate-files [https://cdn.sstatic.net/Sites/emacs/img/apple-touch-icon@2.png?v=3Ddbead6d= eb8b0] elisp - How to export top-level headings of org-mode ... emacs.stackexchange.com How can each top-level heading of an org-mode buffer be exported to a separ= ate file named after the value of the corresponding CUSTOM_ID + (sanitized)= title? Best Regards, Joon --_000_CY4PR15MB1622C81A4A681B850CBA74FAEB640CY4PR15MB1622namp_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

> In my course repositories, I have = all my lecture notes in one file, and all my assignments in another.  = So they have the form

> * Lecture 1
> ** Slide 1
> ** Slide 2
> * Lecture 2 ...
> * Assignment 1
> ** Description
> ** Rubric
> * Assignment 2...
> I'd like to have publishing functions that, say, export all first= -level headings to html with ox-reveal, and uploads those to a location on = the web. Or, alternatively, export them all to org in a remote location ,wh= ere they can be viewed on github or using jeyll or something.  
> Is anyone doing something like this already? Is it possible using= hte built-in publishing functions? 

I do pretty much the same thing for my course contents. I think the = following is relevant to what you want:

http://emacs.stackexchange.= com/questions/2259/how-to-export-top-level-headings-of-org-mode-buffer-to-s= eparate-files
emacs.stackexchange.com
How can each top-level heading of an org-mode buffer be exported to a separ= ate file named after the value of the corresponding CUSTOM_ID + (saniti= zed) title?


Best Regards,
Joon



--_000_CY4PR15MB1622C81A4A681B850CBA74FAEB640CY4PR15MB1622namp_--