From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: #+source line in export Date: Sun, 19 Sep 2010 21:10:07 -1000 Message-ID: <26233A49-5451-48E9-8A38-06542AC8C318@tsdye.com> References: <30B428E9-D657-4B5C-946D-2B2BB1137DEA@tsdye.com> <87vd61cbr6.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59063 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxaVx-00041z-Al for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 03:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxaVv-00069Q-S8 for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 03:10:13 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:38639) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OxaVv-000692-Hz for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 03:10:11 -0400 In-Reply-To: <87vd61cbr6.fsf@gmail.com> 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: Eric Schulte Cc: emacs-org list Thanks Eric, that is what I was looking for. All the best, Tom On Sep 19, 2010, at 5:52 PM, Eric Schulte wrote: > 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