Fix commit 03f1cf and 3f0b60.
This commit is contained in:
parent
2fa53e44a7
commit
e292a1e2b8
|
@ -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
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue