From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: Publishing only sub-hierarchies with a given tag Date: Mon, 24 Dec 2012 16:00:32 +0100 Message-ID: <2012-12-24T15-56-09@devnull.Karl-Voit.at> References: <2012-11-25T13-50-06@devnull.Karl-Voit.at> <87txrcz4ln.fsf@bzg.ath.cx> 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]:35089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn9WK-0001rK-KT for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 10:00:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tn9WI-0004uS-Np for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 10:00:48 -0500 Received: from plane.gmane.org ([80.91.229.3]:37920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tn9WI-0004tb-Gj for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 10:00:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tn9WS-0000A8-Tm for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 16:00:56 +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 ; Mon, 24 Dec 2012 16:00:56 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Dec 2012 16:00:56 +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 * Bastien wrote: > Hi Karl, Hi! > 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 «base-directory», publish >> only the (few) things that are tagged with e.g. «:publish:». > > Can't you achieve (part of) this with :export: and :noexport: ? In theory you are probably right. But in practice I'd have to tag every heading. Additionally, I want to use the export/noexport-mechanism independent from publishing for blogging. And this is my use-case I was referring to. Anyway. I have to implement my blogging system in Python I guess. There are too many things I would like to "have it my way" :-) Let's see, what I can accomplish in the next two months. -- Karl Voit