branch: externals/embark commit fa5a59cf55d570d41f5da04d2a4951bb3ef10eaf Merge: 2aba953bf1 5ccc59879f Author: Omar AntolĂn Camarena <omar.anto...@gmail.com> Commit: GitHub <nore...@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))))