From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Org mode release 6.04 Date: Mon, 26 May 2008 12:44:42 +0200 Message-ID: <874p8lny3p.fsf@gmail.com> References: 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 1K0aCD-0000He-0e for emacs-orgmode@gnu.org; Mon, 26 May 2008 06:44:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0aCA-0000G9-5S for emacs-orgmode@gnu.org; Mon, 26 May 2008 06:44:52 -0400 Received: from [199.232.76.173] (port=44386 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0aCA-0000G5-0I for emacs-orgmode@gnu.org; Mon, 26 May 2008 06:44:50 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:24344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K0aC9-00059n-Ks for emacs-orgmode@gnu.org; Mon, 26 May 2008 06:44:49 -0400 Received: by ug-out-1314.google.com with SMTP id l31so27635ugc.48 for ; Mon, 26 May 2008 03:44:48 -0700 (PDT) In-Reply-To: (Carsten Dominik's message of "Sun\, 25 May 2008 09\:31\:36 +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: Carsten Dominik Cc: Org-mode Mode > #+OPTIONS: skip:nil > * Computer Tricks > :PROPERTIES: > :EXPORT_FILE_NAME: ct.html > :EXPORT_TITLE: Steve's collected computer tricks > :EXPORT_OPTIONS: h:2 toc:nil > :END: > This is a neat feature; thanks, Carsten! Now org will make possible to use a single .org file to hold several files, each one in one section. I find this very useful since I'm working with a lot of small files with lots of links among them. Having them in a single org file makes moving through them a lot easier. Could a single export command be used to go through the main file and export each section with to its particular output file? Thanks, Daniel