[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master e301a4f 4/6: Regenerated info documentation
From: |
Ian Dunn |
Subject: |
[elpa] master e301a4f 4/6: Regenerated info documentation |
Date: |
Mon, 19 Feb 2018 14:20:19 -0500 (EST) |
branch: master
commit e301a4f74ca6c5c21057f0045aad456b8e5eafbd
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>
Regenerated info documentation
---
paced.info | 104 ++++++++++++++++++++++++++++++++++++++++---------------------
1 file changed, 68 insertions(+), 36 deletions(-)
diff --git a/paced.info b/paced.info
index c06565a..8095407 100644
--- a/paced.info
+++ b/paced.info
@@ -67,6 +67,7 @@ Contributing
Changelog
+* 1.1.3: 113.
* 1.1.2: 112.
* 1.1.1: 111.
* 1.1: 11.
@@ -617,6 +618,21 @@ This can be added to ‘paced-async.el’:
(when (match-string 1)
(<= (match-beginning 1) p (match-end 1))))))
+ (defun org-at-keyword-p ()
+ "Return non-nil if point is at a keyword such as #+TITLE."
+ (save-excursion
+ (beginning-of-line)
+ (looking-at-p "^#\\+")))
+
+ (defun org-at-heading-prefix-p ()
+ "Return non-nil if looking at the leading stars of a heading."
+ (looking-at outline-regexp))
+
+ (defun org-at-hline-p ()
+ (save-excursion
+ (beginning-of-line)
+ (looking-at-p "^-----")))
+
(defun org-paced-exclude ()
(or
;; Drawers
@@ -624,6 +640,12 @@ This can be added to ‘paced-async.el’:
(org-in-regexp ":END:") ;; but this does
(org-at-tag-p) ;; tags
+ (org-at-keyword-p) ;; Keywords, such as #+TITLE
+ (org-at-heading-prefix-p) ;; Leading stars of a heading
+ (org-at-item-bullet-p) ;; Item Bullets
+ (org-at-timestamp-p) ;; Timestamps
+ (looking-at-p org-todo-regexp) ;; TODO keywords
+ (org-at-hline-p) ;; H-lines
(org-at-comment-p) ;; comments
(org-in-regexp org-any-link-re) ;; links
@@ -885,6 +907,7 @@ Changelog
* Menu:
+* 1.1.3: 113.
* 1.1.2: 112.
* 1.1.1: 111.
* 1.1: 11.
@@ -892,7 +915,15 @@ Changelog
* 1.0: 10.
-File: paced.info, Node: 112, Next: 111, Up: Changelog
+File: paced.info, Node: 113, Next: 112, Up: Changelog
+
+1.1.3
+=====
+
+ • Fixed bug with printing an empty dictionary
+
+
+File: paced.info, Node: 112, Next: 111, Prev: 113, Up: Changelog
1.1.2
=====
@@ -952,41 +983,42 @@ Initial release.
Tag Table:
Node: Top228
-Node: Copying1999
-Node: Introduction2818
-Node: Similar Packages3938
-Node: pabbrev4224
-Node: predictive5367
-Node: Installation6415
-Node: Basic Setup7077
-Node: Dictionaries7692
-Node: Creating a Dictionary8165
-Node: Editing a Dictionary9205
-Node: Selective Dictionaries9681
-Node: Dictionary Files11419
-Node: Printing a Dictionary12540
-Node: Population Commands13062
-Node: Built-in Commands13998
-Node: Properties14795
-Node: Custom Commands15793
-Node: Asynchronous Population18520
-Node: Example Setups19969
-Node: Org Agenda Files20270
-Node: Project Files22030
-Node: Markdown Files23166
-Node: Repopulating Dictionary After Saving24791
-Node: Repopulating Dictionary After Spellchecking the Buffer25719
-Node: Contributing26464
-Node: Bugs27238
-Node: Development27627
-Node: Documentation29388
-Node: Working with EDE29855
-Node: Changelog30898
-Node: 11231062
-Node: 11131180
-Node: 1131419
-Node: 10132026
-Node: 1032234
+Node: Copying2013
+Node: Introduction2832
+Node: Similar Packages3952
+Node: pabbrev4238
+Node: predictive5381
+Node: Installation6429
+Node: Basic Setup7091
+Node: Dictionaries7706
+Node: Creating a Dictionary8179
+Node: Editing a Dictionary9219
+Node: Selective Dictionaries9695
+Node: Dictionary Files11433
+Node: Printing a Dictionary12554
+Node: Population Commands13076
+Node: Built-in Commands14012
+Node: Properties14809
+Node: Custom Commands15807
+Node: Asynchronous Population18534
+Node: Example Setups19983
+Node: Org Agenda Files20284
+Node: Project Files22795
+Node: Markdown Files23931
+Node: Repopulating Dictionary After Saving25556
+Node: Repopulating Dictionary After Spellchecking the Buffer26484
+Node: Contributing27229
+Node: Bugs28003
+Node: Development28392
+Node: Documentation30153
+Node: Working with EDE30620
+Node: Changelog31663
+Node: 11331841
+Node: 11231966
+Node: 11132096
+Node: 1132335
+Node: 10132942
+Node: 1033150
End Tag Table
- [elpa] master updated (e65aa3f -> 1143b69), Ian Dunn, 2018/02/19
- [elpa] master a500899 3/6: Added additional excludes to the Org example setup, Ian Dunn, 2018/02/19
- [elpa] master a17be3a 2/6: Documented new change to dictionary printing, Ian Dunn, 2018/02/19
- [elpa] master c41f462 1/6: Added check for empty dictionary during printing, Ian Dunn, 2018/02/19
- [elpa] master e301a4f 4/6: Regenerated info documentation,
Ian Dunn <=
- [elpa] master 1143b69 6/6: Merge commit 'c3683a0a8a611fbd15bb3ec78ccac121843711c9', Ian Dunn, 2018/02/19
- [elpa] master c3683a0 5/6: Fixed bug with non-existent thing at point, Ian Dunn, 2018/02/19