From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Re: Org babel does not work properly with included files Date: Thu, 05 May 2011 17:10:51 -0500 Message-ID: <4DC3206B.7050109@sift.info> References: <4DBDFE55.7080303@sift.info> <4DBE1B3D.8080007@sift.info> <87aaf0vpgb.fsf@gmail.com> <4DC312CF.6050408@sift.info> <87r58csurn.fsf@gmail.com> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:53311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI6l5-00038c-7E for emacs-orgmode@gnu.org; Thu, 05 May 2011 18:10:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QI6l4-0007hs-6B for emacs-orgmode@gnu.org; Thu, 05 May 2011 18:10:55 -0400 Received: from mpls.sift.info ([75.146.46.193]:55376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QI6l4-0007hk-1E for emacs-orgmode@gnu.org; Thu, 05 May 2011 18:10:54 -0400 In-Reply-To: <87r58csurn.fsf@gmail.com> 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: Eric Schulte Cc: Org Mode On 5/5/11 May 5 -4:27 PM, Eric Schulte wrote: >>> >>> I'm not sure that the current behavior is a bug. Is it reasonable to >>> place code block parameters into an included file? These parameters >>> would not be successfully found during interactive evaluation, and could >>> only plausibly be used during export as you anticipated. >> >> Aren't the code block parameters supposed to appear /with/ the code >> block? So here's the use case: >> >> I have a file chapter.org. This contains a full draft of a chapter of >> my manual. I finish it and circulate it for comments, then get it ready >> for inclusion. >> >> Now I have manual.org and I want to include the main body of chapter.org >> (typically there's some front matter I leave off). >> >> When I put the #include in manual.org, the source code snippets in >> chapter.org, which used to work, no longer do. >> >> This doesn't seem like /such/ a crazy use case that it shouldn't work, >> does it? >> > > Oh, my apologies, apparently in scanning this email thread I > mis-understood your use case. > > I've just tried to re-create the situation you've described above > (including a file which contains code blocks). I was unable to > reproduce your problem locally (the results of exporting both to html > and tex are included). Could you modify the attached example > sufficiently to demonstrate the problem you're experiencing? I will work on it --- I have a somewhat complicated perl script that is pulling stuff out for me and exporting results as source. Getting it to work in a small example is tricky! > >> >> [btw, I am not entirely sure I know what "header parameters" are --- > > see http://orgmode.org/manual/Header-arguments.html That's what I thought --- I was just confused because the comment in the code flips from using the term "argument" to "parameter," and I considered the possibility that there were two different mechanisms. Thanks, r