[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 10b1386cf4 03/16: Hide the newline after each affil
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 10b1386cf4 03/16: Hide the newline after each affiliated keyword |
Date: |
Mon, 25 Nov 2024 01:00:01 -0500 (EST) |
branch: elpa/dslide
commit 10b1386cf45fab6091aa8cb6b0e8dbe70864e90c
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Hide the newline after each affiliated keyword
They are guaranteed to have them and they throw off formatting by leaving
empty spacen
---
dslide.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dslide.el b/dslide.el
index a8b8235b50..5bdca7e022 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1256,7 +1256,7 @@ for `dslide-contents-map'.")
(goto-char (oref obj begin))
(while (re-search-forward org-keyword-regexp bound t)
(let ((overlay (make-overlay (match-beginning 0)
- (match-end 0))))
+ (min (1+ (match-end 0)) (point-max)) )))
(overlay-put overlay 'invisible t)
(push dslide-overlays overlay)))))))
- [nongnu] elpa/dslide updated (552e63c6ac -> 0d9a1f6c27), ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 513b1109fb 06/16: Get rid of erroneous step padding in simple slide images, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 8b4336db4d 02/16: use the current slide's filter, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 6d9ebfb79a 08/16: clean up propertize action for showing off, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide f59c85784c 11/16: Aha! image-keyword interplay fixed, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 10b1386cf4 03/16: Hide the newline after each affiliated keyword,
ELPA Syncer <=
- [nongnu] elpa/dslide d2217bc74f 07/16: Quick fix for TODO and tag hiding in contents, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 91652de16a 15/16: Bug fix for reverse-in-place (!), ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 7949a5f337 09/16: Hiding filtered headings needs to collapse display completely, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide ad7f189032 10/16: reverse action list when going backwards or starting at the end, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 0e027e0527 04/16: Clip newline from text property action overlay region, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 1aa45a2223 05/16: Only cleanup overlays in finish, only for this slide, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 0d9a1f6c27 16/16: Release 0.5.5, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 0c5b00b4ec 01/16: line noise, ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 3aa8ea4bcc 12/16: Good things for the manual. Updates to generated., ELPA Syncer, 2024/11/25
- [nongnu] elpa/dslide 0a068013b3 13/16: Image feature cleanups. Good to go 👌, ELPA Syncer, 2024/11/25