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

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

[elpa] externals/embark fa5a59cf55 2/2: Merge pull request #558 from min


From: ELPA Syncer
Subject: [elpa] externals/embark fa5a59cf55 2/2: Merge pull request #558 from minad/distribute-embark-org
Date: Sun, 27 Nov 2022 11:57:49 -0500 (EST)

branch: externals/embark
commit fa5a59cf55d570d41f5da04d2a4951bb3ef10eaf
Merge: 2aba953bf1 5ccc59879f
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #558 from minad/distribute-embark-org
    
    Distribute embark-org, Linting
---
 .elpaignore   | 2 +-
 embark-org.el | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.elpaignore b/.elpaignore
index 5d931cfee3..7a694c9699 100644
--- a/.elpaignore
+++ b/.elpaignore
@@ -1 +1 @@
-embark-org.el
\ No newline at end of file
+LICENSE
\ No newline at end of file
diff --git a/embark-org.el b/embark-org.el
index 73fe1a1ce6..8c601dad5e 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -97,7 +97,7 @@
     ;; verbatim
     ;; verse-block
     )
-  "Supported Org object and element types")
+  "Supported Org object and element types.")
 
 (declare-function org-element-property "org-element" (property element))
 
@@ -126,7 +126,7 @@
 (defvar org-export-with-toc)
 
 (defun embark-org-copy-as-markdown (start end)
-  "Export the region from START to END to markdown and save on the kill-ring."
+  "Export the region from START to END to markdown and save on the 
`kill-ring'."
   (interactive "r")
   (require 'ox)
   (kill-new
@@ -236,7 +236,7 @@
 (autoload 'org-attach-dir "org-attach")
 
 (defun embark-org--refine-link-type (_type target)
-  "Refine link type if we have more specific actions available."
+  "Refine type of link TARGET if we have more specific actions available."
   (when (string-match org-link-any-re target)
     (let ((target (or (match-string-no-properties 2 target)
                       (match-string-no-properties 0 target))))



reply via email to

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