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