From: Ramachandran Lakshmanan <rama@tzrl.org>
To: emacs-orgmode@gnu.org
Subject: Is it possible to #+include: src blocks and tangle them too?
Date: Mon, 12 Apr 2021 16:35:08 +0100 [thread overview]
Message-ID: <CAGTKBR3RzFzDtcR4mHOwNyk2E2W07FS_KggRSU2huF7_Nq7dTA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 676 bytes --]
I have been wanting to include a number of small Common Lisp snippets in
individual files which I then include into a "master" .org file using:
#+include: "snippet.org" src lisp
Within snippet.org I have a src block such as:
#+NAME: hello_test
#+BEGIN_SRC lisp :tangle yes
(defun hello () :hello)
#+END_SRC
Ideally I would like to have some specific comments that will be part of
the Literate Program I would develop from these individual files.
However, it seems as though tangling doesn't work. Export does.
I read somewhere that this is not possible in orgmode. Is this true? And
if not, can you point me to the right documentation?
Many thanks.
Rama Lakshmanan
[-- Attachment #2: Type: text/html, Size: 1040 bytes --]
next reply other threads:[~2021-04-12 21:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-12 15:35 Ramachandran Lakshmanan [this message]
2021-04-12 21:38 ` Is it possible to #+include: src blocks and tangle them too? Nicolas Goaziou
2021-04-13 6:31 ` Dr. Arne Babenhauserheide
2021-04-13 6:59 ` Timothy
2021-04-14 0:26 ` Kevin M. Stout
2021-04-14 3:23 ` Greg Minshall
2021-04-14 3:48 ` Rama
2021-04-14 6:33 ` Dr. Arne Babenhauserheide
2021-04-14 6:52 ` Greg Minshall
2021-04-16 15:27 ` Greg Minshall
2021-04-16 21:14 ` Berry, Charles via General discussions about Org-mode.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAGTKBR3RzFzDtcR4mHOwNyk2E2W07FS_KggRSU2huF7_Nq7dTA@mail.gmail.com \
--to=rama@tzrl.org \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).