fixup! ox-org: Export special table rows by default

* lisp/ox-org.el (org-org-with-special-rows): Add missing keywords for defcustom.
This commit is contained in:
Ihor Radchenko 2024-02-14 12:50:10 +01:00
parent a250fc745f
commit 666bd90497
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,11 @@ setting of `org-html-htmlize-output-type' is `css'."
(defcustom org-org-with-special-rows t (defcustom org-org-with-special-rows t
"Non-nil means export special table rows. "Non-nil means export special table rows.
Special rows are the rows containing special marking characters, as Special rows are the rows containing special marking characters, as
described in the Info node `(org)Advanced features'.") described in the Info node `(org)Advanced features'."
:group 'org-export-org
:type 'boolean
:package-version '(Org . "9.7"))
(org-export-define-backend 'org (org-export-define-backend 'org
'((babel-call . org-org-identity) '((babel-call . org-org-identity)