Hello,
Uwe Brauer writes:
> * tangling with yes or link comments
> :PROPERTIES:
> :header-args: :comments org
> :tangle: output.el
The above is deprecated syntax.
> #+source: tangle-el-the-second
This also is deprecated syntax (although it is unrelated to your issue).
Regards,
--
Nicolas G
>>> "Yury" == Yury G Kudryashov writes:
> Uwe Brauer writes:
>> Thanks but the following file does not work neither
>> that is running org-babel-tangle gives me
>>
>> Tangled 0 code blocks from tangle2.org
> You should add ":tangle yes" or ":tangle output.el" to header-args.
Uwe Brauer writes:
> Thanks but the following file does not work neither
> that is running org-babel-tangle gives me
>
> Tangled 0 code blocks from tangle2.org
You should add ":tangle yes" or ":tangle output.el" to header-args.
> tangling with yes or link comments
> :PROPERTIES:
> :header-a
> On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote:
> You don't way what version of org you are using but I am assuming a
> relatively recent version (given your emails in recent past). In this
Right I am using GNU emacs 26.5 and a very recent compiled git clone
> case, the co
On Monday, 30 Oct 2017 at 19:08, Uwe Brauer wrote:
> Hi
>
> I followed the instructions found in
> http://eschulte.github.io/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html
>
> Although they are 7 years old however when I try to tangle the example
> file I receive
>
> Tangled 0 code blo
Hi
I followed the instructions found in
http://eschulte.github.io/babel-dev/DONE-tangle-entire-org-mode-file-in-comments.html
Although they are 7 years old however when I try to tangle the example
file I receive
Tangled 0 code blocks from tangle2.org
Here is the file just in case
Uwe Brauer