浏览代码

updated html

user 2 年前
父节点
当前提交
70b4d05e1b
共有 3 个文件被更改,包括 322 次插入326 次删除
  1. 二进制
      recipes-book.pdf
  2. 318
    321
      recipes.html
  3. 4
    5
      recipes.org

二进制
recipes-book.pdf 查看文件


+ 318
- 321
recipes.html
文件差异内容过多而无法显示
查看文件


+ 4
- 5
recipes.org 查看文件

@@ -2,12 +2,11 @@
2 2
 #+AUTHOR: Emacs 27.1 (Org mode 9.3)
3 3
 
4 4
 :CONFIG:
5
+# <h2>Download</h2>
6
+
5 7
 #+BEGIN_EXPORT html
6 8
 
7
-<h2>Download</h2>
8
-<p> <a href="./recipes.pdf"> Recipes PDF</a> </p>
9
-<p> <a href="./recipes-book.pdf"> Recipes Booklet</a> </p>
10
-<p> <a href="./recipes.org"> Org Source</a> </p>
9
+<p> Download these recipes: <a href="./recipes.pdf"> Recipes PDF</a>, <a href="./recipes-book.pdf"> Recipes Booklet</a>, <a href="./recipes.org"> Org Source</a> </p>
11 10
 
12 11
 #+END_EXPORT
13 12
 
@@ -74,7 +73,7 @@
74 73
 
75 74
 * generate-booklet :noexport:
76 75
 #+BEGIN_SRC elisp
77
-(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper && scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/")
76
+(shell-command-to-string "pdfbook2 recipes.pdf -b 10 -t 10 -o 10 -i 10 -n -p letterpaper && scp recipes.html recipes.pdf recipes-book.pdf recipes.org webserver:/var/www/html/recipes/")
78 77
 #+END_SRC
79 78
 
80 79
 #+RESULTS: