瀏覽代碼

Change default for org-inlinetask-export to t

Carsten Dominik 15 年之前
父節點
當前提交
851caa74f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-inlinetask.el

+ 1 - 1
lisp/org-inlinetask.el

@@ -93,7 +93,7 @@ the value of this variable."
   :group 'org-inlinetask
   :type 'boolean)
 
-(defcustom org-inlinetask-export nil
+(defcustom org-inlinetask-export t
   "Non-nil means, export inline tasts.
 When nil, they will not be exported."
   :group 'org-inlinetask