GNU bug report logs -
#78278
[PATCH] gnu: Add emacs-org-modern-indent.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78278 in the body.
You can then email your comments to 78278 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#78278
; Package
guix-patches
.
(Tue, 06 May 2025 12:38:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Tue, 06 May 2025 12:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-org-modern-indent): New variable.
Change-Id: Ib4d9ee0ef84d7abf003c15c1abcc603758605c78
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 50a6f4c386..b553c6efe7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42711,6 +42711,34 @@ (define-public emacs-org-modern
source blocks.")
(license license:gpl3+)))
+(define-public emacs-org-modern-indent
+ (package
+ (name "emacs-org-modern-indent")
+ (version "0.5.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jdtsmith/org-modern-indent")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "09bg1shw06ddlxq678abr9q6g9wfc6b483xi0iwldxk4qbgzgpdj"))))
+ (build-system emacs-build-system)
+ (arguments
+ (list #:tests? #false)) ;no tests
+ (propagated-inputs (list emacs-compat))
+ (home-page "https://github.com/jdtsmith/org-modern-indent")
+ (synopsis "Modern block styling with Org Indent mode")
+ (description
+ "Org Modern mode cannot style various Org blocks properly when used in
+conjunction with Org Indent mode. This small package approximately reproduces
+the block styling of Org Modern mode when using Org Indent mode. It can be
+used with or without Org Modern mode.")
+ (license license:gpl3+)))
+
+
(define-public emacs-org-margin
(let* ((commit "4013b59ff829903a7ab86b95593be71aa5c9b87d")
(revision "0"))
base-commit: db336991b517f9ddc0d896b0f087eb3b88636804
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78278
; Package
guix-patches
.
(Wed, 07 May 2025 19:32:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 78278 <at> debbugs.gnu.org (full text, mbox):
Am Dienstag, dem 06.05.2025 um 14:36 +0200 schrieb Nicolas Goaziou:
> * gnu/packages/emacs-xyz.scm (emacs-org-modern-indent): New variable.
>
> Change-Id: Ib4d9ee0ef84d7abf003c15c1abcc603758605c78
> ---
> gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 50a6f4c386..b553c6efe7 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -42711,6 +42711,34 @@ (define-public emacs-org-modern
> source blocks.")
> (license license:gpl3+)))
>
> +(define-public emacs-org-modern-indent
> + (package
> + (name "emacs-org-modern-indent")
> + (version "0.5.1")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/jdtsmith/org-modern-indent")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "09bg1shw06ddlxq678abr9q6g9wfc6b483xi0iwldxk4qbgzgpdj"))))
> + (build-system emacs-build-system)
> + (arguments
> + (list #:tests? #false)) ;no tests
> + (propagated-inputs (list emacs-compat))
> + (home-page "https://github.com/jdtsmith/org-modern-indent")
> + (synopsis "Modern block styling with Org Indent mode")
> + (description
> + "Org Modern mode cannot style various Org blocks properly when
> used in
> +conjunction with Org Indent mode. This small package approximately
> reproduces
> +the block styling of Org Modern mode when using Org Indent mode. It
> can be
> +used with or without Org Modern mode.")
> + (license license:gpl3+)))
> +
> +
There's a gratuitous newline here, otherwise LGTM.
> (define-public emacs-org-margin
> (let* ((commit "4013b59ff829903a7ab86b95593be71aa5c9b87d")
> (revision "0"))
>
> base-commit: db336991b517f9ddc0d896b0f087eb3b88636804
Cheers
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 16 May 2025 14:56:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
bug acknowledged by developer.
(Fri, 16 May 2025 14:56:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 78278-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
> Am Dienstag, dem 06.05.2025 um 14:36 +0200 schrieb Nicolas Goaziou:
>> * gnu/packages/emacs-xyz.scm (emacs-org-modern-indent): New variable.
> There's a gratuitous newline here, otherwise LGTM.
I removed the gratuitous newline. I also added `emacs-org' as
a propagated input because bundled one is too old for this package.
I added a comment about in the package definition.
Applied. Thank you!
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Jun 2025 11:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.