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

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

[elpa] externals/org-transclusion 1e92375adc 2/2: Merge pull request #18


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 1e92375adc 2/2: Merge pull request #188 from josephmturner/require-org-transclusion
Date: Tue, 16 May 2023 12:59:05 -0400 (EDT)

branch: externals/org-transclusion
commit 1e92375adc0a79204aaedb835e57b7947db4ab40
Merge: bc24be2334 99e4c22df9
Author: nobiot <me@nobiot.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #188 from josephmturner/require-org-transclusion
    
    fix: (org-transclusion-src-lines.el) require org-transclusion
---
 org-transclusion-src-lines.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el
index 4d431e794b..628dc29683 100644
--- a/org-transclusion-src-lines.el
+++ b/org-transclusion-src-lines.el
@@ -314,6 +314,7 @@ match any valid elisp symbol (but please don't quote it)."
   (when (string-match ":thing-at-point \\([[:alnum:][:punct:]]+\\)" string)
     (list :thing-at-point (org-strip-quotes (match-string 1 string)))))
 
+(declare-function org-transclusion-content-format "org-transclusion")
 (defun org-transclusion-content-format-src-lines (type content indent)
   "Format text CONTENT from source before transcluding.
 Return content modified (or unmodified, if not applicable).



reply via email to

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