branch: externals/denote-org commit 7f96434b17c9a2a5e59f925c40d21db9025b6518 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing value to :not-regexp sample in the manual Thanks to GCamp6 for telling me that they copied directly from the manual: <https://github.com/protesilaos/denote-org/issues/3>. --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index ef8ed6793f..ba2914ad3a 100644 --- a/README.org +++ b/README.org @@ -117,7 +117,7 @@ The =denote-links= block can be inserted at point with the command ~denote-org-dblock-insert-links~ or by manually including the following in an Org file: -: #+BEGIN: denote-links :regexp "YOUR REGEXP HERE" :not-regexp :excluded-dirs-regexp nil :sort-by-component nil :reverse-sort nil :id-only nil :include-date nil +: #+BEGIN: denote-links :regexp "YOUR REGEXP HERE" :not-regexp nil :excluded-dirs-regexp nil :sort-by-component nil :reverse-sort nil :id-only nil :include-date nil : : #+END: @@ -662,6 +662,7 @@ Everything is in place to set up the package. Denote Org is meant to be a collective effort. Every bit of help matters. + Author/maintainer :: Protesilaos Stavrou. ++ Ideas and user feedback :: GCamp6. * GNU Free Documentation License :PROPERTIES: