From mboxrd@z Thu Jan 1 00:00:00 1970 From: regcl Subject: Re: :exclude sub folder in org-publish Date: Mon, 21 Jul 2014 15:47:41 -0400 Message-ID: References: <87y4wsl062.fsf@channing.harvard.edu> <8761jpl6gl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9JYs-0006yQ-1q for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9JYm-0003CG-J1 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:47:49 -0400 Received: from mail-qg0-f53.google.com ([209.85.192.53]:54470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9JYm-0003C4-E9 for emacs-orgmode@gnu.org; Mon, 21 Jul 2014 15:47:44 -0400 Received: by mail-qg0-f53.google.com with SMTP id q107so6000554qgd.12 for ; Mon, 21 Jul 2014 12:47:44 -0700 (PDT) In-Reply-To: <8761jpl6gl.fsf@bzg.ath.cx> (Bastien's message of "Wed, 25 Jun 2014 10:49:14 +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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > regcl writes: > >> Or, maybe there something obvious I am missing? > > Please tell us what you wanted to do, show us what you tried by > sharing parts of your configuration, and we'll be able to help. When my .org file points to a second .org file in a directory below, and with ... :publishing-function org-html-publish-to-html :recursive t ... the sub directory gets published. I am no clear of whether this is triggered by the references to the .org file below, or simply by ":recursive t." In any event, this is generally a good thing, except that there are situations where I would like to prevent recursion into specific sub-directories. For example, consider the tree below, and that I want to publish proj and Manuscript, but not GenomicsData ... ~/A . +--proj | +--.git | +--README.org | | +--Manuscript | | | +--.git | | | +--README.org | | | +--drafts | | | +--GenomicsData | | | | +--.git | | | | +--README.org I could not figure out how to do this from INFO. I found examples of preventing publishing of specific file extensions, but not whole directories. Thanks, regcl