Skip to content

Commit

Permalink
Org: consistently include selection in block
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Oct 5, 2020
1 parent 9bb186d commit 040e5d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion org-mode/code
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# uuid: code
# --
#+begin_${1:lang} ${2:options}
$0
`%`$0
#+end_$1
2 changes: 1 addition & 1 deletion org-mode/dot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# uuid: dot
# --
#+begin_src dot :file ${1:file} :cmdline -T${2:pdf} :exports none :results silent
$0
`%`$0
#+end_src

[[file:$1]]
2 changes: 1 addition & 1 deletion org-mode/elisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# uuid: elisp
# --
#+begin_src emacs-lisp :tangle yes
$0
`%`$0
#+end_src
2 changes: 1 addition & 1 deletion org-mode/entry
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ layout: ${1:default}
title: ${2:title}
---
#+end_html
$0
`%`$0
2 changes: 1 addition & 1 deletion org-mode/matrix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
\left \(
\begin{array}{${1:ccc}}
${2:v1 & v2} \\
$0
`%`$0
\end{array}
\right \)
2 changes: 1 addition & 1 deletion org-mode/verse
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# uuid: verse
# --
#+begin_verse
$0
`%`$0
#+end_verse

0 comments on commit 040e5d0

Please sign in to comment.