From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Publishing only sub-hierarchies with a given tag Date: Sun, 25 Nov 2012 13:54:50 +0100 Message-ID: <2012-11-25T13-50-06@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tcbjq-0008IH-L5 for emacs-orgmode@gnu.org; Sun, 25 Nov 2012 07:55:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tcbjp-00055f-Qb for emacs-orgmode@gnu.org; Sun, 25 Nov 2012 07:55:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:40637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tcbjp-00054k-Jv for emacs-orgmode@gnu.org; Sun, 25 Nov 2012 07:55:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tcbjv-0006gf-RN for emacs-orgmode@gnu.org; Sun, 25 Nov 2012 13:55:15 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Nov 2012 13:55:15 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Nov 2012 13:55:15 +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: emacs-orgmode@gnu.org Hi! 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 «base-directory», publish only the (few) things that are tagged with e.g. «:publish:». Background: I am still thinking of developing a new blog system (with Python) where a blog entry is done only by selecting a DONE state together with a :blog: tag. The publish-method of Org is not that flexible yet ... -- Karl Voit