From 666bd90497207038af7b89366c3d6b6220bd3f06 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 14 Feb 2024 12:50:10 +0100 Subject: [PATCH] fixup! ox-org: Export special table rows by default * lisp/ox-org.el (org-org-with-special-rows): Add missing keywords for defcustom. --- lisp/ox-org.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ox-org.el b/lisp/ox-org.el index 2cdac0be9..8400e06e4 100644 --- a/lisp/ox-org.el +++ b/lisp/ox-org.el @@ -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)