是否可以获得组织模式在议程待办表中显示面包屑? [英] Is it possible to get org-mode to show breadcrumbs in agenda todo list?

查看:141
本文介绍了是否可以获得组织模式在议程待办表中显示面包屑?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Emacs中,我有一组以下格式的TODO

In Emacs, I have a set of TODOs in the following format

* H1
** H2
*** H3
**** TODO X

当我看该议程视图,它只显示为 TODO x 。有没有办法让议程视图显示为 H1 / H2 / H3 / TODO X

When I look at the agenda-todo view, it shows up only as TODO x. Is there any way to get the agenda view to display it as H1/H2/H3/TODO X ?

推荐答案

我在这里

(setq org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t% s")
         (timeline . "  % s")
         (todo .
               " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
         (tags .
               " %i %-12:c %(concat \"[ \"(org-format-outline-path (org-get-outline-path)) \" ]\") ")
         (search . " %i %-12:c"))
      )

这显示了议程视图中的面包屑。

This shows the breadcrumbs in the agenda todo view.

这篇关于是否可以获得组织模式在议程待办表中显示面包屑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆