发布于 2016-11-06 01:59:53 | 117 次阅读 | 评论: 0 | 来源: 网友投递
org-mode TODO管理工具
Org-mode 是一款以纯文本的方式来记笔记,维护TODO列表,做项目计划等的工具。
Orgmode 9.0 发布了,该版本更新如下:
不兼容的更改:
From now on, Org expects at least Emacs 24.3, although Emacs 24.4 or above is suggested.
Incomplete compatibility layer with XEmacs has been removed. If you want to take over maintainance of this compatibility, please contact our mailing list.
Export blocks are explicitly marked as such at the syntax level to disambiguate their parsing from special blocks. The new syntax is
#+BEGIN_EXPORT backend ... #+END_EXPORT
instead of
#+BEGIN_backend ... #+END_backend
新特性:
org-eww
has been moved into core
New org-protocol key=value syntax
Org-protocol can now handle query-style parameters such as:
org-protocol://store-link?url=http:%2F%2Flocalhost%2Findex.html&title=The%20title org-protocol://capture?template=x&title=Hello&body=World&url=http:%2F%2Fexample.com
Old-style links such as
org-protocol://store-link:/http:%2F%2Flocalhost%2Findex.html/The%20title
continue to be supported.
If you have defined your own handler functions for org-protocol-protocol-alist
, change them to accept either a property list (for new-style links) or a string (for old-style links). Use org-protocol-parse-parameters
to convert old-style links into property lists.
New Org linter library
org-lint
can check syntax and report common issues in Org documents.
New option date-tree-last
for org-agenda-insert-diary-strategy
When org-agenda-insert-diary-strategy
is set to date-tree-last
, diary entries are added to last in the date tree.
New vbar
entity
vbar
or vbar{}
will be exported unconditionnally as a |
, unlike to existing vert
, which is expanded as |
when using a HTML derived export back-end.
点击发布说明,了解更多。
下载地址: