emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] tangle and comments.


From: Eric S Fraga
Subject: Re: [O] tangle and comments.
Date: Tue, 31 Oct 2017 07:47:08 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

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 blocks from tangle2.org
>
> Here is the file just in case

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
case, the comments directive is a src block header argument so should
either be on the src line or as a header-args property:

So either

#+begin_src emacs-lisp :comments org

or

:PROPERTIES:
:header-args: :comments org
:END:

HTH,
eric

-- 
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f

Attachment: signature.asc
Description: PGP signature


reply via email to

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