org-mode日志中的Sortorder

时间:2015-10-06 11:49:04

标签: emacs org-mode

在我的日记中创建条目时,每天都会在当天的顶部添加新条目。我希望它插在底部。当我向模板添加星号时,此行为开始了:

(setq org-capture-templates
    '(
        ("j" "Journal Entry" plain
              (file+datetree "~/orgmode/journal.org")
              "**** %U %^{Description}  %^g\n%?"
              :empty-lines 1)

))

为什么这些会影响插入顺序?我该怎么扭转呢?

1 个答案:

答案 0 :(得分:0)

我知道这是旧的,但我想现在你已经发现它无法完成。显然日期树以这种方式运作。组织模式邮件列表中的答案:https://lists.gnu.org/archive/html/emacs-orgmode/2015-07/msg00414.html