From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Re: Beamer export of a subtree seems wrong. Date: Sun, 27 Nov 2011 23:52:14 +0900 Message-ID: References: <87zkfkjhc3.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUg5Y-0003GO-L0 for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 09:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RUg5X-0007NS-H5 for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 09:52:16 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:47015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RUg5X-0007NH-B2 for emacs-orgmode@gnu.org; Sun, 27 Nov 2011 09:52:15 -0500 Received: by yenl12 with SMTP id l12so220628yen.0 for ; Sun, 27 Nov 2011 06:52:14 -0800 (PST) In-Reply-To: <87zkfkjhc3.fsf@ucl.ac.uk> 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: Torsten Wagner , Org Mode Mailing List Hi Eric, thanks for answering. > Exporting a sub-tree does not work for beamer because of how org treats > a sub-tree. =A0Basically, when compared with an export of the full file, > all headings are promoted one level up with the top level heading taking > on the role of the "file" enclosing the talk. > > If for the whole file, you have using the structure that says that 1st > level headings are topics and second level are slides, then when > exporting a sub-tree, the 1st level heading becomes the title of the > talk and second level headings become the topics. =A0This is not what you > expect. O.K. I got it (I guess). What a pitty, because it would be very nice to be able to split lecture notes into either individual notes per class or into a full lecture script by simply exporting the full document or a single subtree. Do you see any chance that the new way of exporting using org-elements, recently discussed will help to get this feature. At least, it seems to me it would be easier doable. Torsten