emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [BUG] Did COMMENT break?


From: Rasmus
Subject: [O] [BUG] Did COMMENT break?
Date: Mon, 14 Mar 2011 00:33:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,
It seems that 

,----
| #+BEGIN_COMMENT 
|  ...
| #+END_COMMENT
`----

Might be broken in Org-mode 7.5. According to the manual, 

,----
| Finally, regions surrounded by
| ‘#+BEGIN_COMMENT’ ... ‘#+END_COMMENT’ will not be exported.
`----

Consider the following example generated with Org-mode 7.5 in Emacs 24.0.50
(started without config files).

,----
| #+TITLE: this is a test
| 
| #+BEGIN_COMMENT
| Don't export me
| #+END_COMMENT
| 
| I'd like to be exposed
`----

The HTML export is:

,----
| <snip>
| <h1 class="title">this is a test</h1>
| 
| <div class="org-comment">
| </br>
| <p>
| <p>
| Don't export me
| </p>
| </div>
| 
| I'd like to be exposed
| <snip>
`----

The LaTeX export is:

,----
| \begin{verbatim}
| Don't export me
| \end{verbatim}
| I'd like to be exposed
`----

On another note, on the official Org-site, the link to the pdf-manual is
wrong. It links to 

    http://orgmode.org/manual/release_7.5/ 

which doesn't exists. I guess it should be linking to 

    http://orgmode.org/org.pdf

-- 
Thanks,
Rasmus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]