* line numbers in org src blocks?
@ 2015-10-12 20:25 John Kitchin
2015-10-13 5:04 ` Xebar Saram
2015-10-13 10:23 ` Nick Dokos
0 siblings, 2 replies; 4+ messages in thread
From: John Kitchin @ 2015-10-12 20:25 UTC (permalink / raw)
To: emacs-orgmode Mailinglist
Does anyone know if it is possible to get line numbering only in code
blocks in an org-file?
--
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: line numbers in org src blocks?
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
1 sibling, 0 replies; 4+ messages in thread
From: Xebar Saram @ 2015-10-13 5:04 UTC (permalink / raw)
To: John Kitchin; +Cc: emacs-orgmode Mailinglist
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
I would also love something like that
best
Z
On Mon, Oct 12, 2015 at 11:25 PM, John Kitchin <jkitchin@andrew.cmu.edu>
wrote:
> Does anyone know if it is possible to get line numbering only in code
> blocks in an org-file?
>
> --
> 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
>
>
[-- Attachment #2: Type: text/html, Size: 956 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: line numbers in org src blocks?
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
1 sibling, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2015-10-13 10:23 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: line numbers in org src blocks?
2015-10-13 10:23 ` Nick Dokos
@ 2015-10-13 13:10 ` John Kitchin
0 siblings, 0 replies; 4+ messages in thread
From: John Kitchin @ 2015-10-13 13:10 UTC (permalink / raw)
To: Nick Dokos; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-13 13:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.