GNU bug report logs -
#55864
Added the emacs-org-auto-tangle package
Previous Next
Reported by: Haider Mirza <haider <at> haider.gq>
Date: Thu, 9 Jun 2022 04:43:02 UTC
Severity: normal
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello, Haider
Am Mittwoch, dem 08.06.2022 um 22:34 +0100 schrieb Haider Mirza:
> [PATCH] Added the emacs-org-auto-tangle package
>
> ---
You're missing a ChangeLog here. Note that with magit+yasnippet you
can generate such commit messages "automatically" after loading the
snippet definitions from /path/to/guix/etc/snippets. Simply type
"add", then TAB.
> + (build-system emacs-build-system)
> + (propagated-inputs
> + (list emacs-async))
This indentation appears off, also you can squash propagated-inputs
into a single line.
> + (description
> + "This package (i.e org-auto-tangle) is a very simple emacs
> package that allows you to automatically tangle org files on save.")
"This package" is enough of a qualifier. Alternatively, write
@code{org-auto-tangle}. "is a very simple emacs package that" is very
useless filler. Write "This package allows you..." or similar. Note
the value of fill-column as per .dir-locals.el
Cheers
This bug report was last modified 3 years and 74 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.