ccsheller
ccsheller
when i review my blog.i saw missing items in "blog" page and rss. I thought that my new org file has some problems.so it wasn't generated correct. Check the file...
我装git(windows)时并没有把git放到系统环境变量中,使用的是git自带的shell。 这样emacs找不到git,但是org-page不能给出提示,其执行后,给出Publication finished:************的提示,然后只看到生成了media文件夹。
我是不喜欢有太多配置,希望拿来就能用的(应该是懒吧)。 比如user-full-name user-mail-address我也没有配。org-page取的是空值和主机名。 - 取这些值是否能做成交互(可能导致交互项太多) - 或者做成org-page的配置项(可能不符合emacs的习惯,没有复用现有变量) - 或者调整下项目的readme,对这些变量加以提示。
1. 新建一个git库,建立source分支 2. 配置好org-page 3. 库目录中添加index.org,并git add index.org 4. 执行op/do-publication 分别输入 y n n 5. 只能生成media文件夹,不能得到对应的html 调试了下看到 ``` (setq all-files (op/git-all-files op/repository-directory)) ``` ;all-files为空 changed-files为(:update ,all-files :delete nil) 因force-all为t ```...