1
若要定义子树或单个项的本地日志设置,请在此项中定义“logging”属性。任何非空的“LOGGING”属性都会将所有日志设置重置为零。然后,您可以使用“STARTUP”关键字(如“lognotedone”或“logrepeat”)打开此特定树的日志记录,并添加特定于状态的设置,如“TODO(!)’. 例如:
* TODO 每个状态只log一次
:PROPERTIES:
:LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)
:END:
* TODO 当切换到WAIT和重复时 log
:PROPERTIES:
:LOGGING: WAIT(@) logrepeat
:END:
* TODO 不log
:PROPERTIES:
:LOGGING: nil
:END:
2
To define a column format for an entire file, use a line like:
#+COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
To specify a format that only applies to a specific tree, add a ‘COLUMNS’ property to the top node of that tree, for example:
** Top node for columns view
:PROPERTIES:
:COLUMNS: %25ITEM %TAGS %PRIORITY %TODO
:END:
3
COLUMNS
The ‘COLUMNS’ property defines the format of column view (see Column View). It is inherited in the sense that the level where a ‘COLUMNS’ property is defined is used as the starting point for a column view t

本文详细介绍了Org-mode中的一些关键属性,包括用于定义日志设置的'LOGGING'属性,指定列格式的'COLUMNS'属性,适用于整个文件或特定树的'CATEGORY'和'ARCHIVE'属性,以及特殊属性如'TODO'状态和优先级的访问方法。通过这些属性,可以更高效地管理和定制Org-mode的工作流程。
最低0.47元/天 解锁文章
648

被折叠的 条评论
为什么被折叠?



