From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Basic Literate Program Date: Thu, 10 Jul 2014 18:31:36 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NoP-00052c-RP for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 19:31:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5NoO-00053V-VF for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 19:31:37 -0400 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:45060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5NoO-00053I-Rt for emacs-orgmode@gnu.org; Thu, 10 Jul 2014 19:31:36 -0400 Received: by mail-ob0-f169.google.com with SMTP id nu7so347076obb.28 for ; Thu, 10 Jul 2014 16:31:36 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jacob Gerlach Cc: "emacs-orgmode@gnu.org" On Thu, Jul 10, 2014 at 4:31 PM, Jacob Gerlach wrote: > - Does this sound like a reasonable use case and approach? Yes. > - I am writing this program in C++. I believe that I can interweave > SRC blocks with different header arguments so that they tangle to my > .h file and .cpp file as appropriate. Is this correct? Yes. > - I may need to share the tangled cpp files with colleagues. Are there > any ways to control the sequence of code in the resulting files > other than the sequence of SRC blocks in org mode? Yes. > - On a related note, are there any tools to take org content from > outside the SRC blocks and tangle it into comments in the C++ files? Yes.