Browse Source

Fix commit 03f1cf and 3f0b60.

Bastien Guerry 12 years ago
parent
commit
e292a1e2b8
3 changed files with 4 additions and 5 deletions
  1. 2 2
      lisp/org-macs.el
  2. 1 1
      lisp/org-pcomplete.el
  3. 1 2
      lisp/org.el

+ 2 - 2
lisp/org-macs.el

@@ -406,8 +406,8 @@ the value in cdr."
 #+EMAIL:     %s
 #+DATE:      %s
 #+LANGUAGE:  %s
-#+EXPORT_SELECT_TAGS: %s
-#+EXPORT_EXCLUDE_TAGS: %s
+#+SELECT_TAGS: %s
+#+EXCLUDE_TAGS: %s
 #+PRIORITIES: %c %c %c
 #+TAGS:      %s
 #+FILETAGS:  %s

+ 1 - 1
lisp/org-pcomplete.el

@@ -196,7 +196,7 @@ When completing for #+STARTUP, for example, this function returns
 		 ,(format "Complete #+%s option." o)
 		 (pcomplete/org-mode/file-option/x ,o))))
       '("TITLE" "AUTHOR" "EMAIL" "DATE" "LANGUAGE" "TAGS" "FILETAGS"
-	"EXPORT_SELECT_TAGS" "EXPORT_EXCLUDE_TAGS" "PRIORITIES"))
+	"SELECT_TAGS" "EXCLUDE_TAGS" "PRIORITIES"))
 
 (defun pcomplete/org-mode/file-option/options ()
   "Complete arguments for the #+OPTIONS file option."

+ 1 - 2
lisp/org.el

@@ -11539,8 +11539,7 @@ keywords relative to each registered export back-end."
     "DESCRIPTION:" "DRAWERS:" "EMAIL:" "EXCLUDE_TAGS:" "FILETAGS:" "INCLUDE:"
     "INDEX:" "KEYWORDS:" "LANGUAGE:" "MACRO:" "OPTIONS:" "PROPERTY"
     "PRIORITIES:" "SELECT_TAGS:" "SEQ_TODO:" "SETUPFILE:" "STARTUP:" "TAGS:"
-    "TITLE:" "TODO:" "TYP_TODO:" "EXPORT_SELECT_TAGS" "EXPORT_EXCLUDE_TAGS"
-    "INFOJS_OPT"))
+    "TITLE:" "TODO:" "TYP_TODO:" "SELECT_TAGS" "EXCLUDE_TAGS" "INFOJS_OPT"))
 
 (defcustom org-structure-template-alist
   '(("s" "#+BEGIN_SRC ?\n\n#+END_SRC"