Change indentation of all blocks.
Use (setq org-src-preserve-indentation t) for Emacs.
This commit is contained in:
@@ -289,15 +289,15 @@ $0
|
||||
|
||||
** Wrap Figure
|
||||
#+begin_src conf :tangle ~/.config/doom/snippets/org-mode/wrapfig
|
||||
#contributor : Thomas Dehaeze <dehaeze.thomas@gmail.com>
|
||||
#name :Wrap Figure
|
||||
# --
|
||||
,#+attr_latex: :options {${1:rl}}{${2:0.45\textwidth}}
|
||||
,#+begin_wrapfigure
|
||||
,#+attr_latex: :${3:width \linewidth}
|
||||
[[file:figs/${4:figure_name.pdf}]]
|
||||
,#+end_wrapfigure
|
||||
$0
|
||||
#contributor : Thomas Dehaeze <dehaeze.thomas@gmail.com>
|
||||
#name :Wrap Figure
|
||||
# --
|
||||
,#+attr_latex: :options {${1:rl}}{${2:0.45\textwidth}}
|
||||
,#+begin_wrapfigure
|
||||
,#+attr_latex: :${3:width \linewidth}
|
||||
[[file:figs/${4:figure_name.pdf}]]
|
||||
,#+end_wrapfigure
|
||||
$0
|
||||
#+end_src
|
||||
|
||||
** Multicolumn
|
||||
|
||||
Reference in New Issue
Block a user