aboutsummaryrefslogtreecommitdiff
path: root/README
blob: a0a10d47e5d4e2cda66681bc3c336c3fc506f1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

Org Link Edit provides Paredit-inspired slurping and barfing commands
for Org link descriptions.

The commentary in org-link-edit.el contains more details.
org-link-edit.el is available in Org's contrib directory.  See the Org
manual's installation instructions for information on using
contributed packages: <https://orgmode.org/org.html#Installation>.

Contributing
------------

Bug reports, patches, questions, and other feedback are welcome.
Please send a plain-text email, with "[org-link-edit]" as the subject
prefix, to

    misc@inbox.kyleam.com

To add this prefix to patches, you can generate the them with

    git format-patch --subject-prefix="PATCH org-link-edit" ...

To avoid passing --subject-prefix each time you call format-patch, you
can configure the repository's default prefix:

    git config format.subjectPrefix "PATCH org-link-edit"

Messages that include this address are public and available as
public-inbox [^1] archives at

    https://inbox.kyleam.com/misc/?q=s%3Aorg-link-edit

[^1]: https://public-inbox.org/README
[^2]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html