From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: How to call a source code block from another one Date: Wed, 08 Mar 2017 12:20:08 +0100 Message-ID: <8737eo582f.fsf@jane> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clZdv-0003pD-3T for emacs-orgmode@gnu.org; Wed, 08 Mar 2017 06:20:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clZdq-0002SO-3F for emacs-orgmode@gnu.org; Wed, 08 Mar 2017 06:20:31 -0500 Received: from mail.mojserwer.eu ([195.110.48.8]:55719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clZdp-0002SK-Sa for emacs-orgmode@gnu.org; Wed, 08 Mar 2017 06:20:26 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 138C6E6538 for ; Wed, 8 Mar 2017 12:20:22 +0100 (CET) Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6wPhM_679dnq for ; Wed, 8 Mar 2017 12:20:19 +0100 (CET) Received: from localhost (unknown [83.13.149.242]) by mail.mojserwer.eu (Postfix) with ESMTPSA id E36F4E6262 for ; Wed, 8 Mar 2017 12:20:18 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Org-Mode mailing list Hi all, and sorry if this is trivial, but I didn't find it in the manual. Assume that I have a few source code blocks (in my case, in bash) and I want to call them in sequence. Is it possible to write another, "master" source code block which would then call those previous blocks? Best, -- Marcin Borkowski