<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Emacs org-mode export]]></title><description><![CDATA[<p>Hallo,</p>
<p>könnte ein fellow emacser das bitte als pdf exportieren und mir sagen ob das block-environment bei ihm auch eine überflüssige Leerzeile enthält?</p>
<pre><code>#+TITLE:    Foo
#+AUTHOR:     Bar
#+EMAIL:    Baz
#+DATE:     Blubb
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  de
#+BEAMER_HEADER_EXTRA: \usetheme{Darmstadt}\usecolortheme{seahorse}

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)

* Test
** Folie
*** Block Fail?
    :PROPERTIES:
    :BEAMER_env: block
    :END:
\begin{align}
H \psi = E \psi
\end{align}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/266476/emacs-org-mode-export</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 01:57:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/266476.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 09 May 2010 19:10:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Emacs org-mode export on Sun, 09 May 2010 19:10:40 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>könnte ein fellow emacser das bitte als pdf exportieren und mir sagen ob das block-environment bei ihm auch eine überflüssige Leerzeile enthält?</p>
<pre><code>#+TITLE:    Foo
#+AUTHOR:     Bar
#+EMAIL:    Baz
#+DATE:     Blubb
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  de
#+BEAMER_HEADER_EXTRA: \usetheme{Darmstadt}\usecolortheme{seahorse}

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)

* Test
** Folie
*** Block Fail?
    :PROPERTIES:
    :BEAMER_env: block
    :END:
\begin{align}
H \psi = E \psi
\end{align}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1894817</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1894817</guid><dc:creator><![CDATA[Igor Klepps]]></dc:creator><pubDate>Sun, 09 May 2010 19:10:40 GMT</pubDate></item><item><title><![CDATA[Reply to Emacs org-mode export on Mon, 10 May 2010 14:50:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hab' den Fehler gefunden</p>
<p><a href="http://old.nabble.com/bad-spacing-when-using-math-environment-%28align,-gather%29-within-a-block-td20035154.html" rel="nofollow">http://old.nabble.com/bad-spacing-when-using-math-environment-(align,-gather)-within-a-block-td20035154.html</a></p>
<p>einfach überall /noindent-s hinmachen...</p>
<pre><code>#+TITLE:    Foo
#+AUTHOR:     Bar
#+EMAIL:    Baz
#+DATE:     Blubb
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE:  de
#+BEAMER_HEADER_EXTRA: \usetheme{Darmstadt}\usecolortheme{seahorse}

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)

* Test
** Folie
*** Block Fail?
    :PROPERTIES:
    :BEAMER_env: block
    :END:
\abovedisplayskip=0pt
\abovedisplayshortskip=0pt 
\noindent
\begin{align}
H \psi = E \psi
\end{align}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1895189</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1895189</guid><dc:creator><![CDATA[Igor Klepps]]></dc:creator><pubDate>Mon, 10 May 2010 14:50:44 GMT</pubDate></item></channel></rss>