emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Org heading properties in code block?


From: Christopher Kotfila
Subject: [O] Org heading properties in code block?
Date: Tue, 21 Jan 2014 14:08:28 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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 . <<FOO>>))))

#+END_SRC


Thanks!
/Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]