From b5eccf94df40428152b482ff890de59dd420a6ef Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 5 Jul 2012 23:42:09 +0200 Subject: [PATCH] org-export: Fix docstrings --- contrib/lisp/org-export.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 9308c1dc1..9700b8f43 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -402,8 +402,7 @@ All trees carrying any of these tags will be excluded from export. This is without condition, so even subtrees inside that carry one of the `org-export-select-tags' will be removed. -This option can also be set with the #+EXPORT_EXCLUDE_TAGS: -keyword." +This option can also be set with the #+EXCLUDE_TAGS: keyword." :group 'org-export-general :type '(repeat (string :tag "Tag"))) @@ -507,8 +506,7 @@ one of these tags will be ignored during export. Inside trees that are selected like this, you can still deselect a subtree by tagging it with one of the `org-export-exclude-tags'. -This option can also be set with the #+EXPORT_SELECT_TAGS: -keyword." +This option can also be set with the #+SELECT_TAGS: keyword." :group 'org-export-general :type '(repeat (string :tag "Tag")))