emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: [babel] Tangle multiple sections source blocks into single file without #+source: ...
Date: Fri, 28 May 2010 07:05:45 -0600	[thread overview]
Message-ID: <87sk5c9nx2.fsf@gmail.com> (raw)
In-Reply-To: <AANLkTilIKIH267lSBI4pqc82Yzz45PQwLDWf12aoMu_y@mail.gmail.com> (Rainer M. Krug's message of "Fri, 28 May 2010 08:34:52 +0200")

Hi Rainer,

The first option you suggested below should already be supported.  For
example the following org-mode text

--8<---------------cut here---------------start------------->8---
* appending tangle
   :PROPERTIES:
   :tangle:   appended.el
   :END:
append all these block

#+begin_src emacs-lisp
  (message "block %d" 1)
#+end_src

#+begin_src emacs-lisp
  (message "block %d" 2)
#+end_src

#+begin_src emacs-lisp
  (message "block %d" 3)
#+end_src
--8<---------------cut here---------------end--------------->8---

tangles all three blocks to the file append.el.  Please try something
analogous and let me know if it doesn't work.

Best -- Eric

Rainer M Krug <r.m.krug@gmail.com> writes:

> Hi
>
> I am using org-babel to write a simulation model and the accompanying
> documentation and it works as expected. But I have many source blocks which
> I want to tangle into the same source file. At the moment, I am using
> "#+source: BLOCKNAME" (see below). But it is easy to forget to add the block
> name to the actual tangle block at the bottom. Is there a way of:
>
> 1) tangle all source blocks into the same file? As far as I am aware, a new
> tangle to the same file name, overwrites the already existing file --- I
> would like to append the new code block to the existing file.
>
> or
>
> 2) is there a keyboard shortcut, that I can add the name of the block to the
> actual tangle block automatically, when the e.g. block name is selected?
>
> Thanks,
>
> Rainer
> * Here I am doing this
> #+source: Block1
> #+begin_src R
>   some code
> #+end_src
>
> * Here I am doing that
> #+source: Block2
> #+begin_src R
>   some code
> #+end_src
>
> * Creation of Source.R
> #+begin_src R :tangle source.R
>   <<cBlock1>>
>   <<cBlock2>>
> #+end_src

  reply	other threads:[~2010-05-28 13:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-28  6:34 [babel] Tangle multiple sections source blocks into single file without #+source: Rainer M Krug
2010-05-28 13:05 ` Eric Schulte [this message]
2010-05-31  7:00   ` Rainer M Krug

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=87sk5c9nx2.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.m.krug@gmail.com \
    /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).