emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: bvraghav@iitk.ac.in (B.V. Raghav)
To: Giacomo M <jackjackk@gmail.com>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Symbol's function definition is void: org-beamer-insert-options-template
Date: Fri, 10 Jun 2016 19:17:15 +0530	[thread overview]
Message-ID: <87porpf95o.fsf@ram.bvr.dp.lan> (raw)
In-Reply-To: <f24b6fad-58ff-6225-8818-3e769b5ddcb4@gmail.com> (Giacomo M.'s message of "Fri, 10 Jun 2016 14:46:11 +0200")

Giacomo M <jackjackk@gmail.com> writes:

> Dear all,
>
> I would find useful to have a template for beamer presentations. I was
> wandering in the menus and under Org -> Latex I found a "Template for
> BEAMER", which sounded good for what I was looking for. But if I press
> it I get:
>
> menu-function-46: Symbol's function definition is void:
> org-beamer-insert-options-template
The same function on a fresh org file in my system inserts the following
text at point:

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC

>
> Any ideas?
>
I do not know much else, but `C-c C-e # beamer' inserts the following
text at point

#+OPTIONS: H:1
#+BEAMER_COLOR_THEME:
#+BEAMER_FONT_THEME:
#+BEAMER_HEADER:
#+BEAMER_INNER_THEME:
#+BEAMER_OUTER_THEME:
#+BEAMER_THEME: default
#+LATEX_CLASS: beamer

May be it helps to do once with `emacs -Q' + `M-: (add-to-list
 'org-export-backends 'beamer)' + `M-: (require 'ox-beamer)' followed by
 `C-c C-e # beamer' and/or `Menu > Org > LaTex > Template for BEAMER' on
 a fresh Org file

If that helps all you need is to add to `init.el' is:

(add-to-list 'org-export-backends 'beamer)
(require 'ox-beamer)

HTH
r
-- 
(B.V. Raghav)

  reply	other threads:[~2016-06-10 13:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-10 12:46 Symbol's function definition is void: org-beamer-insert-options-template Giacomo M
2016-06-10 13:47 ` B.V. Raghav [this message]
2016-06-10 16:25 ` Nicolas Goaziou

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=87porpf95o.fsf@ram.bvr.dp.lan \
    --to=bvraghav@iitk.ac.in \
    --cc=emacs-orgmode@gnu.org \
    --cc=jackjackk@gmail.com \
    /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).