From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Kotfila Subject: Org heading properties in code block? Date: Tue, 21 Jan 2014 14:08:28 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ggt-000400-Fv for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:08:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5ggl-0003w3-UR for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:08:51 -0500 Received: from plane.gmane.org ([80.91.229.3]:54062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ggl-0003vk-OD for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 14:08:43 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5ggj-0007dI-HM for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 20:08:41 +0100 Received: from dyn-169-226-81-26.wireless.albany.edu ([169.226.81.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 20:08:41 +0100 Received: from kotfic by dyn-169-226-81-26.wireless.albany.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 20:08:41 +0100 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: emacs-orgmode@gnu.org Is it possible to include org heading properties directly in codeblocks on tangle? Something to the effect of: ** Some Subheading :PROPERTIES: :FOO: "bar" :END: #+BEGIN_SRC emacs-lisp :tangle /path/to/.dir-locals.el :noweb yes ((python-mode . ((some-var . <>)))) #+END_SRC Thanks! /Chris