ox-html: Fix exporting inlinetasks without contents

* lisp/ox-html.el (org-html-format-inlinetask-default-function): Do
not export no-contents as string "nil".  Just use empty string.
This commit is contained in:
Ihor Radchenko 2024-05-04 13:37:46 +03:00
parent dbea900d60
commit 0d24857ccf
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -2921,7 +2921,7 @@ INFO arguments."
(org-html-format-headline-default-function
todo todo-type priority text tags info)
(org-html-close-tag "br" nil info)
contents))
(or contents "")))
;;;; Italic