blob: c5b016781fe53ae07f0d0b37e6dd60a883eb2f51 (
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
35
36
37
38
39
|
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, 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
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
If you'd like to contribute a patch, thank you! To keep open the
possibility of including org-link-edit.el into Org proper or ELPA,
contributors are required to assign copyright [^2] to the Free
Software Foundation for most changes.
Please send patches to the address listed above. You can generate the
patch 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"
[^1]: https://public-inbox.org/README
[^2]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html
|