emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] #+source line in export


From: Eric Schulte
Subject: Re: [Orgmode] #+source line in export
Date: Sun, 19 Sep 2010 21:52:29 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Tom,

The following should inhibit the exportation of code block names.

  (setq org-export-latex-listings-w-names nil)

This is something we've been meaning to make customizable for a while,
but it has yet to rise to the top of the Babel task stack.

Best -- Eric

"Thomas S. Dye" <address@hidden> writes:

> Aloha all,
>
> Is there a way to control export of the #+source line?  I've been
> looking for a way to turn it off, especially in LaTeX export where it
> yields something like this:
>
>> get-from-github() $\equiv$
>
> I find the output of \equiv distracting (perhaps it is meaningful in a
> way I don't understand) in any case.
>
> All the best,
> Tom
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

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