Org-mode 9.3 已释出。

大更新版本,更新时注意不兼容的东西。

我还在用9.1 :joy: 更新真快

1 个赞

不知道emacs27要bundle哪个版本的org

1 个赞

看起来要bundle 9.3

https://lists.gnu.org/archive/html/emacs-devel/2019-12/msg00133.html

看起来的确是

有啥好功能呢

attachment 链接不错

另外一个我觉得不错的功能是,链接里面的中文,不会变成%串了,

image

这个亮了

2 个赞

%E5%9B%BE%E7%89%87

哈哈,那是在糊弄,没预算,没专业工程师,信息安全不就是一句空话

大佬一人独挑大梁即可 :smile::smile::smile:

9.3不知道是不是重新整合了org-faces,导致我使用

(use-package org-table
  :ensure nil
  :config
  (when (display-graphic-p)
    (set-face-attribute 'org-table nil :font "Inconsolata 12")))

会报set-face-attribute: Invalid face: org-table的错误,现在正确的做法应该是

(use-package org-faces
  :ensure nil
  :config
  (when (display-graphic-p)
    (set-face-attribute 'org-table nil :font "Inconsolata 12")))
1 个赞

这个 attachment: 链接是怎么显示的啊?我 org-attach 还是普通的link啊。

创建链接的时候, 使用 attachment 类型的链接

spacemacs 阔以更新到9.3 嘛,现在默认还是9.2 想要个编号bullets的功能哈哈

我看 Complete path numbering of org-mode headlines and plain lists - Emacs Stack Exchange 提到9.3有这个功能

org-num-mode确实很好用。

2 个赞

emacs27.1 测试版已经出来,内置org 9.3,怎么好用,介绍一下。

哪里下载 27.1呢?今天一更新变成 28.0.50 了

测试版本 可以在https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-27/,emacs27.1 还没有放出来。