https://github.com/abougouffa/org-contrib
Mirror of org-contrib, updated every hour
https://github.com/abougouffa/org-contrib
Last synced: over 1 year ago
JSON representation
Mirror of org-contrib, updated every hour
- Host: GitHub
- URL: https://github.com/abougouffa/org-contrib
- Owner: abougouffa
- Created: 2024-01-13T13:20:37.000Z (over 2 years ago)
- Default Branch: __mirror
- Last Pushed: 2025-02-27T18:35:22.000Z (over 1 year ago)
- Last Synced: 2025-02-28T02:52:55.553Z (over 1 year ago)
- Homepage: https://git.sr.ht/~bzg/org-contrib
- Size: 6.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mirroring branch
[](https://github.com/abougouffa/org-contrib/actions/workflows/mirror.yaml)
> [!NOTE]
> This branch is set a the default one for mirroring purposes. **To access the code, please check the [master branch](../../tree/master)**.
The `__mirror` branch is set as the **default** branch because of GitHub's schedule actions policy. The schedule actions can only be run on the default branch.
Therefore, if you are using this repo as an alternative to the default one, please make sure you specify the right branch (`master` in this case) in you recipe. Here is an example of such a recipe for `straight.el`:
```elisp
(use-package org-contrib
:straight (:host github :repo "abougouffa/org-contrib" :branch "master"))
```