From 851caa74f9056699bedb064b98a914fce4660533 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 13 Oct 2009 00:00:19 +0200 Subject: [PATCH] Change default for org-inlinetask-export to t --- lisp/org-inlinetask.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-inlinetask.el b/lisp/org-inlinetask.el index 14adcc07e..66e4c7139 100644 --- a/lisp/org-inlinetask.el +++ b/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