Carsten Dominik před 17 roky
rodič
revize
1f892af3e6
2 změnil soubory, kde provedl 7 přidání a 2 odebrání
  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>
 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
 
 
 	* org-agenda.el (org-format-agenda-item)
 	* 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
 If any such tag is found in a buffer, all trees that do not carry one
 of these tags will be deleted before export.
 of these tags will be deleted before export.
 Inside trees that are selected like this, you can still deselect a
 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
   :group 'org-export-general
   :type '(repeat (string :tag "Tag")))
   :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
 #+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
 %s
 #+EXPORT_SELECT_TAGS: %s
 #+EXPORT_SELECT_TAGS: %s
-#+EXPORT_EXCUDE_TAGS: %s
+#+EXPORT_EXCLUDE_TAGS: %s
 #+LINK_UP:   %s
 #+LINK_UP:   %s
 #+LINK_HOME: %s
 #+LINK_HOME: %s
 #+CATEGORY:  %s
 #+CATEGORY:  %s