Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个静态博客并使用 org-publish-project 将 org-mode 文件发布到 HTML。现在我想自动生成 RSS,有没有 elisp 包有这个功能?
在标准 Org-Mode 包ox-rss.el中contrib/lisp(从 8.0 版开始) - 您可能需要手动安装它或通过el-get.
ox-rss.el
contrib/lisp
el-get
我正在编写一些将进入 Tumblr 页面的描述框的代码,以便在标题左侧设置一个小标语,并在同一行右侧设置一个搜索框。我一直在尝试使用一个包含两个单元格和页面宽度的表格来实现这一点。但是,描述框似乎不接受该<table>标签(它似乎在预览中有效,但在实际页面中无效)。
<table>
有没有其他方法可以实现内联内容,一个左对齐,另一个右对齐?