From mboxrd@z Thu Jan 1 00:00:00 1970 From: KOKOU AFIDEGNON Subject: How do i configure org-publish-project-alist for multiple projects for html generation? Date: Mon, 2 Mar 2020 01:11:45 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000c875c8059fd4e325" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50198) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8Zdu-0006QN-7A for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:13:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8Zdt-0005mH-4O for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:13:10 -0500 Received: from mail-wr1-x42e.google.com ([2a00:1450:4864:20::42e]:35401) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8Zds-0005ly-SS for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:13:09 -0500 Received: by mail-wr1-x42e.google.com with SMTP id r7so10440531wro.2 for ; Sun, 01 Mar 2020 17:13:08 -0800 (PST) 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --000000000000c875c8059fd4e325 Content-Type: text/plain; charset="UTF-8" I have the following folder structure project/index.org main.org project1/index.org /about.org it seems org-publish-project-alist is configured for only a single org project. Care to explain? --000000000000c875c8059fd4e325 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have the following folder structure

project/index.org
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0main.org
project1/index.org
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 /about.org=

it seems=C2=A0org-publish-project-alist is configured for only a single <= font color=3D"#000000" style=3D"" face=3D"monospace">org project. <= /span>

Care to explain?
--000000000000c875c8059fd4e325-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: wry@mm.st Subject: Re: How do i configure org-publish-project-alist for multiple projects for html generation? Date: Sun, 1 Mar 2020 20:22:11 -0500 Message-ID: <20200302012211.erzoqa2jgm2lvc2x@wrycode> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51162) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8Zmm-0000Jd-LJ for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:22:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8Zml-0001GX-OB for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:22:20 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36299) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j8Zml-0001FV-EY for emacs-orgmode@gnu.org; Sun, 01 Mar 2020 20:22:19 -0500 Content-Disposition: inline In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: KOKOU AFIDEGNON Cc: emacs-orgmode@gnu.org You can use a main directory with subdirectories with the :recursive t option, or have multiple projects defined and run org-publish-all