summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti <punchagan@gmail.com>2010-07-22 12:34:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-07-28 02:33:37 -0400
commit344f860bb82a1d08f041f7c1caaef83a6722265c (patch)
tree6caf0e435ff96d381135583ab854162620653513
parentdd484300d30ce6f814f7705634090139cff33564 (diff)
downloadorg-mode-344f860bb82a1d08f041f7c1caaef83a6722265c.tar.gz
A patch to fix beamer class export documentation
-rw-r--r--doc/org.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/org.texi b/doc/org.texi
index e4135d0..38fd4b9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -9911,9 +9911,9 @@ different level - then the hierarchy above frames will produce the sectioning
structure of the presentation.
A template for useful in-buffer settings or properties can be inserted into
-the buffer with @kbd{M-x org-beamer-settings-template}. Among other things,
-this will install a column view format which is very handy for editing
-special properties used by beamer.
+the buffer with @kbd{M-x org-insert-beamer-options-template}. Among other
+things, this will install a column view format which is very handy for
+editing special properties used by beamer.
You can influence the structure of the presentation using the following
properties:
@@ -9978,7 +9978,7 @@ environment or the @code{BEAMER_col} property.
Column view provides a great way to set the environment of a node and other
important parameters. Make sure you are using a COLUMN format that is geared
toward this special purpose. The command @kbd{M-x
-org-beamer-settings-template} defines such a format.
+org-insert-beamer-options-template} defines such a format.
Here is a simple example Org document that is intended for beamer export.