From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Publishing only sub-hierarchies with a given tag Date: Wed, 09 Jan 2013 16:37:46 +0100 Message-ID: <87sj6a2wqd.fsf@gmail.com> References: <2012-11-25T13-50-06@devnull.Karl-Voit.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsxmn-0005dy-WF for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:41:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsxmm-0003Vr-5F for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:41:49 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:49782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsxml-0003Vg-Ty for emacs-orgmode@gnu.org; Wed, 09 Jan 2013 10:41:48 -0500 Received: by mail-we0-f176.google.com with SMTP id r5so1088865wey.7 for ; Wed, 09 Jan 2013 07:41:47 -0800 (PST) In-Reply-To: <2012-11-25T13-50-06@devnull.Karl-Voit.at> (Karl Voit's message of "Sun, 25 Nov 2012 13:54:50 +0100") 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: news1142@Karl-Voit.at Cc: emacs-orgmode@gnu.org Hello, Karl Voit writes: > The publishing methods are quite capable. I wonder whether or not it > is possible (or easy to implement) to limit content to > sub-hierarchies that are tagged for publishing. > > So if I have multiple Org-mode files in =C2=ABbase-directory=C2=BB, publi= sh > only the (few) things that are tagged with e.g. =C2=AB:publish:=C2=BB. I confess that I have not followed the thread closely, so it may be already answered, but have you tried setting :select-tags to '("publish") in your project definition? Regards, --=20 Nicolas Goaziou