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

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.
-- 
Nick

  parent reply	other threads:[~2015-10-13 10:23 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 [this message]
2015-10-13 13:10   ` John Kitchin

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=loom.20151013T122035-384@post.gmane.org \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).