On Thu, 24 Nov 2016, Robert Klein wrote:
On Wed, 23 Nov 2016 21:22:08 -0800
"Charles C. Berry" <ccbe...@ucsd.edu> wrote:
On Thu, 24 Nov 2016, Harry Butterworth wrote:
I tried org-org-export-to-org which puts everything into a single
document but it strips the :tangle parameters out so a subsequent
tangle doesn't generate any source code.
You might try this. Put this at the *top* of your file:
--8<---------------cut here---------------start------------->8---
#+PROPERTY: header-args :eval never-export
[deleted]
A line
#+Property: tangle yes
That idiom is *obsolete* and *deprecated* for a long time and
*incompatible* as of org 9.0.
in your org document is sufficient to get it tangled (in org 8.3.6).
The point of that line was to prevent unwanted evaluation. Presumably, OP
had :tangle headers in the desired locations in the original org file.
Chuck