|
@@ -2748,6 +2748,12 @@ Paragraph \\alpha."
|
|
|
(org-test-with-temp-text "#+DATE: {{{macro}}}"
|
|
|
(progn (search-forward "{")
|
|
|
(org-element-type (org-element-context))))))
|
|
|
+ ;; Do not find objects in table rules.
|
|
|
+ (should
|
|
|
+ (eq 'table-row
|
|
|
+ (org-test-with-temp-text "| a | b |\n+---+---+\n| c | d |"
|
|
|
+ (forward-line)
|
|
|
+ (org-element-type (org-element-context)))))
|
|
|
;; Find objects in parsed affiliated keywords.
|
|
|
(should
|
|
|
(eq 'macro
|