[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 5cdfda936c 305/333: Ensure script directory tree
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 5cdfda936c 305/333: Ensure script directory tree is created |
Date: |
Tue, 27 Feb 2024 13:00:47 -0500 (EST) |
branch: externals/lentic
commit 5cdfda936c155b4a1ed123c675878a221ce48379
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>
Ensure script directory tree is created
---
lentic-script.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lentic-script.el b/lentic-script.el
index 93b3b9022a..530d21690e 100644
--- a/lentic-script.el
+++ b/lentic-script.el
@@ -50,7 +50,10 @@
".org"))
(defun lentic-script-lentic-file ()
- (lentic-script--lentic-file-1 (buffer-file-name)))
+ (let ((l
+ (lentic-script--lentic-file-1 (buffer-file-name))))
+ (make-directory (file-name-nondirectory l) t)
+ l))
;;;###autoload
(defun lentic-python-script-init ()
- [elpa] externals/lentic 370ebf12a9 268/333: Widening was inconsistent in hooks., (continued)
- [elpa] externals/lentic 370ebf12a9 268/333: Widening was inconsistent in hooks., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 72542b681a 273/333: Correctly require s in cask and lentic-doc., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a75637bb2f 280/333: Load 'f' for using f-equal?, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 15c336bfe7 288/333: Update to travis-container testing., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 97b939ee15 266/333: Reimplement insert-file-local using core function., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 36861bdf9c 331/333: Add lentic-markdown, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8e4a26d861 300/333: Example files added, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 92af154760 264/333: Enables tags on section headers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic f5136cd683 291/333: Update copyright years., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0f5464880d 295/333: Provide org-mode start up hook., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 5cdfda936c 305/333: Ensure script directory tree is created,
ELPA Syncer <=
- [elpa] externals/lentic 7f967d7263 064/333: New test for orgel to org transformation., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a342e3c6c4 099/333: Incremental test framework added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 4e6eaff5e3 143/333: Fixes a bug during deletion., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 1ce36f1ab6 144/333: More linked->lentic renames., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 2f9d3fbd7f 153/333: All files are now orgel documented., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 406a36bae2 151/333: All autoloads added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 3b1d0cb77a 154/333: Split lentic.el code into -mode and -dev., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 2f141ed978 201/333: Deprecated Emacs-24.3., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 3c7736b52d 221/333: Move to releases only after m-buffer update., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b625f8a6bc 217/333: Move to load-relative for tests., ELPA Syncer, 2024/02/27