Fix C-c C-c on inline tasks

* lisp/org.el (org-ctrl-c-ctrl-c): Properly recognize inlinetasks as
  a valid context.
This commit is contained in:
Nicolas Goaziou 2016-12-15 14:24:01 +01:00
parent 7856018d78
commit 51227cff94

View file

@ -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))