Re: [PATCH 0/1] Add option to delay fontification of source blocks

2021-03-28 Thread Kyle Meyer
Leo Okawa Ericson writes: > Fontification of long code blocks can be very slow. The patch, which should be > in another other email, mitigates this by > adding an option to delay the fontification after the user has become idle by > using idle timers. This seems to be faster from my limited

Re: [PATCH 1/2] org-manual.org: Fix typo in org-protocol capture example

2021-03-28 Thread Kyle Meyer
Maxim Nikulin writes: > * doc/org-manual.org: Use "&" as parameter separator in query part > of example for org-protocol capture URI. Thank you. Pushed this and the next patch (4de2fff87), with a minor formatting tweak to the second commit message.

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Samuel Wales
ok so org releases will be [just guesses here] - emacs core - there is a gnu elpa - there is a nongnu elpa - there is an org git correct? On 3/28/21, Bastien wrote: > Hi Tim, > > Tim Cross writes: > >> To clarify, does this mean org 9.6 will be the first version only >> released via GNU elpa

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Bastien
Hi Tim, Tim Cross writes: > To clarify, does this mean org 9.6 will be the first version only > released via GNU elpa (i.e. bug fixes for 9.5 will still be released > via Org elpa e.g. 9.5.1)? No, it means 9.5 will be the last version released on Org ELPA, further bugfix releases will only be

Re: Org 9.4.5

2021-03-28 Thread Bastien
Hi Detlef, Detlef Steuer writes: > Would it be possible to have the changelog in the mail announcements? > Either as an attachment or just copied verbatim? Thanks for the suggestion. I'm attaching the output of: ~$ git log --pretty=oneline --abbrev-commit release_9.4.4..release_9.4.5 > I

Re: [PATCH] org-protocol: Make org protocol defaults work on windows

2021-03-28 Thread Maxim Nikulin
On 20/11/2020 23:26, Robert wrote: > Attached a little patch to make the default org-protocol > handlers work on windows. Unsure, but the issue might be addressed by the following change: https://code.orgmode.org/bzg/org-mode/commit/928e67df org-protocol: Allow slashes after sub-protocol I am

[PATCH 2/2] Add quotes to emacsclient arguments in examples

2021-03-28 Thread Maxim Nikulin
* doc/org-manual.org, lisp/org-protocol.el: Quote emacsclient arguments in examples to prevent interpreting of ampersands as intent to run processes in background by bash and similar shells. Single quotes may cause a problem with cmd.exe, so use double quotes despite they are a bit less safe in

[PATCH 1/2] org-manual.org: Fix typo in org-protocol capture example

2021-03-28 Thread Maxim Nikulin
* doc/org-manual.org: Use "&" as parameter separator in query part of example for org-protocol capture URI. --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 258576b24..e2fbdceb4 100644 --- a/doc/org-manual.org

Re: Exam LaTeX class

2021-03-28 Thread 陈贤文
Dear Diego, Gracias! I slightly modified your solution. I added the #+INCLUDE line to the end of #+LATEX_HEADER, because then it will overwrite any previous \printanswers and \noprintanswers defined in the HEADER. #+TITLE:... ... #+LATEX_HEADER: \usepackage{hyperref} #+INCLUDE:

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-28 Thread Colin Baxter
> Bastien writes: >> Is it still the intention to put the files in a new >> org-contrib.git repo on code.orgmode.org? > Yes, org-contrib.git will live in one of these forges: > https://code.orgmode.org https://savannah.nongnu.org https://sr.ht Great! Thanks, Bastien. Best

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-28 Thread Bastien
Hi Colin, Colin Baxter writes: >> Bastien writes: > > > Hi all, starting from Org 9.5, org-contrib will be distributed as > > a NonGNU ELPA package. You will find it here: > > https://elpa.nongnu.org/nongnu/ > > > See for https://orgmode.org/list/87wnzfy60h@bzg.fr/

Re: Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-28 Thread Colin Baxter
> Bastien writes: > Hi all, starting from Org 9.5, org-contrib will be distributed as > a NonGNU ELPA package. You will find it here: > https://elpa.nongnu.org/nongnu/ > See for https://orgmode.org/list/87wnzfy60h@bzg.fr/ for > context. Is it still the intention

Re: How to undo all items, including headings?

2021-03-28 Thread Jean Louis
* Ihor Radchenko [2021-03-28 15:35]: > Jean Louis writes: > > > I would like to undo all TODO/DONE/PENDING tags and list items in a > > list of lists similar like this below. > > ... > > Does similar function exist already? > > org-checklist.el from contrib may be what you need. Thank you. I

Re: How to undo all items, including headings?

2021-03-28 Thread Ihor Radchenko
Jean Louis writes: > I would like to undo all TODO/DONE/PENDING tags and list items in a > list of lists similar like this below. > ... > Does similar function exist already? org-checklist.el from contrib may be what you need. Best, Ihor

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Jean Louis
* Bastien [2021-03-28 09:58]: > Hi all, > > over the years, Org ELPA at https://orgmode.org/elpa/ has been useful > to make it possible to install Org and Org+Contrib as ELPA packages, > but maintaining a separate ELPA space just for Org is not necessary. Good decision, it lessens confusion on

How to undo all items, including headings?

2021-03-28 Thread Jean Louis
I would like to undo all TODO/DONE/PENDING tags and list items in a list of lists similar like this below. *** PENDING Administration and office [13/15] [86%] 1) [X] Office desk 2) [X] Pocket notebooks, for 2 months even 20-50 small pocket notebooks are required 3) [X] Boxes for documents

Re: Org 9.4.5

2021-03-28 Thread Kévin Le Gouguec
Detlef Steuer writes: > Would it be possible to have the changelog in the mail announcements? > Either as an attachment or just copied verbatim? FWIW, if you have the org-mode repo handy, you can hew out a GNU-style changelog with *breathes in* $ git log release_9.4.4..release_9.4.5

How to have a repeating item within some hours?

2021-03-28 Thread Marcin Borkowski
Hi Orgers, I'd like to have a repeating time block on the agenda, say every Monday from 5:15 to 6:15. I tried this: ** <2021-03-29 Mon 05:15 +7d>--<2021-03-29 Mon 06:15 +7d> Time block but it didn't show on the agenda, and this: ** Time block SCHEDULED: <2021-03-29 Mon 05:15 +7d>--<2021-03-29

Re: Org 9.4.5

2021-03-28 Thread Detlef Steuer
Hi Bastien, thx for all the work, as usual! :-) Would it be possible to have the changelog in the mail announcements? Either as an attachment or just copied verbatim? I really think that would improve the chances the changelog is read :-), at least for me :-) All the best and thx again!

Re: Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Tim Cross
Thanks Bastien. To clarify, does this mean org 9.6 will be the first version only released via GNU elpa (i.e. bug fixes for 9.5 will still be released via Org elpa e.g. 9.5.1)? Tim Bastien writes: > Hi all, > > over the years, Org ELPA at https://orgmode.org/elpa/ has been useful > to make

Org 9.4.5

2021-03-28 Thread Bastien
Hi all, Org 9.4.5, a bugfix release, is out. Enjoy! -- Bastien

Shutting down Org ELPA: No new release of Org on Org ELPA after Org 9.5

2021-03-28 Thread Bastien
Hi all, over the years, Org ELPA at https://orgmode.org/elpa/ has been useful to make it possible to install Org and Org+Contrib as ELPA packages, but maintaining a separate ELPA space just for Org is not necessary. Org 9.5 will be the last release to be distributed on Org ELPA. After 9.5, we

Starting from 9.5, Org contrib will be distributed as a separate NonGNU ELPA package

2021-03-28 Thread Bastien
Hi all, starting from Org 9.5, org-contrib will be distributed as a NonGNU ELPA package. You will find it here: https://elpa.nongnu.org/nongnu/ See for https://orgmode.org/list/87wnzfy60h@bzg.fr/ for context. Thanks, -- Bastien

Re: Starting from 9.5, Org contrib will be distributed as a separate Org ELPA package

2021-03-28 Thread Bastien
Hi all, Bastien writes: > Org 9.5 will ship without the packages in the contrib/ directory. Just FWIW, this is still the plan. > Emacs lisp files in contrib/ will be packaged as an Org ELPA package > that you can install independentely from there. The files will live > in a new