From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Recursive descent depth control in org-publish Date: Mon, 24 Dec 2012 00:15:23 +0100 Message-ID: <871uegz4ll.fsf@bzg.ath.cx> References: <50D4F3E7.9080202@rulingia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tmvj3-0004qW-Mn for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:17:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tmvix-0006Qx-WE for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:17:01 -0500 Received: from mail-we0-f180.google.com ([74.125.82.180]:36324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tmvix-0006Qk-Pu for emacs-orgmode@gnu.org; Sun, 23 Dec 2012 19:16:55 -0500 Received: by mail-we0-f180.google.com with SMTP id t57so3027335wey.39 for ; Sun, 23 Dec 2012 16:16:55 -0800 (PST) In-Reply-To: <50D4F3E7.9080202@rulingia.com> (Jashank Jeremy's message of "Sat, 22 Dec 2012 10:42:31 +1100") 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: Jashank Jeremy Cc: Emacs Org-Mode Hi Jeremy, Jashank Jeremy writes: > I keep notes and projects in the same hierachy -- the projects > themselves can be quite large -- and I use org-publish to export my > notes to HTML. The problem is that I use ':recursive t' in my > 'org-publish-project-alist' entry, and thus Emacs will attempt to > traverse very, very, _very_ large directory hierachies and thus > apparently hangs. > > Is there some way to flag sections of the tree as non-traversible? You can use this :exclude "regexp-match-dir-names" HTH, -- Bastien