Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farynaio/org-link-archive
Archive org links with archive.org
https://github.com/farynaio/org-link-archive
archive emacs org-mode
Last synced: about 1 month ago
JSON representation
Archive org links with archive.org
- Host: GitHub
- URL: https://github.com/farynaio/org-link-archive
- Owner: farynaio
- Created: 2021-02-13T17:46:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T21:09:37.000Z (over 1 year ago)
- Last Synced: 2024-11-13T15:57:42.313Z (3 months ago)
- Topics: archive, emacs, org-mode
- Language: Emacs Lisp
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Org link archive
This packages provides functionality to replace org-mode link at point with archived link produced by [archive.org](https://archive.org), so it will never be lost, even if orginal website go down.
The replaced link has to be in [org-mode link format](https://orgmode.org/manual/Link-Format.html).
### Installation
#### via package.el:
Put `org-link-archive.el` inside one of the folders defined in `'load-url`.
Add `(require 'org-link-archive.el)` to your Emacs config file.
#### via use-package:
TBA (after [melpa.org](https://melpa.org) accepted)### Usage
For easy use bind it to keys of your choice. For example:
``` lisp
(define-key org-mode-map (kbd "C-x C-z") 'org-link-archive-at-point)
```Point cursor on a link and run `org-link-archive-at-point`.
### Roadmap
- [ ] Publish on Melpa
### Contribution
PRs are welcome.