diff --git a/lisp/ox.el b/lisp/ox.el index c83cc861b..ad3742c29 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -2876,7 +2876,8 @@ Return code as a string." ;; EMAIL is not a parsed keyword: store it as-is. (cons "email" (or (plist-get info :email) "")) (cons "title" - (org-element-interpret-data (plist-get info :title)))) + (org-element-interpret-data (plist-get info :title))) + (cons "results" "$1")) 'finalize) ;; Parse buffer. (setq tree (org-element-parse-buffer nil visible-only))