mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Docs: Fix ELPA build error
Since the linked screenshots are excluded from the tarball, the Org export failed due to broken links. This should fix it...
This commit is contained in:
parent
fcbf1a55e8
commit
25d7d43336
1 changed files with 19 additions and 3 deletions
22
README.org
22
README.org
|
@ -264,9 +264,6 @@ However, note that ~matrix-client~ is a more mature client and is very reliable
|
|||
|
||||
After almost two years of development, the first tagged release. Submitted to GNU ELPA.
|
||||
|
||||
* COMMENT Credits
|
||||
|
||||
|
||||
* Development
|
||||
:PROPERTIES:
|
||||
:TOC: :include this :ignore descendants
|
||||
|
@ -295,6 +292,25 @@ An Org-formatted version of the Matrix spec is available in the [[https://github
|
|||
|
||||
GPLv3
|
||||
|
||||
* COMMENT Export setup :noexport:
|
||||
:PROPERTIES:
|
||||
:TOC: :ignore (this descendants)
|
||||
:END:
|
||||
|
||||
# Copied from org-super-agenda's readme, in which much was borrowed from Org's =org-manual.org=.
|
||||
|
||||
# This is necessary to prevent ELPA from failing to build the documentation due to the linked screenshots being excluded from the tarball.
|
||||
|
||||
#+OPTIONS: broken-links:t *:t
|
||||
|
||||
** Info export options
|
||||
|
||||
#+TEXINFO_DIR_CATEGORY: Emacs
|
||||
#+TEXINFO_DIR_TITLE: Ement: (ement)
|
||||
#+TEXINFO_DIR_DESC: Matrix client for Emacs
|
||||
|
||||
** File-local variables
|
||||
|
||||
# Local Variables:
|
||||
# eval: (require 'org-make-toc)
|
||||
# before-save-hook: org-make-toc
|
||||
|
|
Loading…
Add table
Reference in a new issue