emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orgalist 5659da7 5/7: orgalist: Improve documentation


From: Nicolas Goaziou
Subject: [elpa] externals/orgalist 5659da7 5/7: orgalist: Improve documentation
Date: Tue, 1 May 2018 09:31:00 -0400 (EDT)

branch: externals/orgalist
commit 5659da7e33192f36608d45129bd5d4882d0237fe
Author: Nicolas Goaziou <address@hidden>
Commit: Nicolas Goaziou <address@hidden>

    orgalist: Improve documentation
---
 orgalist.el | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

diff --git a/orgalist.el b/orgalist.el
index ac05480..a9ec2800 100644
--- a/orgalist.el
+++ b/orgalist.el
@@ -27,9 +27,34 @@
 ;; a minor mode.
 
 ;; More specifically, it supports syntax for numbered, unnumbered,
-;; description items, checkboxes, and counter cookies.  See (info
-;; "(org) Plain Lists") and (info "(org) Checkboxes") for details
-;; about the syntax of such constructs.
+;; description items, checkboxes, and counter cookies.  Examples of
+;; such constructs include:
+
+;;     - item 1
+;;     - item 2
+;;       - [ ] checbox sub-item
+
+;; or
+
+;;     1. item 1
+;;     2. item 2
+;;        1. sub-item 1
+;;        8. address@hidden sub-item 8
+
+;; and
+
+;;     - term :: definition
+;;     - term 2 :: definition 2
+
+;; To start a list, type `- <SPC>' or `1 . <SPC>', then write the
+;; contents of the item.  To create a new item, use `M-<RET>'.  If it
+;; should be a child of the previous item, use `<TAB>' or `M-<RIGHT>'.
+;; For example, `- <SPC> i t e m M-<RET> <TAB> c h i l d' produces:
+;;     - item
+;;       - child
+
+;; See (info "(org) Plain Lists") and (info "(org) Checkboxes") for
+;; more details about the syntax of such constructs.
 
 ;; The following features are supported:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]