Skip to content

Commit 965e4b8

Browse files
committed
doc: Update changelog
1 parent a941094 commit 965e4b8

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

README.org

+18-5
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,27 @@ organice implements this customization strategy:
120120
- Build custom and mobile friendly user interfaces where appropriate
121121
- For example [[*Capture templates][Capture templates]]
122122

123-
**** Supported in-buffer settings
123+
**** Supported in-buffer configuration
124124

125-
- =#+TODO=
126-
- =#+TYP_TODO=
125+
***** In-buffer settings
127126

128-
=#+STARTUP:= options:
127+
- =#+TODO=
128+
- =#+TYP_TODO=
129+
130+
***** =#+STARTUP:= options
131+
132+
- =nologrepeat=: Do not record when reinstating repeating item
133+
134+
***** Drawer properties
135+
136+
- =logrepeat= and =nologrepeat=: Whether to record when reinstating repeating item
137+
138+
#+BEGIN_EXAMPLE
139+
:PROPERTIES:
140+
:LOGGING: logrepeat
141+
:END:
142+
#+END_EXAMPLE
129143

130-
- =nologrepeat=: Do not record when reinstating repeating item
131144

132145
**** Other customizations
133146

changelog.org

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
** <2019-11-25 Mon>
6+
7+
*** Added
8+
- Honor the 'nologrepeat' option
9+
- It can be set via =#+STARTUP:= or as a property
10+
- Thank you [[https://github.com/jamesnvc][@jamesnvc]] for your [[https://github.com/200ok-ch/organice/pull/119][PR]]!
11+
512
** <2019-11-22 Fri>
613

714
*** Fixed

0 commit comments

Comments
 (0)