From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jost Burkardt Subject: Re: customize exporting "visible" contents Date: Sat, 14 Jul 2007 09:43:22 +0200 Message-ID: <87sl7rig6d.fsf@web.de> References: <87y7hj93wy.fsf@pdrechsler.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9cGw-0008JA-9y for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:42:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9cGu-0008Fn-7E for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:42:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9cGu-0008FU-28 for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:42:32 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I9cGt-0007QS-Gh for emacs-orgmode@gnu.org; Sat, 14 Jul 2007 03:42:31 -0400 In-Reply-To: <87y7hj93wy.fsf@pdrechsler.de> (Patrick Drechsler's message of "Sat\, 14 Jul 2007 03\:20\:45 +0200") 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: Patrick Drechsler Cc: emacs-orgmode@gnu.org Patrick Drechsler writes: > I currently have a large knowledge-base in a single org file (>5k > lines of code). When exporting certain sections I would like to > exclude the rest completely. Hi Patrick, I'd very much appreciate your proposed feature and propose an additional idea, which has been on my mind for a while: it would be very nice to be able export subsections of a file to different export-files, maybe by using #+CATEGORY or another keyword. I like having all my information in one file, but exporting this as a singe webpage always lookes a mess..... At the moment I use the following approach as a workaround: 1. move to subtree which should be exported 2. M-x org-narrow-to-subtree (or C-x n s) 3. manually adapt the heading-level via M- 4. M-x org-export (or C-c C-e) 5. re-adapt heading-level and finally 6. M-x widen (or C-x n w) which is quite quick.... Jost