From 51227cff9424ffd1d431caa9342b53f067876076 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 15 Dec 2016 14:24:01 +0100 Subject: [PATCH] Fix C-c C-c on inline tasks * lisp/org.el (org-ctrl-c-ctrl-c): Properly recognize inlinetasks as a valid context. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 08b3f3a30..82d0308b6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -21157,8 +21157,8 @@ This command does many different things, depending on context: ;; Limit to supported contexts. '(babel-call clock dynamic-block footnote-definition footnote-reference inline-babel-call inline-src-block - item keyword node-property paragraph plain-list - property-drawer radio-target src-block + inlinetask item keyword node-property paragraph + plain-list property-drawer radio-target src-block statistics-cookie table table-cell table-row timestamp) t))