Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karl Fogel
org-mode
Commits
95683708
Commit
95683708
authored
Jul 12, 2013
by
Nicolas Goaziou
Browse files
ox-beamer: Remove strange indentation in default header
* lisp/ox-beamer.el: Remove strange indentation in default header.
parent
a2a5c8fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lisp/ox-beamer.el
View file @
95683708
...
...
@@ -121,9 +121,9 @@
(
add-to-list
'org-latex-classes
'
(
"beamer"
"\\documentclass[presentation]{beamer}
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
(
"\\section{%s}"
.
"\\section*{%s}"
)
(
"\\subsection{%s}"
.
"\\subsection*{%s}"
)
(
"\\subsubsection{%s}"
.
"\\subsubsection*{%s}"
))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment