Browse Source

whitespace

user 2 years ago
parent
commit
c0f8e471ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      recipes.org

+ 1
- 1
recipes.org View File

56
 #+LaTeX: \setcounter{secnumdepth}{0}
56
 #+LaTeX: \setcounter{secnumdepth}{0}
57
 :END:
57
 :END:
58
 
58
 
59
-* generate-booklet                                                 :noexport:
59
+* generate-booklet :noexport:
60
 #+BEGIN_SRC elisp
60
 #+BEGIN_SRC elisp
61
 (shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -p letterpaper")
61
 (shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -p letterpaper")
62
 #+END_SRC
62
 #+END_SRC