emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 99681ce389: org: Support completion of cite-related


From: ELPA Syncer
Subject: [elpa] externals/org 99681ce389: org: Support completion of cite-related keywords
Date: Thu, 21 Jul 2022 10:57:44 -0400 (EDT)

branch: externals/org
commit 99681ce38937ba993a0407cee4fd6a7f869211bf
Author: TEC <tec@tecosaur.com>
Commit: TEC <tec@tecosaur.com>

    org: Support completion of cite-related keywords
    
    * lisp/org.el (org-get-export-keywords): Add BIBLIOGRAPHY, CITE_EXPORT,
    and PRINT_BIBLIOGRAPHY to `org-options-keywords'.
    
    It's worth noting that while based on the variable name
    PRINT_BIBLIOGRAPHY may not seem to fit, it is in good company with
    INCLUDE, and this variable is (exclusively) used as a list of
    non-affiliated, non-block, non-export-backend-specific keywords for
    pcomplete.  It may be a good idea to rename this for clarity, or split
    it up in future.
---
 lisp/org.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/lisp/org.el b/lisp/org.el
index 64b148d9c7..f861cefdf2 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -8701,11 +8701,12 @@ keywords relative to each registered export back-end."
        (push (nth 1 option-entry) keywords)))))
 
 (defconst org-options-keywords
-  '("ARCHIVE:" "AUTHOR:" "BIND:" "CATEGORY:" "COLUMNS:" "CREATOR:" "DATE:"
-    "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:" "SELECT_TAGS:" "EXCLUDE_TAGS:"))
+  '("ARCHIVE:" "AUTHOR:" "BIBLIOGRAPHY:" "BIND:" "CATEGORY:" "CITE_EXPORT:"
+    "COLUMNS:" "CREATOR:" "DATE:" "DESCRIPTION:" "DRAWERS:" "EMAIL:"
+    "EXCLUDE_TAGS:" "FILETAGS:" "INCLUDE:" "INDEX:" "KEYWORDS:" "LANGUAGE:"
+    "MACRO:" "OPTIONS:" "PROPERTY:" "PRINT_BIBLIOGRAPHY" "PRIORITIES:"
+    "SELECT_TAGS:" "SEQ_TODO:" "SETUPFILE:" "STARTUP:" "TAGS:" "TITLE:" "TODO:"
+    "TYP_TODO:" "SELECT_TAGS:" "EXCLUDE_TAGS:"))
 
 (defcustom org-structure-template-alist
   '(("a" . "export ascii")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]