Skip to content

Commit

Permalink
manual: Add workaround for too old Emacs on GNU ELPA build server
Browse files Browse the repository at this point in the history
Emacs (and thus Org) on GNU ELPA build server is too old, so we have
to allow Org to continue when it encounters broken links.  Users will
notice these broken links, but this way we at least get to distribute
the Magit manual.

The broken links are those that link to Git's man pages.
  • Loading branch information
tarsius committed Aug 20, 2024
1 parent 0ea9a04 commit 1df1471
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/magit.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

#+setupfile: .orgconfig

# Emacs on GNU ELPA build server is too old, so all "man:" links
# will be broken, but this at least allows us to generate the manual.
#+options: broken-links:mark

Magit is an interface to the version control system Git, implemented
as an Emacs package. Magit aspires to be a complete Git porcelain.
While we cannot (yet) claim that Magit wraps and improves upon each
Expand Down

0 comments on commit 1df1471

Please sign in to comment.