emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Antony Ware <aware@ucalgary.ca>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: beamer export
Date: Thu, 19 Aug 2010 15:35:40 -0600	[thread overview]
Message-ID: <14645044-61C0-4D6E-9BB1-71300E6AE5C6@ucalgary.ca> (raw)
In-Reply-To: <FB51BD76-AC53-4EDE-99D8-F92C709B468F@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 4085 bytes --]

Hi Carsten - thanks for looking into this. I pulled the latest version and the problem was still present.

Here's a minimal setup.

I run

/usr/bin/emacs -Q -l test.el example.org<http://example.org>

with test.el containing

(setq load-path (cons "~/.emacs.d/site-lisp/org/lisp" load-path))
(setq load-path (cons "~/.emacs.d/site-lisp/org/contrib/lisp" load-path))
(require 'org-install)
;; The following lines are always needed.  Choose your own keys.
     (add-to-list 'auto-mode-alist '("\\.org\\'<smb://.org//'>" . org-mode))
     (global-set-key "\C-cl" 'org-store-link)
     (global-set-key "\C-ca" 'org-agenda)
     (global-set-key "\C-cb" 'org-iswitchb)

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(case-fold-search nil))

and the example.org<http://example.org> containing the org document at the end of http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export:


#+LaTeX_CLASS: beamer
     #+TITLE: Example Presentation
     #+AUTHOR: Carsten Dominik
     #+LaTeX_CLASS_OPTIONS: [presentation]
     #+BEAMER_FRAME_LEVEL: 2
     #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
     #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex)

     * This is the first structural section

     ** Frame 1 \\ with a subtitle
     *** Thanks to Eric Fraga                                      :BMCOL:B_block:
         :PROPERTIES:
         :BEAMER_env: block
         :BEAMER_envargs: C[t]
         :BEAMER_col: 0.5
         :END:
         for the first viable beamer setup in Org
     *** Thanks to everyone else                                   :BMCOL:B_block:
         :PROPERTIES:
         :BEAMER_col: 0.5
         :BEAMER_env: block
         :BEAMER_envargs: <2->
         :END:
         for contributing to the discussion
     **** This will be formatted as a beamer note                  :B_note:
     ** Frame 2 \\ where we will not use columns
     *** Request                                                   :B_block:
         Please test this stuff!
         :PROPERTIES:
         :BEAMER_env: block
         :END:

Cheers,

Tony



On 2010-08-19, at 3:06 PM, Carsten Dominik wrote:


On Aug 19, 2010, at 5:16 PM, Antony Ware wrote:

I've been having a problem exporting to beamer. I've now found the
problem and fixed it, but it was (to my mind) something pretty
obscure, and I think it might be of interest to the list, at least
as a salutary tale.

When I opened an org file such as the example beamer presentation
from the manual (section 12.6.6) and executed C-c C-e d, it kept
generating a .tex file with an article document class, instead of
the expected beamer class.

After a few days of frustrated searching through the manual and
tutorials, and this list, for any clues, I found some advice to run
something like

/usr/bin/emacs -Q -l test.el

with a series of versions of test.el progressively approximating
my .emacs file. I was expecting the problem to lie in one of my org-
or latex-specific settings, but eventually found the cause of the
problem to be that the variable

case-fold-search

was being set to nil (its default value) as one of my custom-set-
variables. I don't remember why. Anyway, according to the
information from C-h v, this makes the setting buffer-local, and for
some reason that fouled up the beamer export. When I commented out
that line, everything worked as advertised.

I'd be interested to hear from anyone who could shed light on why
that might be.

Well,

apparently Org does do a search that relies on case-fold-search
being t.  Normally when this is the case
I try to set this explicitly to t during the function call.
Can you make a minimal example with your setup and a small file which
reproduced the error?

- Carsten



[-- Attachment #1.2: Type: text/html, Size: 8732 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2010-08-19 21:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-19 15:16 beamer export Antony Ware
2010-08-19 21:06 ` Carsten Dominik
2010-08-19 21:20   ` Carsten Dominik
2010-08-19 21:35   ` Antony Ware [this message]
2010-08-20  6:40     ` Carsten Dominik
2010-08-20 16:40     ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14645044-61C0-4D6E-9BB1-71300E6AE5C6@ucalgary.ca \
    --to=aware@ucalgary.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).