File: hl-lines.org

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Lines in a source block can be highlighted with =:hl_lines=.

#+begin_src emacs-lisp :hl_lines 3-4
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
(+ 1 2)
#+end_src