emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* #+source line in export
@ 2010-09-19 22:35 Thomas S. Dye
  2010-09-20  3:52 ` Eric Schulte
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2010-09-19 22:35 UTC (permalink / raw)
  To: emacs-org list


[-- Attachment #1.1: Type: text/plain, Size: 341 bytes --]

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


[-- Attachment #1.2: Type: text/html, Size: 746 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: #+source line in export
  2010-09-19 22:35 #+source line in export Thomas S. Dye
@ 2010-09-20  3:52 ` Eric Schulte
  2010-09-20  7:10   ` Thomas S. Dye
  2010-09-20  8:19   ` Thomas S. Dye
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Schulte @ 2010-09-20  3:52 UTC (permalink / raw)
  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" <tsd@tsdye.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: #+source line in export
  2010-09-20  3:52 ` Eric Schulte
@ 2010-09-20  7:10   ` Thomas S. Dye
  2010-09-20  8:19   ` Thomas S. Dye
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas S. Dye @ 2010-09-20  7:10 UTC (permalink / raw)
  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" <tsd@tsdye.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: #+source line in export
  2010-09-20  3:52 ` Eric Schulte
  2010-09-20  7:10   ` Thomas S. Dye
@ 2010-09-20  8:19   ` Thomas S. Dye
  2010-09-20 22:21     ` Bastien
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2010-09-20  8:19 UTC (permalink / raw)
  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" <tsd@tsdye.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: #+source line in export
  2010-09-20  8:19   ` Thomas S. Dye
@ 2010-09-20 22:21     ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2010-09-20 22:21 UTC (permalink / raw)
  To: Thomas S. Dye; +Cc: emacs-org list

"Thomas S. Dye" <tsd@tsdye.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-20 22:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-19 22:35 #+source line in export Thomas S. Dye
2010-09-20  3:52 ` Eric Schulte
2010-09-20  7:10   ` Thomas S. Dye
2010-09-20  8:19   ` Thomas S. Dye
2010-09-20 22:21     ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).