[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] tangle and comments.
From: |
Yury G. Kudryashov |
Subject: |
Re: [O] tangle and comments. |
Date: |
Tue, 31 Oct 2017 13:42:00 -0400 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
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-args: :comments org
> :END:
>
>
> The top block
> #+begin_src emacs-lisp :comments org
> (message "first block")
> #+end_src
>
> here's some text which won't be tangled
According to http://orgmode.org/manual/comments.html, this line won't be
tangled, because there are no other source code blocks after this line,
but before the next heading.
--
Sincerely yours,
Yury G. Kudryashov