From Eshel Yaron to ~eshel/dev
Philip Kaludercic <philipk@posteo.net> writes: > --- > sweeprolog.el | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sweeprolog.el b/sweeprolog.el > index cd4bbd8..1900241 100644 > --- a/sweeprolog.el > +++ b/sweeprolog.el > @@ -633,7 +633,7 @@ use `autoload/2' for all added directives." > (group-n 1 (one-or-more not-newline)) > eos) > line)
From Eshel Yaron to ~protesilaos/denote
Protesilaos Stavrou <info@protesilaos.com> writes: > Installed and pushed. I also made the update to the website. Waiting > for the changes to propagate. Great! Seems to have worked fine, now the last entry in the table of contents I see on the website is "19. GNU Free Documentation License". Best, Eshel
From Eshel Yaron to ~protesilaos/denote
Currently the HTML version of the manual at https://protesilaos.com/emacs/denote lists in its table of contents links to the Indices header and its subheaders, but these are not present in the HTML version of the manual. Set the UNNUMBERED property of the Indices header to "notoc" to exclude the entire subtree from the ToC during export to HTML. --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 4ef6e75..322b7b6 100644 --- a/README.org [message trimmed]
From Eshel Yaron to ~protesilaos/denote
Hello Prot, all,
The following is a tiny patch that I want to suggest for denote, which
is intended to facilitate a slightly smoother note taking by passing the
contents of the region from the denote command to denote--title-prompt
as the DEFAULT-TITLE argument, when the region is active.
The idea behind this DWIM-flavored patch is to be able to take a note
about a subject that I appears in a buffer by simply marking it before
invoking the denote command, which feels natural to me.
---
[message trimmed]