From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: still struggling with workflow Date: Thu, 06 Sep 2012 15:43:24 -0400 Message-ID: <4614.1346960604@alphaville.americas.hpqcorp.net> References: <5048EFE0.4080702@binghamton.edu> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hz9-0004GT-SQ for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 15:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9hz8-0002O6-87 for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 15:43:31 -0400 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:17140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9hz7-0002Nt-Tu for emacs-orgmode@gnu.org; Thu, 06 Sep 2012 15:43:30 -0400 In-Reply-To: Message from "Christopher W. Ryan" of "Thu, 06 Sep 2012 14:48:00 EDT." <5048EFE0.4080702@binghamton.edu> 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: "Christopher W. Ryan" Cc: emacs-orgmode@gnu.org Christopher W. Ryan wrote: > I've been using org-mode for, oh about a year now, and it seems like a > very useful tool. But I'm still struggling to understand and implement > effective workflows for projects, re-using bits and pieces of text. > > For example, I have a general project related to heat wave morbidity and > mortality, and indoor heat index. Hopefully I can parlay it into a > number of distinct studies, each with IRB applications, grant > applications, and papers (all pdf output), and presentations (beamer pdf > output.) For example, all my stuff for the first study is in a single > org file, HeatWaves1.org. The second project's documents will need to > re-use much of that material, but not all of it; and there will be some > new material. > > Is it viable to keep everything related to my heat wave work, for all > substudies, in the one org file, and customize the output to my needs at > different times, via judicious use of headlines and :export tags? Or is > it best to start a new org file for each substudy and copy/paste what is > needed from the old? > I should think you can do it either way: only you can decide what the best way is. If you decide to go the second way, you might want to investigate the #+INCLUDE mechanism: maybe you can use it to reduce duplication. I'm not an org "power user", so take the following with the appropriately-sized grain (or boulder) of salt: I would start with a single file and try to organize it in a way that encourages reuse, and be able to do what you need to do today and possibly tomorrow; don't worry too much about the day after tomorrow. If/when you find that the process is broken, or the processing takes too long, then reorganize it, massively if necessary; splitting it into multiple files might be the more natural thing to do at that point, but with the experience you have gained, you will probably be able to do that more reliably than when starting. Obviously, this is my personal biased view, and others might disagree. Bernt Hansen's write-up (http://doc.norang.ca/org-mode.html), as well as some of Tom Dye's project write-ups (check the "Reproducible Research Examples" section of http://orgmode.org/worg/org-contrib/babel/uses.html) might be good bedtime reading material: it's unlikely that they will answer your specific questions, but they might inspire you to come up with better solutions to your problems. Nick