emacs-devel
[Top][All Lists]
Advanced

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

Re: Organizing the NEWS file a bit better


From: Stefan Kangas
Subject: Re: Organizing the NEWS file a bit better
Date: Mon, 6 Sep 2021 11:01:04 +0200

Lars Ingebrigtsen <larsi@gnus.org> writes:

> > Perhaps we could try it for Emacs 29?  If we do it soon after cutting
> > the new branch, it should be easier to change it back if we find any
> > reason to.
>
> What would the lines look like?
>
> ** New user option 'use-short-answers'. :DOC:
>
> and
>
> ** New user option 'use-short-answers'. :NODOC:
>
> ?

Yes.  The org format only requires a tag to be a) at the end of a
headline and b) enclosed in colons.

The command 'org-set-tags-command' lines them up like this, which
helps improve readability:

** 'open-gnutls-stream' now also accepts a ':coding' argument.          :DOC:
** 'process-attributes' now works under OpenBSD, too.                 :NODOC:



reply via email to

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