[elpa] externals/denote 7fe66f43d4 030/355: Remove needless outline and empty line

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 7fe66f43d453866bafc1ee776a3173fdf0106f22 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove needless outline and empty line --- denote-org-capture.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/denote-org-capture.el b/denote-org-capture.

[elpa] externals/denote e9f5c69846 010/355: Placate the compiler

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e9f5c69846f72009bf7a3a3b0ab8ffeb901c7805 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Placate the compiler --- denote.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/denote.el b/denote.el index 58d9cf82ca..4ef07e

[elpa] externals/denote 153827f6c8 021/355: Add denote-link

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 153827f6c8009f5426a135c782097bae1463e754 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-link --- denote.el | 45 + 1 file changed, 45 insertions(+) diff --git a/denote.el b/denote.el index 0795c

[elpa] externals/denote 0aab5bc835 012/355: Tweak code for the sake of org-capture

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0aab5bc835198e72169207484e7702eccc600632 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak code for the sake of org-capture --- denote.el | 48 ++-- 1 file changed, 26 insertions(+), 22 deletions(-) dif

[elpa] externals/denote a34ca52fbf 040/355: Fix regression in M-x denote

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit a34ca52fbffd213d321ca8b389d1114d3d3275de Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix regression in M-x denote --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index 99059e7626..82bdb

[elpa] externals/denote dd488756f7 019/355: Refine denote--directory-files

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit dd488756f704e2e38891d51d3a21bc51982a5350 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine denote--directory-files --- denote.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/denote.el b/denote.el index 72904f2a

[elpa] externals/denote 3209bc23ef 059/355: Use "#+filetags" for wider Org compatibility

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 3209bc23ef61260d0856e22190d163de1f069fa7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use "#+filetags" for wider Org compatibility This is because there are other packages which read the filetags for their purposes. There is no compell

[elpa] externals/denote 0dd4700e32 014/355: Fix typo

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0dd4700e32a0cc0e41406355e360714c504c9e19 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index ad947df77a..07bcf4794d 100644 --- a/denote.

[elpa] externals/denote c3674ff813 023/355: Fix typo

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit c3674ff81303ad0b3ce7fa84c1366580c564341c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 1414082ffe..2985060139 100644 --- a/den

[elpa] externals/denote 39d9870635 018/355: Change punct regexp location; make it defconst

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 39d98706356b97eaea7932b553954feba3ea5cda Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change punct regexp location; make it defconst --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index

[elpa] externals/denote 019cccfb1f 015/355: Create denote-directory if absent

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 019cccfb1f1911d24a83bae3bdbe99647a5ec33a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Create denote-directory if absent --- denote.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 07bcf4794d..2e

[elpa] externals/denote e1bd4c9cb8 094/355: BREAKING Put keywords after the title

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e1bd4c9cb8100dd2d556a439174a0c0471584c9a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou BREAKING Put keywords after the title Putting the tags/keywords at the end of the file has several advantages: 1. It is consistent with how such

[elpa] externals/denote aaa691aa15 020/355: Refine front-matter

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit aaa691aa156c3fa600d040a9f9ae9958c26ed161 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine front-matter --- denote.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/denote.el b/denote.el index bcd1c0f738..0795c1

[elpa] externals/denote 17ad20f356 097/355: Document section on front matter

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 17ad20f356eb8e113698a01226c211e426a4886c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document section on front matter --- README.org | 47 ++- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git

[elpa] externals/denote 5744240289 036/355: Remove needless to-do

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 5744240289340b25c89aee506ba4c1bb621ac84b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove needless to-do --- denote-org-capture.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index 2de91376

[elpa] externals/denote 387ac0c030 033/355: Add denote--file-empty-p

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 387ac0c030ff39922c219308b14b2114628bb463 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote--file-empty-p --- denote.el | 4 1 file changed, 4 insertions(+) diff --git a/denote.el b/denote.el index 311149c04b..71ddc9486d 100644 --- a/den

[elpa] externals/denote 21104787f7 024/355: Put link functionality in denote-link.el

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 21104787f782056df9a0c9d737e0441661b8a217 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Put link functionality in denote-link.el --- denote-link.el | 116 + denote.el | 77

[elpa] externals/denote c5a5748594 116/355: Abstract plain text front matter delimiter

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit c5a5748594e8b029d424cd77b3855487bbbad3e9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Abstract plain text front matter delimiter --- denote.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el inde

[elpa] externals/denote 9d8748c382 022/355: Add proof-of-concept backlink (lots of TODO)

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 9d8748c3820d53661ac198b37a32e5020da7a97f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add proof-of-concept backlink (lots of TODO) --- denote.el | 48 1 file changed, 40 insertions(+), 8 deletions(-)

[elpa] externals/denote 3790125482 027/355: Remove to-do

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 37901254829d788a976ae1e6ddac61f932059aec Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove to-do --- denote.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/denote.el b/denote.el index 406712b8e6..5e32e3c704 100644 --- a/denote.el +++ b/de

[elpa] externals/denote fa6a3315dc 047/355: Add correct group for org capture specifiers

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit fa6a3315dc2411984cf085b40559cc42d8a9be01 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add correct group for org capture specifiers --- denote-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-org-capture.el b

[elpa] externals/denote b951a62245 025/355: Put capture code in denote-org-capture.el

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit b951a62245806741c43db243ee0f7d47c5107100 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Put capture code in denote-org-capture.el --- denote-org-capture.el | 101 ++ denote.el | 58

[elpa] externals/denote 27642bee14 026/355: Clarify 'denote' doc string

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 27642bee140263fc5a3749c1e2be886013e538e4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify 'denote' doc string --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index b36ac13d9b..406712b8e6 1

[elpa] externals/denote de00f939d3 048/355: Fix typo

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit de00f939d3586e0f607af97bd19c8ae9c9fb8972 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo --- denote-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index 955abb9

[elpa] externals/denote 2aed386b84 006/355: Add denote-org-capture (WORK-IN-PROGRESS)

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 2aed386b844ba026603ac4a346fb07b11da4f09e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-org-capture (WORK-IN-PROGRESS) --- denote.el | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote

[elpa] externals/denote ee22a7f380 038/355: Add helper function for line predicates

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit ee22a7f380a5e7c2763fb5db8e6f576015e8071c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add helper function for line predicates --- denote.el | 23 +++ 1 file changed, 23 insertions(+) diff --git a/denote.el b/denote.el index 71d

[elpa] externals/denote 991abe5b65 034/355: Use denote--file-empty-p

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 991abe5b65f07930830b02355771ac893af859c5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use denote--file-empty-p Added in commit 387ac0c. --- denote-org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-or

[elpa] externals/denote 9a2c501cd4 051/355: Tweak wording in description

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 9a2c501cd493df9570f6fb8388a133c26dccf483 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak wording in description --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index e63cd1b31d..69cef3c507

[elpa] externals/denote 9bf10437e0 058/355: Add denote-front-matter-date-format user option

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 9bf10437e0e8211622e9e5e5dbce6eac29b17f0d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-front-matter-date-format user option Thanks to Kaushal Modi for proposing the use of an Org timestamp. (It was done via email and this inf

[elpa] externals/denote 9f4a99243c 035/355: Change how org-capture hook is added

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 9f4a99243c784c8f5779c54a015df283abc0de83 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change how org-capture hook is added --- denote-org-capture.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/denote-org-capture.el b/d

[elpa] externals/denote 96eee4aeba 068/355: Change placement of findex keyword in the manual

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 96eee4aeba21c334dd68ac97bb87f3a5be598f0e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change placement of findex keyword in the manual --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index

[elpa] externals/denote 812da918f7 042/355: Insert comment about not editing backlinks

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 812da918f7c8c147feb92288990c1b8cb3540d69 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Insert comment about not editing backlinks --- denote-link.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/denote-link.el b/denote-link.e

[elpa] externals/denote bf342a1d39 057/355: Correct factual statement about command args

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit bf342a1d39dd231db2b5c644847201c937600fa5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Correct factual statement about command args --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 07

[elpa] externals/denote 52fd454153 069/355: Document denote-sort-keywords

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 52fd45415357acfc9a2cd423c38626c6dc01312e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document denote-sort-keywords --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 87ff169dc3..4845aa2a7a 100644 -

[elpa] externals/denote 712e24465a 065/355: Update denote-dired.el Commentary

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 712e24465af2840e213cf48412727c828d70e343 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update denote-dired.el Commentary --- denote-dired.el | 35 --- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/den

[elpa] externals/denote 1a8b57a9a8 104/355: Fix const in denote-file-type (extends 2bc5df6)

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 1a8b57a9a845897a502d4e85126dcbca0a6924e9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix const in denote-file-type (extends 2bc5df6) --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index f6ab

[elpa] externals/denote a5120e0e93 061/355: Enable optional EXTENSION in file name creation

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit a5120e0e939266df4de7d8fc0fbbef2c19435a68 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Enable optional EXTENSION in file name creation --- denote.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.

[elpa] externals/denote c225201c49 124/355: Use appropriate name for internal variable

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit c225201c49f567c549efb75fc9b2002ae9c8d35d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use appropriate name for internal variable --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index ef586

[elpa] externals/denote 147901f971 072/355: Rename 'denote--directory' to 'denote-directory'

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 147901f9711696d53dbad942b51a65773b1c4538 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename 'denote--directory' to 'denote-directory' --- denote-link.el | 10 +- denote.el | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) d

[elpa] externals/denote 2eeedaf86a 075/355: Placate the compiler about 'denote-directory'

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 2eeedaf86a8564a1dfc36cc5b11c9c42c416b769 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Placate the compiler about 'denote-directory' --- denote.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/denote.el b/denote.el i

[elpa] externals/denote 6000313eec 118/355: Enforce sluggification of keywords; document it

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 6000313eeccc31e03daebac8c0056d8909da4a7b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Enforce sluggification of keywords; document it --- README.org | 18 ++ denote.el | 32 2 files changed, 38 inse

[elpa] externals/denote 3c06d7d119 005/355: Tweak front matter

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 3c06d7d11938b1fb004e7e4f60b1a5e321f850d5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak front matter --- denote.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/denote.el b/denote.el index a7e9f6e4c9..a4addc0a4b

[elpa] externals/denote d90ea28d00 013/355: Update one-line description

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d90ea28d00464cafb6f10311e36082e6ce5e57af Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update one-line description --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index d9471f1086..ad947df77a 1

[elpa] externals/denote 60a91fc6ef 044/355: Use correct notation for private variables

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 60a91fc6ef09f6fa89d7a7dee4e932adea8b74d0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use correct notation for private variables --- denote.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/denote.el b/denote.el

[elpa] externals/denote f4f1fa3c48 041/355: Declare variables with defconst

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit f4f1fa3c488dab0e1f72aba27e3f12540c6ba4c9 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Declare variables with defconst --- denote-link.el | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/denote-link.el b/denote-link.el

[elpa] externals/denote f8ea03abfb 067/355: Add documentation about renaming non-notes

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit f8ea03abfb62a793fc008de28c368e7203d4f2eb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add documentation about renaming non-notes --- README.org | 24 1 file changed, 24 insertions(+) diff --git a/README.org b/README.org in

[elpa] externals/denote 0185f38dde 046/355: Add denote-dired.el for useful fontification

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0185f38dde64c3e1bd3200093099a5b9d73e7c3e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-dired.el for useful fontification --- denote-dired.el | 110 1 file changed, 110 insertions(+)

[elpa] externals/denote e8c1e31dec 084/355: Expand gitignore

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e8c1e31decdf8b32d127c28d74168f5385399fee Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Expand gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 257c9f7d33..6d71ee0f8e 100644 --- a/.gitignor

[elpa] externals/denote ba7299d878 088/355: Add TODO about styling 'denote-link' command

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit ba7299d8783036999faf363cd1469524d205ffb1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add TODO about styling 'denote-link' command --- denote-link.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/denote-link.el b/denote-link.el index 41c9d

[elpa] externals/denote 0e83bee5b7 141/355: Add denote-retrieve for internal purposes

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0e83bee5b75349288c68bbd83f6f2af82e1a8e0a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add denote-retrieve for internal purposes Basicallly we shall use it to extract data from a file. --- denote-retrieve.el | 74 +++

[elpa] externals/denote bc93a8ecda 137/355: Update the manual on the matter of backlinks

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit bc93a8ecda8186395c5f5dce8440961a9869a990 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual on the matter of backlinks --- README.org | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README

[elpa] externals/denote 479899d973 162/355: Clarify wording about journal/diary extras

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 479899d973fab692bb24939c8b90295228ffbfce Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify wording about journal/diary extras Thanks to svnsbck for the feedback in the discussion below the previous commit on this topic (over at the G

[elpa] externals/denote 3df88a05d0 096/355: Make linking aware of file types (extends 299b897)

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 3df88a05d0dea7590811b7468537df62ee564660 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make linking aware of file types (extends 299b897) I think this is a cool feature, especially the ability to read the relevant file in order to use th

[elpa] externals/denote f307e32693 011/355: Expand the README

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit f307e326939b9e1beab7d2af1d98b16da368be61 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Expand the README --- README.md | 34 -- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md inde

[elpa] externals/denote 739d485600 079/355: Fix bug about missing point in link de-duplication

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 739d485600eadfa7c026090232308f61066dcc63 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix bug about missing point in link de-duplication --- denote-link.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/denote-link.el b/de

[elpa] externals/denote 49a2932d42 189/355: Implement denote-link-add-links

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 49a2932d42a53812b6a5a69dd0daa87753a44dd2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Implement denote-link-add-links --- README.org | 38 ++ denote-link.el | 29 + 2 files changed

[elpa] externals/denote 7366004e91 106/355: Fix markdown-toml front matter format

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 7366004e91462c5ed46b9a1c0109bcd42ac09fe3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix markdown-toml front matter format Thanks to Kaushal Modi for the feedback in issue 4 over at the GitHub mirror:

[elpa] externals/denote 26069e8612 029/355: Add todo about alternative to seq-remove

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 26069e86124c79e65ecbb6c4c6cb51c7c47ec733 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add todo about alternative to seq-remove --- denote.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/denote.el b/denote.el index b473299221..48ba05bd14 10

[elpa] externals/denote d83c166c0d 125/355: Fix regexp for keywords

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d83c166c0d1ff493df5a4233d110686ed6f15a77 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix regexp for keywords Regression was caused by commit 7cba33e. Thanks to svnsbck for reporting the problem in issue 9 over at the GitHub mirror:

[elpa] externals/denote 813004ea53 032/355: Make outline more consistent and informative

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 813004ea53e60b2debec91e6cc721a0b0d7f6f33 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make outline more consistent and informative --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.el index d

[elpa] externals/denote a76b7fb0b8 193/355: Make plain text links the same as Org's

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit a76b7fb0b813839894f5fb25fbd6d4d6018a9c50 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make plain text links the same as Org's The plan is to recommend using org-open-at-point-global for such cases. If we use a custom format for plain te

[elpa] externals/denote 0519be74a9 121/355: Add PROOF-OF-CONCEPT denote-link-backlinks

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0519be74a9e5931471bf4a0248cd44b305a46ce8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add PROOF-OF-CONCEPT denote-link-backlinks --- denote-link.el | 69 +- 1 file changed, 64 insertions(+), 5

[elpa] externals/denote 3b62f8e167 043/355: Implement denote-link-clear-stale-backlinks

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 3b62f8e167f3b0f4d57cffc91f99bcab24103cf0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Implement denote-link-clear-stale-backlinks --- denote-link.el | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/denote-lin

[elpa] externals/denote cbaab43170 240/355: Update Acknowledgement: svnsbck => Sven Seebeck

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit cbaab4317013e5d91acb9d14e77f75c1b6d818ae Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update Acknowledgement: svnsbck => Sven Seebeck I prefer to use names instead of handles:

[elpa] externals/denote f55dee06b1 143/355: Add documentation about our minibuffer histories

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit f55dee06b1150ea1bac7205dca02bf2be140f1b5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add documentation about our minibuffer histories --- README.org | 23 +++ 1 file changed, 23 insertions(+) diff --git a/README.org b/README.o

[elpa] externals/denote a0525a0154 216/355: Do not try front matter rewrite on non-notes

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit a0525a0154c9f3787f19e56844986d1bfe2a3794 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Do not try front matter rewrite on non-notes --- denote-dired.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/denote-dired.el b/

[elpa] externals/denote 431124fea1 060/355: Generalise dired fontification

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 431124fea1598105fa251957f71f06dcbd92 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Generalise dired fontification There is no need to limit it to the denote-directory. We ultimately want to fontify all Denote-style file names, not j

[elpa] externals/denote 69f28cfd29 031/355: Re-indent form

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 69f28cfd29646b79789c04b07366107ae2e6abcd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Re-indent form --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 48ba05bd14..d1ff2f47d9 100644 --- a/d

[elpa] externals/denote e21db9418e 066/355: Tweak file regexp to read files with no extension

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e21db9418e02c9bdc7422d7525845077421ceae3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak file regexp to read files with no extension --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index f4

[elpa] externals/denote ce41b421ef 147/355: Update denote-retrieve symbols in denote-link

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit ce41b421ef3dacda52e3d79ac26735c4ebcb5def Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update denote-retrieve symbols in denote-link --- denote-link.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote-link.el b/denote

[elpa] externals/denote ebdacb3fea 073/355: Update doc string of denote-directory function

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit ebdacb3fea6e1d2e5bc11ac96ca181d2e7c9b9f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update doc string of denote-directory function --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el index 80f41

[elpa] externals/denote 550428cabf 037/355: Add sample org-capture-templates to Commentary

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 550428cabf3c57f2ea86507031c17d755b046e0c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add sample org-capture-templates to Commentary --- denote-org-capture.el | 41 + 1 file changed, 21 insertions(+), 20 dele

[elpa] externals/denote e841a51ca7 155/355: Fix typo

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e841a51ca785ad4451a7999ab0f9ef033fac7b74 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 344201693d..a114496e4e 100644 --- a/READ

[elpa] externals/denote 418a21dccb 052/355: Tweak file and defgroup descriptions

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 418a21dccb1b8e4a8cb34a128e7bdf04cca57317 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak file and defgroup descriptions --- denote-dired.el | 6 +++--- denote-link.el| 6 +++--- denote-org-capture.el | 4 ++-- denote.el

[elpa] externals/denote e9bc790675 167/355: Clarify that auto-backlinks may be removed

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e9bc79067539622465b28166907ba3f835eb9b2a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify that auto-backlinks may be removed --- denote-link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-link.el b/denote-link.el

[elpa] externals/denote d9f439e47f 173/355: Add helper function to prepare completion table

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d9f439e47f352cc16bf69c9e4d24ed577ae92ad7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add helper function to prepare completion table --- denote.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/denote.el b/denote.el index 6bbd58c103..9

[elpa] externals/denote 20a915672e 056/355: Remove interactive-only from 'denote'

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 20a915672ed32bd10c986d03e1cabaaf84284719 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove interactive-only from 'denote' --- denote.el | 1 - 1 file changed, 1 deletion(-) diff --git a/denote.el b/denote.el index 68ecf34357..6f5e47c862 100644 -

[elpa] externals/denote a6303a6101 074/355: Update doc string of variable 'denote-directory'

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit a6303a61013b05e662c130d86f73b4d254ff9016 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update doc string of variable 'denote-directory' --- denote.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index

[elpa] externals/denote fc9f909061 179/355: Change denote--id to denote--id-format

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit fc9f9090611060772d4f68fa23db807d0a15a59c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change denote--id to denote--id-format It is important for clarity, otherwise I keep getting confused. --- denote-dired.el | 4 ++-- denote.el | 8

[elpa] externals/denote d8b2903fa9 077/355: Acknowledge Jack Baty for commit dfc3a8f

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d8b2903fa9b88574e5f493f7d607afaa084d8626 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Jack Baty for commit dfc3a8f Jack's contribution is below the ~15 line threshold that is required for projects that are distributed via GN

[elpa] externals/denote 7fab21926d 183/355: Process 'find' output in denote-retrieve

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 7fab21926ddbbd427559e5de9699bc362ce89c16 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Process 'find' output in denote-retrieve --- denote-retrieve.el | 28 1 file changed, 28 insertions(+) diff --git a/denote-retrieve.

[elpa] externals/denote 91f4780779 083/355: Merge pull request #3 from kaushalmodi/add-gitignore

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 91f4780779a09d20836b60ba13f455cac5881828 Merge: d08a72e19a f97f1f8b56 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #3 from kaushalmodi/add-gitignore chore: Ignore compiled and autoloads Emacs-Lisp files --- .gitignore | 2 ++ 1 file

[elpa] externals/denote 2338ee4698 181/355: Refine how identifier is retrieved from file names

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 2338ee469808a7d67db3908b658d41cbca47d609 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Refine how identifier is retrieved from file names --- denote-link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-link.el b/denote-

[elpa] externals/denote 8167d0c30c 091/355: Revert "Stop recording the file path in the front matter"

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 8167d0c30c677b11e265fd50f4348611be7fd819 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Revert "Stop recording the file path in the front matter" This reverts commit cfe6e98e7ba3b2779e4748dac92919dee6c21c96. We actually need it for m

[elpa] externals/denote f9b86149fc 102/355: Rephrase package overview

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit f9b86149fcf3115cd1510258b9913736586df337 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rephrase package overview --- README.org | 18 ++ denote.el | 18 ++ 2 files changed, 20 insertions(+), 16 deletions(-) diff --g

[elpa] externals/denote e840648623 098/355: Fix typo in the manual

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e84064862383c450b64a0187a6cd43e099932f41 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo in the manual --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index c1ca3ca0d3..c18ebb56d7 100

[elpa] externals/denote db9584f51d 093/355: BREAKING Change date/identifier pattern

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit db9584f51d88baf6eaa97ebdceaef25e241c9d29 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou BREAKING Change date/identifier pattern Before it was like 20220531_091625, but now it is 20220531T091625. I also introduced a new face, in case

[elpa] externals/denote 3e2b560548 099/355: Elaborate on the Overview of Denote

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 3e2b5605485f11f13ca521a40e4ab165fa562c5e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Elaborate on the Overview of Denote --- README.org | 38 +- denote.el | 35 ++- 2 files chang

[elpa] externals/denote cfe6e98e7b 090/355: Stop recording the file path in the front matter

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit cfe6e98e7ba3b2779e4748dac92919dee6c21c96 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Stop recording the file path in the front matter It ultimately is irrelevant as links are always relative to the current directory. Also see commit 9

[elpa] externals/denote 2bc5df6011 103/355: denote-file-type: 'markdown-yaml', not 'markdown'

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 2bc5df6011b345cbe2e6c1024cc5ca5b0feca36a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou denote-file-type: 'markdown-yaml', not 'markdown' This makes it specific that the front matter is YAML-compliant. It also gives us the option to supp

[elpa] externals/denote 8a35382067 126/355: Rename internal variable for clarity

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 8a353820670f4cb16290f15785448e83021093bf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename internal variable for clarity --- denote-dired.el | 2 +- denote-link.el | 2 +- denote.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-

[elpa] externals/denote e92137a548 148/355: Use file attribute for mod time while renaming

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e92137a548ea703d4d4a068aadc6e8e5bb24224d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use file attribute for mod time while renaming This means that if you are renaming "sample.pdf" from 2000-11-31 you will get an identifier that reflec

[elpa] externals/denote 0bda79ef19 139/355: Move heading further up in the manual

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0bda79ef194fc49430352b9dbaef50a701e7c510 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move heading further up in the manual --- README.org | 72 +++--- 1 file changed, 36 insertions(+), 36 del

[elpa] externals/denote d90695213c 151/355: Add minor clarifications in the manual

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d90695213cba83381b42609831b01d18b2e09a7f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add minor clarifications in the manual --- README.org | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org in

[elpa] externals/denote 0165b00ddb 145/355: Use only denote-retrieve functions in denote-link

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0165b00ddb5afe5518175c24bf962e9971168748 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use only denote-retrieve functions in denote-link --- denote-link.el | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/den

[elpa] externals/denote 0e75e46b32 138/355: Improve denote-dired-rename-file

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 0e75e46b32ca8f31251f170317037ade6fd9a9f7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Improve denote-dired-rename-file It now preserves the identifier, if it exists. So if you want to change the title/keywords in a note's front matter,

[elpa] externals/denote d4cbb974a5 157/355: Rewrite node on multi file types (due to b42f68c)

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit d4cbb974a51c1a64ddc3f350a0be819ab27fd099 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rewrite node on multi file types (due to b42f68c) --- README.org | 63 ++ 1 file changed, 35 insertion

[elpa] externals/denote e783662363 159/355: Tweak sample configuration

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit e783662363a60af0ac5c08f7e1dfb69c95e3b662 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Tweak sample configuration --- README.org | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 0a01f4242d..d6d

[elpa] externals/denote cdb7f554f2 160/355: Remove extra parenthesis from sample configuration

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit cdb7f554f28ba77f9c46e84c32fe9b0af50970dd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove extra parenthesis from sample configuration Thanks to Ypon for reporting it:

[elpa] externals/denote 88e64be2cb 176/355: Fix plain text link format

2022-06-26 Thread ELPA Syncer
branch: externals/denote commit 88e64be2cb8e8e9187af5d1be597fa0c3187e1fc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix plain text link format Sorry, this was my original intent. I got it mixed up with Org... --- README.org | 2 +- denote-link.el | 4 ++-- 2 files

  1   2   3   4   5   >