summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-02-01 01:08:42 +0100
committerBastien Guerry <bzg@altern.org>2014-02-01 01:08:42 +0100
commitccc4f6b96e6af91a5a1e7a5e6766eed9006d658b (patch)
treeb9d63bc741d2c47d47f7e066455e303a7331ffe4
parentc89827dc37d061babd09f4fccd79def03c30b139 (diff)
downloadorg-mode-ccc4f6b96e6af91a5a1e7a5e6766eed9006d658b.tar.gz
Fix d035a9af6
Thanks to Nicolas for providing the correct fix.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 650b6ba..8ce7361 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)