Browse Source

Change default for org-inlinetask-export to t

Carsten Dominik 15 năm trước cách đây
mục cha
commit
851caa74f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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