From 1f892af3e6e7ce5423b911d2257819fda842f342 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 26 Oct 2008 06:58:28 +0100 Subject: [PATCH] Fix typo. --- lisp/ChangeLog | 5 +++++ lisp/org-exp.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db3941f5b..0ce9824f5 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-10-26 Carsten Dominik + + * org-exp.el (org-export-select-tags, org-get-current-options): + Fix typo. + 2008-10-25 Carsten Dominik * org-agenda.el (org-format-agenda-item) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c5c0bb30d..a47fc4585 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -70,7 +70,7 @@ force an export command into the current process." If any such tag is found in a buffer, all trees that do not carry one of these tags will be deleted before export. Inside trees that are selected like this, you can still deselect a -subtree by tagging it with one of the `org-export-excude-tags'." +subtree by tagging it with one of the `org-export-exclude-tags'." :group 'org-export-general :type '(repeat (string :tag "Tag"))) @@ -2597,7 +2597,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff." #+OPTIONS: H:%d num:%s toc:%s \\n:%s @:%s ::%s |:%s ^:%s -:%s f:%s *:%s TeX:%s LaTeX:%s skip:%s d:%s tags:%s %s #+EXPORT_SELECT_TAGS: %s -#+EXPORT_EXCUDE_TAGS: %s +#+EXPORT_EXCLUDE_TAGS: %s #+LINK_UP: %s #+LINK_HOME: %s #+CATEGORY: %s