From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Illiterate programming question Date: Wed, 30 Mar 2011 16:39:20 -0500 Message-ID: <4D93A308.5010601@ccbr.umn.edu> References: <4D93935B.1020402@sift.info> <8766.1301520804@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42647 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q536t-0006cJ-BD for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q536s-0001Nv-9u for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:39:27 -0400 Received: from walleye.ccbr.umn.edu ([128.101.116.11]:4036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q536s-0001Nc-5J for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 17:39:26 -0400 In-Reply-To: <8766.1301520804@alphaville.usa.hp.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Org Mode , rpgoldman@sift.info Nick Dokos wrote: > Robert Goldman wrote: > >> I would like to do the opposite of literate programming (hence the >> subject line!): >> >> I would like to pull into my org file snippets from a code file. I know >> that org-mode will let me import /entire/ source code files. Is there >> some way to say "Import the region of this file between these two >> delimiters?" >> >> If not, do you think it would be hard to add this feature? I already >> have the snappy name, after all! >> > > I don't really understand: can't you cut and paste? Yes, are you talking about upon exporting a document?