【问题标题】:Sortorder in org-mode journal组织模式日志中的排序顺序
【发布时间】:2015-10-06 11:49:03
【问题描述】:

在我的日记中创建条目时,每个新条目都会添加到一天的顶部。我希望它被插入底部。当我在模板中添加星号时,这种行为就开始了:

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

))

为什么这些会影响插入顺序?我怎样才能扭转这种局面?

【问题讨论】:

    标签: emacs org-mode


    【解决方案1】:

    我知道这已经过时了,但我想现在你已经发现它无法完成。显然日期树以这种方式运行。来自 org-mode 邮件列表的答案:https://lists.gnu.org/archive/html/emacs-orgmode/2015-07/msg00414.html

    【讨论】:

      猜你喜欢
      • 2018-09-26
      • 1970-01-01
      • 2010-12-07
      • 2021-12-21
      • 2019-08-21
      • 2019-07-03
      • 2019-04-18
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多