From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Snoddy Subject: latex export: using levels to export to beamer and article-only mode (with beamerarticle) Date: Tue, 19 Oct 2010 12:03:49 -0400 Message-ID: <4CBDC165.4030504@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8Egn-0000dn-43 for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 12:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8EfA-0000B3-BG for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 12:04:50 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:46638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8EfA-0000AL-4I for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 12:03:44 -0400 Received: by pwi10 with SMTP id 10so501729pwi.0 for ; Tue, 19 Oct 2010 09:03:42 -0700 (PDT) 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: emacs-orgmode@gnu.org I am attempting to make a presentation and lecture notes out of org, similar to what I have done before in normal latex. I would like to use the heading levels to determine what does or does not get displayed in presentation mode. The very lowest levels would be seen only in lecture notes; the latter might be extensive text. (Note that the lecture notes are to be in the latex class, article, with \beamerarticle.... Not as the beamer "notes" per se . Beamer allows for "modes" to hide article content from slides) I am an org mode and emacs newbie and seem to be making newbie mistakes in approach, though, so I would like to ask for ideas on the "best" approach for this. I would like to do something like the following... * section ** subsection *** frame (but possibly subsubsection in article mode.) **** one (and only one) item within an itemized list environment ***** \only
{ \paragraph{%s}} ****** \only
{ \subparagraph{%s}} ******* \only
{%s} ******** \only
{%s} I would like to avoid blocks or labels for this and just determine this by heading level, as --at least in my newbie hands-- moving things around when writing/revising is a lot simpler if I just stick with simple outlining. For the subset of work involving lecture notes, I would be willing to lose ability to change frame levels. I am using a day old Org version. Any thoughts or suggestions would be very much appreciated!