emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon
@ 2024-05-04  5:29 Pedro Andres Aranda Gutierrez
  2024-05-04  6:15 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Pedro Andres Aranda Gutierrez @ 2024-05-04  5:29 UTC (permalink / raw)
  To: Org Mode List, rudolf

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

> From: Rudolf Adamkovič <rudolf@adamkovic.org>
> To: emacs-orgmode@gnu.org
> Cc: Rudolf Adamkovič <rudolf@adamkovic.org>
> Subject: [PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing
>         colon
> Message-ID: <20240502162033.16420-1-rudolf@adamkovic.org>
>
> * 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 ;-) )

Best, /PA
-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 1539 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon
  2024-05-04  5:29 PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon Pedro Andres Aranda Gutierrez
@ 2024-05-04  6:15 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2024-05-04  6:15 UTC (permalink / raw)
  To: Pedro Andres Aranda Gutierrez; +Cc: Org Mode List, rudolf

Pedro Andres Aranda Gutierrez <paaguti@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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-04  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04  5:29 PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon Pedro Andres Aranda Gutierrez
2024-05-04  6:15 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).