From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kane Dou Subject: Re: Export Headings Only? Date: Sun, 10 Oct 2010 17:10:14 +0800 Message-ID: <87iq1abeh5.fsf@gbox.home> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43880 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4sPw-000076-DZ for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 05:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4rvl-0006sn-0b for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 05:10:58 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:40369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4rvk-0006sS-Qn for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 05:10:56 -0400 Received: by pzk7 with SMTP id 7so760724pzk.0 for ; Sun, 10 Oct 2010 02:10:55 -0700 (PDT) In-Reply-To: (Ning Bao's message of "Sat, 9 Oct 2010 11:03:12 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ning Bao Cc: emacs-orgmode@gnu.org Ning Bao writes: > Hi! > > First of all, I have to say Org-mode rocks. > I am a law student. > I have been using Org-mode for my case brief, notes, and most importantly, > the outline for certain area of law. > > One question I had is that I am not sure if I could choose to export only > headings to a PDF file. > For example, I want to export everything above Level 4 and I don't want > details below Level 4. > > Can I do that? > > > Thanks! > > > Best, > > Ning You can try 'Export only the visible part of the document', which key binding for Latex is 'C-c C-e v L'. This is documented in Org Manual: http://orgmode.org/manual/LaTeX_002fPDF-export-commands.html#LaTeX_002fPDF-export-commands Kane