elpasync pushed a change to branch externals/denote. from ba165ee456 Make the function denote-directory produce a warning for obsolete uses new 035e1452fe Merge denote-sort.el into denote.el new d5f8a6e11b Merge denote-rename-buffer.el into denote.el new 5fc634ebc4 REMOVE denote-sequence.el as it will be its own package new 053cbddd25 Clarify development note about denote-sequence.el new bde689cc9b Remove Org extras as part of the wider project reorganisation new 78e352ad85 Tweak the wording of the reference to denote-sequence new ce458a987f Remove all references to denote-org-extras.el and adapt the manual accordingly new 1d6ed64965 Make small correction to indent a nested list in the manual new 4f29280051 Resolve all broken links to the now-removed denote-org-extras.el new 5601dfc154 WORK-IN-PROGRESS Remove denote-silo-extras.el and move it to https://github.com/protesilaos/denote-silo new 484ba750dd WORK-IN-PROGRESS Remove denote-md-extras.el and move it to https://github.com/protesilaos/denote-markdown new 90464bab71 WORK-IN-PROGRESS Remove denote-journal-extras.el and move it to https://github.com/protesilaos/denote-journal new 657859ce49 Remove all journal-related documentation (all is done in denote-journal package) new b7ce6f43d6 Clean up the manual about the denote-silo-extras.el and point to denote-silo package new 4efeb26212 Reposition the manual's entry about denote-journal new c7a7ffd81b Reposition the manual's entry about denote-sequence new e29488099b Clarify a point about using the denote-sequence package new 61c16e87ce Remove all references to denote-md-extras and point to denote-markdown package new 1db0307976 Merge branch 'reorganise-denote' new 0dcd487b40 Remove comment in function denote-directory about deprecated values
Summary of changes: README.org | 1405 ++++++---------------------------------------- denote-journal-extras.el | 287 ---------- denote-md-extras.el | 148 ----- denote-org-dblock.el | 70 --- denote-org-extras.el | 794 -------------------------- denote-rename-buffer.el | 173 ------ denote-sequence.el | 1009 --------------------------------- denote-silo-extras.el | 125 ----- denote-sort.el | 335 ----------- denote.el | 440 ++++++++++++++- tests/denote-test.el | 209 ------- 11 files changed, 594 insertions(+), 4401 deletions(-) delete mode 100644 denote-journal-extras.el delete mode 100644 denote-md-extras.el delete mode 100644 denote-org-dblock.el delete mode 100644 denote-org-extras.el delete mode 100644 denote-rename-buffer.el delete mode 100644 denote-sequence.el delete mode 100644 denote-silo-extras.el delete mode 100644 denote-sort.el