0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 18:46:26 +00:00

Change default for org-inlinetask-export to t

This commit is contained in:
Carsten Dominik 2009-10-13 00:00:19 +02:00
parent 7a7fa921f7
commit 851caa74f9

View file

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