From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: merging subtrees (in a syllabus) Date: Wed, 23 Aug 2017 20:55:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a11473904e7219f055771f00c" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkchA-0007qL-QX for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:56:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkch9-0003Za-0Z for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:56:12 -0400 Received: from mail-yw0-x233.google.com ([2607:f8b0:4002:c05::233]:36292) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkch8-0003X8-Qx for emacs-orgmode@gnu.org; Wed, 23 Aug 2017 16:56:10 -0400 Received: by mail-yw0-x233.google.com with SMTP id y64so7789316ywf.3 for ; Wed, 23 Aug 2017 13:56:08 -0700 (PDT) In-Reply-To: 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 --001a11473904e7219f055771f00c Content-Type: text/plain; charset="UTF-8" On Tue, Aug 22, 2017 at 4:10 PM Matt Price wrote: > And then I'd run some elisp that mashes them all up together, and give > that to the students, since I think that'll make it easier for them to read. > > Anyone on the list have any ideas? > How about using plain old #+INCLUDE: Example made up from your examples: ===== a.org (for exporting) ===== * Outline ** <2017-09-12 Tue> (Week {{{n}}}) Hacking History in the Himalaya #+INCLUDE: "b.org::#hacking-history-in-the-himalaya-intro" :only-contents t #+INCLUDE: "b.org::#hacking-history-in-the-himalaya-background" *** Lab 01: Getting Started #+INCLUDE: "b.org::#lab-getting-started" :only-contents t ** <2017-09-19 Tue> (Week {{{n}}}) Language of the Web #+INCLUDE: "b.org::#the-language-of-the-web-intro" :only-contents t #+INCLUDE: "b.org::#the-language-of-the-web-readings" *** Lab 02: Understanding HTML #+INCLUDE: "b.org::#lab-understanding-html" :only-contents t ===== ===== b.org (for your content development) ===== * Discussion Topics ** Hacking History in the Himalaya *** Intro :PROPERTIES: :CUSTOM_ID: hacking-history-in-the-himalaya-intro :END: Why we should write history, why everyone should do it, and why that means we need the Web. Hacker cultures, collaborative learning, knowledge sharing, non-expert culture. And a few words about the world's third-tallest mountain. *** Background :PROPERTIES: :CUSTOM_ID: hacking-history-in-the-himalaya-background :END: - [[ http://www.journalofamericanhistory.org/issues/952/interchange/index.html][JAH - The Promise of Digital History]] - [[ http://writinghistory.trincoll.edu/revisioning/tanaka-2012-spring/][Pasts in a Digital Age]] ** The Language of the Web *** Intro :PROPERTIES: :CUSTOM_ID: the-language-of-the-web-intro :END: The Web is written in a language called HTML, with some help from other lanugages called CSS and Javascript. The nonlinear and interactive properties of these languages afford new possibilities for storytelling. We explore how the Internet works, and what that means for historical narrative. *** Readings :PROPERTIES: :CUSTOM_ID: the-language-of-the-web-readings :END: - Vannevar Bush, "[[ http://www.theatlantic.com/magazine/archive/1969/12/as-we-may-think/3881/][As We May Think]]" - Tim Berners-Lee, /Weaving the Web/ [[file:readings/berners-lee-weaving-web.pdf][Ch. 2,4]]. - Edward L. Ayers, "[[http://www.vcdh.virginia.edu/Ayers.OAH.html][History in Hypertext]]" - Rus Shuler, "[[ http://www.theshulers.com/whitepapers/internet_whitepaper/index.html][How Does the Internet Work?]]" * Labs ** Getting Started :PROPERTIES: :CUSTOM_ID: lab-getting-started :END: - HTML and Markdown - Some Tools: Github, Dropbox, Atom Text Editor - About Our Partners ** Understanding HTML :PROPERTIES: :CUSTOM_ID: lab-understanding-html :END: *Resources:* [[http://jsbin.com/#html,live][JSBin online HTML/Javascript editor]]; [[http://codeacademy.net][codeacademy courses]]; [[ http://en.wikipedia.org/wiki/HTML][on Wikipedia]]; [[http://www.w3.org/MarkUp/Guide/][w3 guide]]; also cf. Zotero Bibliography ---------------------- Because the course readings and hte lab are often separate, it can be difficult and confusing to maintain the course outline in its final form. Id like to be able, instead, to maintain the labs and readings separately, and /merge/ them to produce the final document. So I'd start with something like this: ===== If it also comes with a thought about how to generate an org date objet > form an initial seed and a session number, that's be fabulous too. > I don't have a good idea on how to implement the date thing, but I see that others have provided some input. -- Kaushal Modi --001a11473904e7219f055771f00c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Tue, Aug 22= , 2017 at 4:10 PM Matt Price <mopt= op99@gmail.com> wrote:
And then I'd run some elisp that mashes them all up to= gether, and give that to the students, since I think that'll make it ea= sier for them to read.

Anyone on the list have= any ideas?

How about using pla= in old #+INCLUDE:

Example made up from your exampl= es:

=3D=3D=3D=3D=3D a.org= (for exporting) =3D=3D=3D=3D=3D
* Outline
** = <2017-09-12 Tue> (Week {{{n}}}) Hacking History in the Himalaya
=
#+INCLUDE: "b.org::#hacking-history-in-the-himalaya-intro" := only-contents t
#+INCLUDE: "b.org::#hacking-history-in-the-h= imalaya-background"
*** Lab 01: Getting Started
#+= INCLUDE: "b.org::#lab-getting-started" :only-contents t
** <2017-09-19 Tue> (Week {{{n}}}) Language of the Web
#+I= NCLUDE: "b.org::#the-language-of-the-web-intro" :only-contents t<= /div>
#+INCLUDE: "b.org::#the-language-of-the-web-readings"
*** Lab 02: Understanding HTML
#+INCLUDE: "b.org::#= lab-understanding-html" :only-contents t
=3D=3D=3D=3D= =3D

=3D=3D=3D=3D=3D b.org (for your content development) =3D=3D=3D=3D=3D
* Discussion Topics
** Hacking History in the Himalaya
*** Intro
:PROPERTIES:
:CUSTOM_ID: hacking-history-in-= the-himalaya-intro
:END:
Why we should write history, w= hy everyone should do it, and why that means we
need the Web.=C2= =A0 Hacker cultures, collaborative learning, knowledge sharing,
n= on-expert culture. And a few words about the world's third-tallest moun= tain.
*** Background
:PROPERTIES:
:CUSTOM_ID:= hacking-history-in-the-himalaya-background
:END:
- [[<= a href=3D"http://www.journalofamericanhistory.org/issues/952/interchange/in= dex.html][JAH">http://www.journalofamericanhistory.org/issues/952/interchan= ge/index.html][JAH - The Promise of Digital History]]
** The Language of the Web
*** Intro
:PROPERTIES:
:CUSTOM_ID: the-language-of-th= e-web-intro
:END:
The Web is written in a language call= ed HTML, with some help from other
lanugages called CSS and Javas= cript. The nonlinear and interactive properties of
these language= s afford new possibilities for storytelling. We explore how the
I= nternet works, and what that means for historical narrative.
*** = Readings
:PROPERTIES:
:CUSTOM_ID: the-language-of-the-w= eb-readings
:END:
- Tim Berners-Lee, /Weaving the We= b/ [[file:readings/berners-lee-weaving-web.pdf][Ch. 2,4]].
- Edwa= rd L. Ayers, "[[http://www.vcdh.virginia.edu/Ayers.OAH.html][History in Hype= rtext]]"
* Labs
** Getting Started
:P= ROPERTIES:
:CUSTOM_ID: lab-getting-started
:END:
<= div>- HTML and Markdown
- Some Tools: Github, Dropbox, Atom Text = Editor
- About Our Partners
** Understanding HTML
=
:PROPERTIES:
:CUSTOM_ID: lab-understanding-html
:E= ND:
*Resources:* [[http://jsbin.com/#html,live][JSBin online HTML/Javascript editor]]; [[= http://codeacademy.net][codeacademy = courses]]; [[http://en.wi= kipedia.org/wiki/HTML][on
Wikipedia]]; [[http://www.w3.org/MarkUp/Guide/][w3 guide]]= ; also cf. Zotero Bibliography

-------------------= ---

Because the course readings and hte lab are of= ten separate, it can be difficult
and confusing to maintain the c= ourse outline in its final form. Id like to be
able, instead, to = maintain the labs and readings separately, and /merge/ them to
pr= oduce the final document.=C2=A0 So I'd start with something like this:<= /div>
=3D=3D=3D=3D=3D



If it also comes with a thought about how t= o generate an org date objet form an initial seed and a session number, tha= t's be fabulous too.=C2=A0

= I don't have a good idea on how to implement the date thing, but I see = that others have provided some input.=C2=A0
--

Kaushal Modi

--001a11473904e7219f055771f00c--