From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Re: Example for beamer export with blocks and twocolumn Date: Fri, 10 Dec 2010 09:13:03 +0100 Message-ID: References: <87aakfc7xt.fsf@slate.zedat.fu-berlin.de> <878vzyhy4c.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=44365 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQy6j-000888-RW for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 03:13:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQy6W-00045A-B5 for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 03:13:37 -0500 Received: from mail-gw0-f48.google.com ([74.125.83.48]:35560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQy6W-00044t-6V for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 03:13:24 -0500 Received: by gwaa20 with SMTP id a20so2461127gwa.35 for ; Fri, 10 Dec 2010 00:13:23 -0800 (PST) In-Reply-To: <878vzyhy4c.fsf@slate.zedat.fu-berlin.de> 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: Loris Bennett Cc: emacs-orgmode@gnu.org On Fri, Dec 10, 2010 at 8:42 AM, Loris Bennett wrote: > What I would really like to see is > > 1. the preamble to the presentation where the MACROs LaTeX_CLASS options > etc. are given > I gave that, only one line for me. (there are other lines but they are not related to columns) Here it is again, #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) > 2. The value org-export-latex-classes > I didn't customise anything, this is the default. (("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("beamer" "\\documentclass{beamer}" org-beamer-sectioning)) > I have found various examples, but when I put it together, structures > such as blocks and two-column just are not exported to the LaTeX file. Hope this helps. -- Suvayu Open source is the future. It sets us free.