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:
parent
a250fc745f
commit
666bd90497
|
@ -57,7 +57,11 @@ setting of `org-html-htmlize-output-type' is `css'."
|
|||
(defcustom org-org-with-special-rows t
|
||||
"Non-nil means export special table rows.
|
||||
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
|
||||
'((babel-call . org-org-identity)
|
||||
|
|
Loading…
Reference in New Issue