From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: #+source line in export Date: Sun, 19 Sep 2010 12:35:18 -1000 Message-ID: <30B428E9-D657-4B5C-946D-2B2BB1137DEA@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============1735962253==" Return-path: Received: from [140.186.70.92] (port=58046 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxSTn-0003oP-BQ for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:35:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxSTm-0003DB-0u for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:35:27 -0400 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:50709) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OxSTl-0003D0-MJ for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 18:35:25 -0400 Received: from cpe-66-91-68-127.hawaii.res.rr.com ([66.91.68.127] helo=[192.168.1.2]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1OxSTg-000412-1z for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:35:20 -0600 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: emacs-org list --===============1735962253== Content-Type: multipart/alternative; boundary=Apple-Mail-1--461643294 --Apple-Mail-1--461643294 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 --Apple-Mail-1--461643294 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: 7bit 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

--Apple-Mail-1--461643294-- --===============1735962253== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============1735962253==-- 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 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 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 22:19:44 -1000 Message-ID: <57BED18A-8572-44F6-9860-82478D8232D9@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=56440 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxbbN-00030B-Bi for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 04:19:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxbbH-0006wD-7u for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 04:19:53 -0400 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:57748) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OxbbG-0006vz-VJ for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 04:19:47 -0400 Received: from cpe-66-91-68-127.hawaii.res.rr.com ([66.91.68.127] helo=[192.168.1.2]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1OxbbF-0002W8-8N for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 02:19:45 -0600 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: emacs-org list Aloha Bastien, Would it be possible for this setting to be in effect when Worg generates its files from the org-mode sources? The effect is pleasing in some situations. 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: #+source line in export Date: Tue, 21 Sep 2010 00:21:07 +0200 Message-ID: <878w2w2h0s.fsf@gnu.org> References: <30B428E9-D657-4B5C-946D-2B2BB1137DEA@tsdye.com> <87vd61cbr6.fsf@gmail.com> <57BED18A-8572-44F6-9860-82478D8232D9@tsdye.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47774 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxojU-0006xq-Cg for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 18:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxojS-0001MV-W1 for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 18:21:08 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:53962) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxojS-0001MI-S9 for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 18:21:06 -0400 Received: by wwb24 with SMTP id 24so5786204wwb.30 for ; Mon, 20 Sep 2010 15:21:06 -0700 (PDT) In-Reply-To: <57BED18A-8572-44F6-9860-82478D8232D9@tsdye.com> (Thomas S. Dye's message of "Sun, 19 Sep 2010 22:19:44 -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 "Thomas S. Dye" writes: > Would it be possible for this setting to be in effect when Worg > generates its files from the org-mode sources? The effect is pleasing > in some situations. .emacs.el on the orgmode.org server now set (setq org-export-latex-listings-w-names nil) If this is not convenient for everyone, let me know and we might think of a better per-file solution. -- Bastien