From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Best practices for literate programming [was: Latex export of tables] Date: Wed, 17 Apr 2013 12:10:04 +0200 Message-ID: <20130417101004.GA25547@kuru.dyndns-at-home.com> References: <20130412080600.GA18235@panahar> <20130414232953.GC11696@kuru.dyndns-at-home.com> <20130416115619.GA12405@panahar> <20130416173948.GC7402@kuru.dyndns-at-home.com> <20130416221022.GA7809@panahar> <20130417063930.GA14455@kuru.dyndns-at-home.com> <871ua9pjkp.fsf@krugs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USPJg-0006uh-NL for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 06:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USPJa-0002Rv-9E for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 06:10:16 -0400 Received: from mail-ee0-f43.google.com ([74.125.83.43]:34421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USPJa-0002RY-2b for emacs-orgmode@gnu.org; Wed, 17 Apr 2013 06:10:10 -0400 Received: by mail-ee0-f43.google.com with SMTP id e50so674810eek.16 for ; Wed, 17 Apr 2013 03:10:08 -0700 (PDT) Content-Disposition: inline In-Reply-To: <871ua9pjkp.fsf@krugs.de> 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: "Rainer M. Krug" Cc: emacs-orgmode@gnu.org Hi Rainer, On Wed, Apr 17, 2013 at 11:55:50AM +0200, Rainer M. Krug wrote: > > I did not follow the initial thread, but the new header caught my > attentian, as I am doing something similar with papers. Nothing against > org for writing papers, but I prefer LyX [1]. But for doing the analysis, > org together, nothing beats org. So in my org file I have the > analysis which creates graphs on export (and a basic report of the > analysis, including all the source code necessary, which I can then use > as an appendix for the paper). > > These graphs are then inserted in the lyx file. I assume, you used > something similar, only that the oputput can then be used in the org > file (thesis) - correct? Yes something like that; usually for me analysis code is so complicated that doing it inside Org would be madness :-p, I have dedicated software projects for that. I only use Org for simple spreadsheet operations in tables and eventually plotting them. These then get included in the final "thesis" file. Cheers, -- Suvayu Open source is the future. It sets us free.