Hi Eric,

I'm not sure it's a bug. It works on Eric Fraga's installation. Perhaps I have something set up incorrectly.

The following approach works on my installation, so I haven't taken the time to chase down the problem I'm having with exporting # +begin_example ... #+end_example.

#+begin_src org :exports code
,#+lob: elispgantt(table=gantttesttable) :results output latex
#+end_src

Let me know if you want me to investigate further.

Thanks for your help,
Tom

On Oct 17, 2010, at 8:22 AM, Eric Schulte wrote:

This looks like a bug, the export of lob lines needs to be better about
recognizing if it is inside of a protected environment.  Thanks for
pointing this out.

In the mean time the following syntax should work...
: #+lob: elispgantt(table=gantttesttable) :results output latex

Best -- Eric

BTW: Do you still intend to add the elispgantt code to the library of
    babel distributed with Org-mode?  If so I'm happy to handle the
    commit if you send me the code or a patch.

"Thomas S. Dye" <t...@tsdye.com> writes:

Aloha all,

This bit of an Org-mode buffer:

#+begin_example
#+lob: elispgantt(table=gantttesttable) :results output latex
#+end_example

is exported to LaTeX like this:

\begin{lstlisting}
: elispgantt(table=gantttesttable)
\end{lstlisting}

How can I get the header arguments (:results output latex) into the
LaTeX output?

All the best,
Tom

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to