Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: >> * lisp/org.el (org-options-keywords): Add a trailing colon to the >> 'PRINT_BIBLIOGRAPHY' keyword to avoid unnecessary user confusion. > > Hi Rudolf, > > I don't see any confusion by not having a trailing colon in > #+print_bibliography. Where would there be? (I'm asking, because I'm > tutoring a couple novel users and it would be good to have an answer ready > if they ask ;-) )
It is very simple. The patch simply removed inconsistency in completion. Here is the previous value of `org-options-keywords': ("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:" "EXPORT_FILE_NAME:") See how only PRINT_BIBLIOGRAPHY does not have a trailing colon. Everything else will be completed with colon. So, users who are accustomed to the completion adding colons can be surprised when for PRINT_BIBLIOGRAPHY in particular the colon is not added. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>