如何在 emacs org-mode 中配置depend.el?

Posted

技术标签:

【中文标题】如何在 emacs org-mode 中配置depend.el?【英文标题】:How to configure depend.el in emacs org-mode? 【发布时间】:2012-10-30 15:31:12 【问题描述】:

http://orgmode.org/worg/org-contrib/org-depend.html

在网页底部,“高级触发示例”--

(defun mm/org-insert-trigger ()
"Automatically insert chain-find-next trigger when entry becomes NEXT"
(cond ((equal org-state "NEXT")
     (unless org-depend-doing-chain-find-next
       (org-set-property "TRIGGER" "chain-find-next(NEXT,from-current,priority-up,effort-down)")))
    ((not (member org-state org-done-keywords))
     (org-delete-property "TRIGGER"))))

(add-hook 'org-after-todo-state-change-hook 'mm/org-insert-trigger)`

我想像上面那样配置org-mode,但我不知道怎么做。

mm/org-insert-triggermm 呢?我将代码放在 .emacs 中。当我将状态更改为“NEXT”时,它出现symbol's value as variable is void.

【问题讨论】:

mm 很可能是作者姓名。为了帮助您解决问题,请提供回溯。 (setq debug-on-error t) unless: Symbol's value as variable is void: org-depend-doing-chain-find-next (require 'org-depend) 放入您的.emacs(也称为初始化文件)。 @kindahero 您应该将其添加为答案以使其接受/投票。 【参考方案1】:

在你的 .emacs 中放入(需要 'org-depend)

【讨论】:

以上是关于如何在 emacs org-mode 中配置depend.el?的主要内容,如果未能解决你的问题,请参考以下文章

使用emacs org-mode,如何在项目中发布未更改的文件?

如何在 Emacs Org-Mode 中锁定表字段(使它们只读,常量)?

在 emacs 中混合 org-mode 和 c-mode

emacs 控制台模式 Org-mode 删除线未按预期显示

如何定义键绑定以在 emacs 中的次要模式之间切换?

在 emacs 中使用 org-mode 表使用 calc 转换单位