소스 검색

Fix typo.

Carsten Dominik 16 년 전
부모
커밋
1f892af3e6
2개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 0
      lisp/ChangeLog
  2. 2 2
      lisp/org-exp.el

+ 5 - 0
lisp/ChangeLog

@@ -1,3 +1,8 @@
+2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
+
+	* org-exp.el (org-export-select-tags, org-get-current-options):
+	Fix typo.
+
 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
 
 	* org-agenda.el (org-format-agenda-item)

+ 2 - 2
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