2011-09-05 52 views

回答

7

當標籤從父項繼承時,它就會出現這種方式。我懷疑這是爲了區分與標題直接相關的標籤和從父母繼承的標籤。

有了這個例子

# -*- mode: org -*- 

* TODO This is a test of inherited         :test: 
** TODO This gets a double colon 
*** TODO This also gets the double colon 
** TODO This gets a double colon and an extra tag     :test2: 
*** TODO This gets a double colon after the extra tag 

我創建所有的待辦事項列表時得到這個

Global list of TODO items of type: ALL 
Available with `N r': (0)ALL (1)TODO (2)DONE 
    test:  TODO This is a test of inherited       :test: 
    test:  TODO This gets a double colon        :test:: 
    test:  TODO This also gets the double colon      :test:: 
    test:  TODO This gets a double colon and an extra tag  :test::test2: 
    test:  TODO This gets a double colon after the extra tag :test:test2::