From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: how can i get 3 section levels instead of just 2? Date: Sun, 09 Sep 2012 13:47:57 +0200 Message-ID: <87y5kj2z9u.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAg3Y-00041s-A2 for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 07:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAg3X-0007jH-9r for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 07:52:04 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:63774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAg3X-0007j1-1u for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 07:52:03 -0400 Received: by weys10 with SMTP id s10so712089wey.0 for ; Sun, 09 Sep 2012 04:52:01 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Sun, 9 Sep 2012 13:40:59 +0200") 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: Fabrice Popineau Cc: "Robert P. J. Day" , emacs org-mode mailing list Hello, Fabrice Popineau writes: > Use : > > (require 'org-export) > (require 'org-e-latex) > (require 'org-e-beamer) Actually, only (require 'org-e-beamer) is required as this will trigger automatically the two steps above. > M-x org-e-beamer-mode > (to edit your slides) > > and > > M-x org-e-beamer-export-to-pdf > > to generate the pdf. Once `org-e-beamer' is loaded, it should also be accessible with: M-x org-export-dispatch with a very recent Org (and a fresh Emacs session). > Generally speaking, the new exporter seems more reliable than the regular > one > albeit there may be some discrepancies (sometimes, I need to kill my org > buffer and > visit the file again). Could you describe what happens exactly? Also, do you have an ECM for that? Regards, -- Nicolas Goaziou