emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Symbol's function definition is void: org-beamer-insert-options-template
@ 2016-06-10 12:46 Giacomo M
  2016-06-10 13:47 ` B.V. Raghav
  2016-06-10 16:25 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Giacomo M @ 2016-06-10 12:46 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

Any ideas?

Thanks,

Giacomo
Org-mode version 8.3.4 (8.3.4-79-gbd4948-elpaplus)
GNU Emacs 24.5.1 (x86_64-w64-mingw32)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol's function definition is void: org-beamer-insert-options-template
  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
  2016-06-10 16:25 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: B.V. Raghav @ 2016-06-10 13:47 UTC (permalink / raw)
  To: Giacomo M; +Cc: emacs-orgmode@gnu.org

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol's function definition is void: org-beamer-insert-options-template
  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
@ 2016-06-10 16:25 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2016-06-10 16:25 UTC (permalink / raw)
  To: Giacomo M; +Cc: emacs-orgmode@gnu.org

Hello,
Giacomo M <jackjackk@gmail.com> writes:

> 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
>
> Any ideas?

This was a reference to a removed function. I removed it, so it should
not appear anymore in the menu.


Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-10 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2016-06-10 16:25 ` Nicolas Goaziou

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).