emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/nano-modeline 6ab5d5b94d 15/18: Better display format f


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 6ab5d5b94d 15/18: Better display format for org headings
Date: Thu, 12 May 2022 07:57:50 -0400 (EDT)

branch: externals/nano-modeline
commit 6ab5d5b94d5dee0110969dc1e83068fc793e9871
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Better display format for org headings
---
 nano-modeline.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 8bc3e99593..7713c25a0e 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -1029,8 +1029,9 @@ depending on the version of mu4e."
                             (buffer-narrowed-p)
                             (buffer-base-buffer))
                        (format"%s [%s]" (buffer-base-buffer)
+                              (org-link-display-format 
                               (substring-no-properties (or (org-get-heading 
'no-tags)
-                                                       "-"))))
+                                                       "-")))))
                       ((and (buffer-narrowed-p)
                             (buffer-base-buffer))
                        (format"%s [narrow]" (buffer-base-buffer)))



reply via email to

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