简体   繁体   English

从一些组织文件生成emacs组织议程视图

[英]generate emacs org agenda view from a few org files

I am using Emacs org and enjoy it. 我正在使用Emacs org并喜欢它。 I know org agenda and try it, but do not keep using it. 我知道组织议程并尝试使用它,但不要一直使用它。 Because I always have a lot of things to do, a few projects, home and personal things.All these are recorded in a few org files. 因为我总是有很多事情要做,所以有一些项目,家庭和个人事务,所有这些都记录在一些组织文件中。

How can I generate one agenda view from these a few org files? 如何从这几个组织文件中生成一个议程视图?

Customise the org-agenda-files variable. 自定义org-agenda-files变量。

You can do this interactively by visiting your Org files and add them to the agenda files by pressing Cc [ . 您可以通过访问组织文件以交互方式进行操作,然后按Cc [将它们添加到议程文件中。 The agenda files may be stored in a section like the following in your init file: 议程文件可以存储在初始化文件中的以下部分中:

(custom-set-variables
 '(org-agenda-files (quote ("~/org/gtd.org"))))

Some advice: this is basic Org functionality. 一些建议:这是基本的组织功能。 I suggest working through one of the good tutorials out there to learn the basic Org commands and customisation options, for example http://orgmode.org/guide/Agenda-files.html#Agenda-files . 我建议您阅读其中一个很好的教程,以学习基本的Org命令和自定义选项,例如http://orgmode.org/guide/Agenda-files.html#Agenda-files

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM