From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Slade Subject: Re: orgmode/beamer - won't export blocks Date: Sun, 29 May 2011 12:06:08 -0500 Message-ID: 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]:58166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjRe-0003pF-5X for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:06:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQjRd-0003tp-7O for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:06:30 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:34040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjRd-0003te-34 for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:06:29 -0400 Received: by vxk20 with SMTP id 20so3016487vxk.0 for ; Sun, 29 May 2011 10:06:28 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi Seb, So you don't include LaTeX packages that you always want to be loaded in the .emacs config? I have a bunch of packages that I would need for my beamer presentations and it would be nice just to have them automatically included every time. By the bye, I found the old config code from here: http://emacs-fu.blogspot.com/2009/10/writing-presentations-with-org-mode-an= d.html cheers, --Ben ---------------------------------------------------------------------------= -- From: Sebastien Vauban Subject: Re: [O] orgmode/beamer - won't export blocks Date: Fri, 27 May 2011 23:35:11 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt) Hi Benjamin, Benjamin Slade wrote: > Thank you for the help. > > Yes, removing the configuration code from .emacs results in the > correct behaviour (i.e. blocks are now exported properly). Where did you find that way to do? I guess in old threads... Is it still o= n Worg, this should be removed. > Quick question -- is there still a way of setting up beamer/orgmode > configuration in .emacs? Why are you asking that? It's even better: you don't need any special configuration anymore (like before) for beamer to work out of the box. The only lines I still have in my .emacs about beamer are: #+begin_src emacs-lisp ;; XXX 2010-03-25 TEMP Fix for conflict TikZ/hyperref: loading ;; `atbegshi' before document class beamer (add-to-list 'org-export-latex-classes '("beamer" "\\RequirePackage{atbegshi} \\documentclass{beamer}\n" org-beamer-sectioning)) #+end_src Maybe even not needed anymore... Best regards, Seb --=20 S=C3=A9bastien Vauban