[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 884882d10d 245/333: Fixes error with path handli
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 884882d10d 245/333: Fixes error with path handling. |
Date: |
Tue, 27 Feb 2024 13:00:40 -0500 (EST) |
branch: externals/lentic
commit 884882d10d2dbbc4b35523cbd8e2ccba14edbdf0
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Fixes error with path handling.
---
lentic-doc.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lentic-doc.el b/lentic-doc.el
index d461feed2c..9bbedaacad 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -128,9 +128,9 @@ EXT must not be nil or empty."
(when main-file
(f-join
(f-parent main-file)
- (f-no-ext
- main-file)
- "-doc.org"))))
+ (concat
+ (f-no-ext main-file)
+ "-doc.org")))))
(when
(and doc-file
(f-exists? doc-file))
- [elpa] externals/lentic 28a1951c14 216/333: Use default-browser for external view., (continued)
- [elpa] externals/lentic 28a1951c14 216/333: Use default-browser for external view., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8a007a60c5 218/333: Default for init is now a list., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 35db8a038a 219/333: Major-mode functions reworked totally., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 243d2710d1 224/333: Advance m-buffer version to fix point bug., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic bc6e3db510 237/333: Merge branch 'Prathyvsh-patch-1', ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d4d494bb20 232/333: Full documentation for lentic.el., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e97bc286d7 241/333: Lentic-self doc moved to lentic-mode., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 65f94e69d7 242/333: Shorten names of entry points to lentic-doc., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 54290fcc0c 248/333: Documentation Updates., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 3f20d2a5ec 261/333: Prepare for next iteration, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 884882d10d 245/333: Fixes error with path handling.,
ELPA Syncer <=
- [elpa] externals/lentic 4332b289fb 250/333: Graceful error handling is now optional., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b8f399ea51 244/333: lentic-doc now uses correct directory., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 9d542c732b 255/333: README update for 0.8 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c740b170ea 262/333: Enable use of tags in org-mode src blocks., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ba0be3b36f 265/333: Merge branch 'feature/tags-on-org-sections', ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 678db93272 322/333: Merge pull request #50 from DamienCassou/patch-1, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 7b75e8079c 276/333: Regularisation of start/stop handling., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c744f3d3be 321/333: Shorten maximum line length in orgel, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e27c3f3b2a 281/333: Merge pull request #41 from syohex/load-library, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 32a17b1829 323/333: Fix use of undefined variable, ELPA Syncer, 2024/02/27