From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: #+source line in export Date: Sun, 19 Sep 2010 21:52:29 -0600 Message-ID: <87vd61cbr6.fsf@gmail.com> References: <30B428E9-D657-4B5C-946D-2B2BB1137DEA@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50751 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxXQh-0004On-JY for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 23:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxXQg-0001VX-00 for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 23:52:35 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:64806) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxXQf-0001VN-Px for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 23:52:33 -0400 Received: by pzk26 with SMTP id 26so2831508pzk.0 for ; Sun, 19 Sep 2010 20:52:33 -0700 (PDT) In-Reply-To: <30B428E9-D657-4B5C-946D-2B2BB1137DEA@tsdye.com> (Thomas S. Dye's message of "Sun, 19 Sep 2010 12:35:18 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-org list 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" 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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode