From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: Re: [beamer] Can I just export one frame? Date: Tue, 22 Nov 2011 13:09:21 +0800 Message-ID: <8739dgu4ji.fsf@gmail.com> References: <87mxbqowwm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSiTb-0007hE-Pz for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 00:01:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSiTa-0000U6-KM for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 00:00:59 -0500 Received: from lo.gmane.org ([80.91.229.12]:49819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSiTa-0000U2-Dz for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 00:00:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RSiTY-0001r2-Rt for emacs-orgmode@gnu.org; Tue, 22 Nov 2011 06:00:56 +0100 Received: from 60.191.28.52 ([60.191.28.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2011 06:00:56 +0100 Received: from zhangweize by 60.191.28.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Nov 2011 06: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 Herbert Sitz writes: > zwz gmail.com> writes: > >> It takes long to export the whole file when it contains many babel >> stuff. And in many cases, I just want to check if the current frame is >> arranged as expected. SO I just want to know if there is some > convenient >> way to export just one frame without tagging all the other frames as > :noexport. >> > > Have you tried just tagging the tree you want with :export:? Once that > select > tag is present in the buffer Org will automatically exclude any trees > that don't > have it. From the docs: > > "Org first checks if any of the select tags is present in the buffer. If > yes, > all trees that do not carry one of these tags will be excluded. If a > selected > tree is a subtree, the heading hierarchy above it will also be selected > for > export, but not the text below those headings. " > http://orgmode.org/manual/Selective-export.html#index-export_002c-selective-by-tags-or-TODO-keyword-1424 I did not know this! It is what I want. Thanks.