From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Illiterate programming question Date: Wed, 30 Mar 2011 15:32:27 -0500 Message-ID: <4D93935B.1020402@sift.info> 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 [140.186.70.92] (port=38329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5247-0002uZ-Q1 for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 16:32:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5246-00064e-Cw for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 16:32:31 -0400 Received: from mpls.sift.info ([75.146.46.193]:49753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5246-00063y-9Q for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 16:32:30 -0400 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: Org Mode 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! Best, r