emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: "Sébastien Vauban" <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: Feature request: org-export-format-source-code-or-example and srcname
Date: Tue, 05 Jan 2010 08:56:23 -0700	[thread overview]
Message-ID: <87bph81r6g.fsf@gmail.com> (raw)
In-Reply-To: <87vdg6m02o.fsf@mundaneum.com> ("Sébastien Vauban"'s message of "Thu, 17 Dec 2009 10:17:19 +0100")

Hi,

A first pass at this functionality has just been deployed.  The current
solution is very simple, but from here it should be relatively easy to
improve the look and feel of the exported names.

As described here [1], when exporting to html the source-name will be
included in a <label> element immediately preceding the <pre> block
containing the code, so

#+source: square
#+begin_src emacs-lisp :var input=1
  (* input input)
#+end_src

will export to

<label class="org-src-name">square</label>
<pre class="src src-emacs-lisp">
<span style="color: #7f7f7f;">(</span>* input input<span style="color: #7f7f7f;">)</span>
</pre>

and in LaTeX the source-name will be added as a listings title element,
so the above block will export to the following LaTeX.

\lstset{language=Lisp}\begin{lstlisting}[title={square}]
(* input input)
\end{lstlisting}

Please let me know how this should be improved.

Thanks -- Eric

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:

> Hi Carsten and Nicolas,
>
> (BTW, Nicolas, excellent modifications made to the agenda look & feel!)
>
> Carsten Dominik wrote:
>>> when using the listings LaTeX package, it would be very useful if the
>>> value of srcname was added to the output. For instance,
>>>
>>> #+srcname: my_code_chunk
>>> #+begin_src latex :results latex :exports code :tangle no
>>> \usepackage{fontspec,xunicode,xltxtra}
>>> #+end_src
>>>
>>> would give:
>>>
>>> \lstset{language=TeX}[caption={my\_code\_chunk}]
>>> \begin{lstlisting}
>>> \usepackage{fontspec,xunicode,xltxtra}
>>> \end{lstlisting}
>>>
>>> (note the added "[caption={my\_code\_chunk}]")
>>
>> Is there anyone besides Nicolas what would like to see the source name in
>> the exported listing?
>
> Yes! This is not only desired, but -- for me -- completely required: without
> it, you simply can't do real literate programming documentation...
>
> An example of how it would be nice to be (using NoWeb):
>
>     http://www.mygooglest.com/sva/ecm-noweb.pdf
>
> See my (unanswered) thread of 2009-12-04 at 12:13: "[babel] Org-babel vs NoWeb
> (and the like)".
>
>
>> Is that something that should be done in org-babel, or in the normal export
>> stuff?
>
> I would answer Org-babel, but if there is one thing I'm sure of, is that I
> don't understand all the implications of my answer. So, take it with low
> consideration.
>
> Best regards,
>   Seb

Footnotes: 
[1]  http://eschulte.github.com/babel-dev/STARTED-Suitable-export-of-%23%2Bsrcname-and-%23%2Bresname-lines.html

      reply	other threads:[~2010-01-05 15:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02 17:41 Feature request: org-export-format-source-code-or-example and srcname Nicolas Girard
2009-12-02 20:23 ` [babel] " Eric Schulte
2009-12-17  7:40 ` Carsten Dominik
2009-12-17  9:17   ` Sébastien Vauban
2010-01-05 15:56     ` Eric Schulte [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bph81r6g.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wxhgmqzgwmuf@spammotel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).