[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/activities ddb080f551 3/3: Docs: Tidy readme
From: |
ELPA Syncer |
Subject: |
[elpa] externals/activities ddb080f551 3/3: Docs: Tidy readme |
Date: |
Wed, 13 Mar 2024 21:57:19 -0400 (EDT) |
branch: externals/activities
commit ddb080f551f16e1b446918eec0007cd44fa9f9cb
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Docs: Tidy readme
---
README.org | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 83836af33b..528059774f 100644
--- a/README.org
+++ b/README.org
@@ -6,6 +6,7 @@
#+TEXINFO_DIR_TITLE: Activities: (activities)
#+TEXINFO_DIR_DESC: Suspend/resume activities (sets of windows, frames, and
buffers)
+# ELPA badge image.
[[https://elpa.gnu.org/packages/activities.html][file:https://elpa.gnu.org/packages/activities.svg]]
Inspired by Genera's and KDE's concepts of "activities", this Emacs library
allows the user to manage frames/tabs, windows, and buffers according to their
purpose. An "activity" comprises a frame or tab, its window configuration, and
the buffers displayed in them--its "state"; this state would be related to a
certain task the user performs at various times, such as developing a certain
software project, reading and writing email, working with one's Org mode
system, etc.
@@ -278,7 +279,7 @@ This package is part of
[[https://www.gnu.org/software/emacs/][GNU Emacs]], bein
# Copied from org-super-agenda's readme, in which much was borrowed from Org's
=org-manual.org=.
-#+OPTIONS: broken-links:t *:t num:1
+#+OPTIONS: broken-links:t *:t num:1 toc:1
** Info export options
@@ -288,8 +289,6 @@ This package is part of
[[https://www.gnu.org/software/emacs/][GNU Emacs]], bein
# NOTE: Setting org-comment-string buffer-locally is a nasty hack to work
around GitHub's org-ruby's HTML rendering, which does not respect noexport
tags. The only way to hide this tree from its output is to use the COMMENT
keyword, but that prevents Org from processing the export options declared in
it. So since these file-local variables don't affect org-ruby, wet set
org-comment-string to an unused keyword, which prevents Org from deleting this
tree from the export buffer, which all [...]
-# after-save-hook: (lambda nil (when (and (require 'ox-texinfo nil t)
(org-texinfo-export-to-info)) (delete-file "README.texi") (rename-file
"README.info" "activities.info" t)))
-
# Local Variables:
# before-save-hook: org-make-toc
# org-export-initial-scope: buffer