emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Kitchin <jkitchin@andrew.cmu.edu>
To: Nick Dokos <ndokos@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: line numbers in org src blocks?
Date: Tue, 13 Oct 2015 09:10:10 -0400	[thread overview]
Message-ID: <m2si5ec3t9.fsf@andrew.cmu.edu> (raw)
In-Reply-To: <loom.20151013T122035-384@post.gmane.org>

I meant in the org-file buffer. The numbers in export are pretty straightforward.

I made a partial solution here:

http://kitchingroup.cheme.cmu.edu/blog/2015/10/13/Line-numbers-in-org-mode-code-blocks/

It works pretty well I think.

Nick Dokos writes:

> John Kitchin <jkitchin <at> andrew.cmu.edu> writes:
>
>>
>> Does anyone know if it is possible to get line numbering only in code
>> blocks in an org-file?
>>
>
> When exporting? Or in the buffer? If the latter, I don't know. If the
> former, -n does that but it is position-sensitive I think:
>
> --8<---------------cut here---------------start------------->8---
>
> * A code block for exporting with line number
>
> #+BEGIN_SRC python -n :exports code
> import sys
>
> sys.exit(0)
>
> #+END_SRC
>
> #+BEGIN_EXAMPLE -n
> import sys
>
> sys.exit(0)
> #+END_EXAMPLE
> --8<---------------cut here---------------end--------------->8---
>
> works, but putting it at the end of the BEGIN_SRC line does not.
>
> See
>
>   (info "(org) Literal examples")
>
> for more.

--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu

      reply	other threads:[~2015-10-13 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 20:25 line numbers in org src blocks? John Kitchin
2015-10-13  5:04 ` Xebar Saram
2015-10-13 10:23 ` Nick Dokos
2015-10-13 13:10   ` John Kitchin [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=m2si5ec3t9.fsf@andrew.cmu.edu \
    --to=jkitchin@andrew.cmu.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=ndokos@gmail.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).