Thanks to Nicolas for providing the correct fix.
This commit is contained in:
parent
c89827dc37
commit
ccc4f6b96e
|
@ -20238,7 +20238,7 @@ This command does many different things, depending on context:
|
||||||
superscript underline verbatim)
|
superscript underline verbatim)
|
||||||
(while (and (setq context (org-element-property :parent context))
|
(while (and (setq context (org-element-property :parent context))
|
||||||
(not (memq (setq type (org-element-type 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
|
;; For convenience: at the first line of a paragraph on the
|
||||||
;; same line as an item, apply function on that item instead.
|
;; same line as an item, apply function on that item instead.
|
||||||
(when (eq type 'paragraph)
|
(when (eq type 'paragraph)
|
||||||
|
|
Loading…
Reference in New Issue