From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Rossetti Subject: Re: A Babel block to #+INCLUDE all .org files of a directory Date: Mon, 01 Sep 2014 23:09:54 +0200 Message-ID: <84k35n82u5.fsf@gmail.com> References: <84oav2ht93.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYrU-0002Fc-AK for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 17:10:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOYrO-000867-Sm for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 17:10:04 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:59176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYrO-00085l-MC for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 17:09:58 -0400 Received: by mail-wi0-f177.google.com with SMTP id cc10so6749821wib.16 for ; Mon, 01 Sep 2014 14:09:57 -0700 (PDT) Received: from LAPTOP-ANDREA.laptop-andrea.trieste.it (adsl-ull-101-175.49-151.net24.it. [151.49.175.101]) by mx.google.com with ESMTPSA id xt6sm4682007wjc.14.2014.09.01.14.09.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Sep 2014 14:09:57 -0700 (PDT) In-Reply-To: <84oav2ht93.fsf@gmail.com> (Andrea Rossetti's message of "Sat, 30 Aug 2014 17:50:00 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Andrea Rossetti writes: > I wrote a Babel block to generate the #+INCLUDE statements > for all Org files of a directory. > > https://github.com/thesoftwarebin/the-emacs-software-bin/tree/master/include-all-org-files Hello Org users, just in case you try to visit the link of that script for multiple #+INCLUDE files: I renamed it into https://github.com/thesoftwarebin/the-emacs-software-bin/tree/master/include-many-files because now the user can specify inclusion of files with any extension (see example/main.org). Kindest regards, Andrea