From ccc4f6b96e6af91a5a1e7a5e6766eed9006d658b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 1 Feb 2014 01:08:42 +0100 Subject: [PATCH] Fix d035a9af6 Thanks to Nicolas for providing the correct fix. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 650b6ba2b..8ce736119 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -20238,7 +20238,7 @@ This command does many different things, depending on context: superscript underline verbatim) (while (and (setq context (org-element-property :parent context)) (not (memq (setq type (org-element-type context)) - '(paragraph verse-block))))))) + '(paragraph verse-block table-cell))))))) ;; For convenience: at the first line of a paragraph on the ;; same line as an item, apply function on that item instead. (when (eq type 'paragraph)