简体   繁体   English

Emacs组织模式发布议程

[英]Emacs org-mode publishing Agenda

How do you publish the agenda for org mode? 您如何发布组织模式的议程? I am currently using htmlize to write just the agenda buffer, but I want it to publish all the related buffers, and link the agenda items to the corresponding locations in the other files. 我目前正在使用htmlize编写议程缓冲区,但我希望它发布所有相关的缓冲区,并将议程项目链接到其他文件中的相应位置。 Is there a way to do this? 有没有办法做到这一点?

You just have to supply a file extension when writing the agenda view. 编写议程视图时,您只需要提供文件扩展名即可。

Cx Cw to save the agenda. Cx Cw保存议程。 When it asks you for the location, you just enter a filename that ends with .html 当它询问您位置时,您只需输入以.html结尾的文件名

For example, I saved my agenda in /tmp/agenda.html 例如,我将议程保存在/tmp/agenda.html

If you want to save it as plain-text, you just give it a .txt extension. 如果要将其另存为纯文本,只需给它添加.txt扩展名。

I haven't found a built-in way to do this, so I ended up programming my own. 我还没有找到执行此操作的内置方法,所以最终我自己编写了程序。 You can find the function org-publish-agenda at http://nflath.com/2009/10/org-mode/ . 您可以在http://nflath.com/2009/10/org-mode/上找到org-publish-agenda函数。

It's a good question, because with blorgit, for example, this facility will be great. 这是一个很好的问题,因为例如使用blorgit,此功能会很棒。 Eureka! 尤里卡! OrgMobile creates *.org files for different agenda-views. OrgMobile为不同的议程视图创建* .org文件。

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

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