Release 9.3.7

2020-06-02 Thread Bastien
Hi all, Org 9.3.7, a bugfix release, is out: https://orgmode.org Note that we are entering in feature freeze to prepare for 9.4, which I hope we can release this month. Enjoy! -- Bastien

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Ihor Radchenko
Hello, [The patch itself will be provided in the following email] I have three updates from the previous version of the patch: 1. I managed to implement buffer-local text properties. Now, outline folding also uses text properties without a need to give up independent folding in indirect bu

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Ihor Radchenko
The patch (against 758b039c0) is attached. diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el index 9f8677871..ab470ea9b 100644 --- a/contrib/lisp/org-notify.el +++ b/contrib/lisp/org-notify.el @@ -246,7 +246,7 @@ seconds. The default value for SECS is 20." (switch-to

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Ihor Radchenko
Github link to the patch: https://gist.github.com/yantar92/6447754415457927293acda43a7fcaef Ihor Radchenko writes: > Hello, > > [The patch itself will be provided in the following email] > > I have three updates from the previous version of the patch: > > 1. I managed to implement buffer-local

Re: Using est+ with effort estimate range

2020-06-02 Thread Axel Kielhorn
> Am 30.05.2020 um 14:40 schrieb Axel Kielhorn : > > Hello, > > according to the manual, there is a special column type for column view > > ‘est+’Add low-high estimates. > > This is explained later: > > The ‘est+’ summary type requires further explanation. It is used for > combinin

Re: Bug: Export dispatcher scrolling with hidden top [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-06-02 Thread Gustavo Barros
Hi All, this is a friendly ping on this export dispatcher regression. (Considering https://lists.gnu.org/archive/html/emacs-orgmode/2020-06/msg00038.html). I just re-tested it now and the recipe provided in the report still generates the issue in the current weekly build. Of course, if anyo

Re: issue tracker?

2020-06-02 Thread Vladimir Nikishkin
Does any other email client apart from Gnus support adding additional headers? -- Yours sincerely, Vladimir Nikishkin

Re: Bug: Export dispatcher scrolling with hidden top [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-06-02 Thread Bastien
Hi Gustavo, Gustavo Barros writes: > this is a friendly ping on this export dispatcher regression. > (Considering > https://lists.gnu.org/archive/html/emacs-orgmode/2020-06/msg00038.html). thanks for the ping. It is on my radar but I didn't have time to look seriously into it. I keep this in

Re: issue tracker?

2020-06-02 Thread Bastien
Hi Vladimir, Vladimir Nikishkin writes: > Does any other email client apart from Gnus support adding > additional headers? M-x mail RET M-x compose-mail RET And surely quite a few other email clients, even outside Emacs. If a user cannot set the headers herself, that's not a problem: someone

Re: issue tracker?

2020-06-02 Thread Bastien
Hi Mario, Mario Frasca writes: > On 01/06/2020 10:53, Bastien wrote: >> Let us know what would help you contribute more. > > as mentioned, I would like to correct docstrings, refactor the code in > a few points, and add unit tests. Please go ahead. Read https://orgmode.org/worg/org-contribute.

Re: [PATCH] Add support for trace and error output streams in Common Lisp

2020-06-02 Thread Bastien
Hi, akater writes: > This patch can't be merged right away: I need to sort out the exact > SLIME version where the feature will be introduced. Some doc update is > needed, too. did you finally managed to finalize this patch? If so, can you send it to the list as an attachment? We are in featu

Re: A small idea to simplify (further) time input in the date/time prompt

2020-06-02 Thread Bastien
Hi Gustavo, I like this idea, thanks for proposing it. We are in feature freeze for core features, so we have time to work on this for Org 9.5. Gustavo Barros writes: > With this, we'd have some example inputs, and their respective results: > > 8h -> 08:00 > 10h30-> 10:30 > 18h

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The patch (against 758b039c0) is attached. Thanks -- just a quick note, in case you missed the message: we are in feature free for core functionalities, so we have time to work on this welcome enhancement for Org 9.5, which will give us time to properly test i

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-06-02 Thread Bastien
Hi, stardiviner writes: > I added monolith link to defcustom option docstring now. Update > patch again. thanks for working on this, sorry for coming late to the party. The initial need was to be able to download big web documents asynchronously* but the conversation drifted and the patch now

Re: [QUESTION] What's the ":desk" link parameter?

2020-06-02 Thread Bastien
Hi Ihor, Ihor Radchenko writes: >> thanks for the patch. I assume you are submitting it against master, >> am I right? > > The patch is against commit 2e96dc639. I see, thanks. >> From reading this, I don't see what bug it fixes, what problem it >> solves or what real user need it responds to

Re: Bug: org-html-export-to-html doesn't handle .gpg files properly [9.3.6 (9.3.6-17-g389288-elpa @ /home/adalricus/.emacs.d/elpa/org-20200224/)]

2020-06-02 Thread Bastien
Hi, Adalricus Ovicula writes: > - create a file called "test.org.gpg" > - run org-html-export-to-html > > File gets exported as test.org.html, shouldn't it be test.html? Yes it should -- I will have a look at this, and if the fix does not feel to hackish I will commit it. Thanks, -- Bastien

Re: A small idea to simplify (further) time input in the date/time prompt

2020-06-02 Thread Gustavo Barros
Hi Bastien, On Tue, Jun 02 2020, Bastien wrote: I like this idea, thanks for proposing it. We are in feature freeze for core features, so we have time to work on this for Org 9.5. Of course, there's absolutely no rush in this, and this is clearly not something to be added shortly before a r

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Ihor Radchenko
> Thanks -- just a quick note, in case you missed the message: we are in > feature free for core functionalities, so we have time to work on this > welcome enhancement for Org 9.5, which will give us time to properly > test it too. I do not expect it to be merged any time soon. The patch is modif

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Bastien
Hi Ihor, Ihor Radchenko writes: >> Thanks -- just a quick note, in case you missed the message: we are in >> feature free for core functionalities, so we have time to work on this >> welcome enhancement for Org 9.5, which will give us time to properly >> test it too. > > I do not expect it to b

Re: [QUESTION] What's the ":desk" link parameter?

2020-06-02 Thread Ihor Radchenko
> I'm not sure `org-link-make-description-function' is used a lot out > there, but the change may break existing configurations/hacks. It should not break anything. I did not remove `org-link-make-description-function' functionality. Just marked it as deprecated. > Also, is it something we could

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-06-02 Thread Ihor Radchenko
> Oh, I thought this was already done. Do you need to submit the form > or do you wait for the FSF confirmation? Need to submit. Bastien writes: > Hi Ihor, > > Ihor Radchenko writes: > >>> Thanks -- just a quick note, in case you missed the message: we are in >>> feature free for core functio

Re: [QUESTION] What's the ":desk" link parameter?

2020-06-02 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ihor Radchenko writes: >> I'm not sure `org-link-make-description-function' is used a lot out >> there, but the change may break existing configurations/hacks. > > It should not break anything. I did not remove > `org-link-make-description-functio

Re: A small idea to simplify (further) time input in the date/time prompt

2020-06-02 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gustavo Barros writes: > Hi All, > > the Org date/time prompt does deliver the promise in the manual that we "start > getting annoyed by pretty > much any other way of entering a date/time out there". It has indeed become > so > for me, as the d

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-06-02 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bastien writes: > Hi, > > stardiviner writes: > >> I added monolith link to defcustom option docstring now. Update >> patch again. > > thanks for working on this, sorry for coming late to the party. > > The initial need was to be able to download

Re: A small idea to simplify (further) time input in the date/time prompt

2020-06-02 Thread Gustavo Barros
Hi stardiviner, On Tue, Jun 02 2020, stardiviner wrote: Which date/time prompt do you mean? Like set schedule or deadline? If just raw timestamp, it makes me confused whether it is time continuance. The date/time prompt is Org's interface for querying for date and time which is describe

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-06-02 Thread Bastien
Hi Stardiviner, stardiviner writes: > I think maybe Org maintainer can improve the org-attach code to suitable to > add > custom function. Sorry, I don't understand. Can you to use M-x customize-option RET org-attach-commands RET then add a custom command pointing to the command you have wri

Re: [Feature] add a new org-attach dispatcher command to offline save web page

2020-06-02 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bastien writes: > Hi Stardiviner, > > stardiviner writes: > >> I think maybe Org maintainer can improve the org-attach code to suitable to >> add >> custom function. > > Sorry, I don't understand. > > Can you to use M-x customize-option RET org

Re: A small idea to simplify (further) time input in the date/time prompt

2020-06-02 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gustavo Barros writes: > Hi stardiviner, > > On Tue, Jun 02 2020, stardiviner wrote: >> >> Which date/time prompt do you mean? Like set schedule or deadline? If just >> raw >> timestamp, it makes me confused whether it is time continuance. >> > >

[PATCH] implementing `with' as a list, and respecting `deps' order.

2020-06-02 Thread Mario Frasca
From 436bfd0b9fd656f52ea9d7e6a6a665a32564ae93 Mon Sep 17 00:00:00 2001 From: Mario Frasca Date: Tue, 2 Jun 2020 15:46:20 + Subject: [PATCH] implementing `with' as a list, and respecting `deps' order. ---  doc/org-manual.org    |  7 ++--  lisp/org-plot.el  | 66 +++

[PATCH] docstrings to match the code, and minor cosmetics.

2020-06-02 Thread Mario Frasca
From 43cc6264deb89fcc665d123b06c7c2aebb35ab3a Mon Sep 17 00:00:00 2001 From: Mario Frasca Date: Tue, 2 Jun 2020 16:22:07 + Subject: [PATCH] docstrings to match the code, and minor cosmetics. ---  lisp/org-plot.el | 21 ++---  1 file changed, 14 insertions(+), 7 deletions(-) d

Export to attach directory?

2020-06-02 Thread Eric Abrahamsen
I think the last thing I'm missing before my Org set up is Absolutely Perfect and never needs to be tweaked again (ha!) is the ability to export Org files/subtrees to their relevant ATTACH directories, if any. It might be overkill to have a global setting for this, but I would love to be able to sa

Anyone doing any fancy customizations of source blocks?

2020-06-02 Thread William Denton
Is anyone doing any fancy formatting of source blocks, such as putting a line in the left fringe, or a box around them, or having some interesting background? I ask because I recently changed the theme I use to get the dark Solarized look I like,[1] and all of a sudden my #+begin_src lines were

Re: Anyone doing any fancy customizations of source blocks?

2020-06-02 Thread John Kitchin
Here is one approach: https://pank.eu/blog/pretty-babel-src-blocks.html I feel like I have seen some work that used ruby and python icons as displays over #+begin_src, but I can't find it now. John --- Professor John Kitchin Doherty Hall A207F Department of Chemi

[PATCH] some minimal refactoring for the sake of unit-testing, and a, couple of tests.

2020-06-02 Thread Mario Frasca
From 0ee824cccf793734fa18d42b67d44dae2a2e136e Mon Sep 17 00:00:00 2001 From: mfrasca Date: Tue, 2 Jun 2020 15:48:46 -0500 Subject: [PATCH] some minimal refactoring for the sake of unit-testing, and a  couple of tests. ---  lisp/org-plot.el  |  18 ++-  testing/lisp/test-org-plot.el

Re: [PATCH] implementing `with' as a list, and respecting `deps' order.

2020-06-02 Thread Kyle Meyer
Mario Frasca writes: > From 436bfd0b9fd656f52ea9d7e6a6a665a32564ae93 Mon Sep 17 00:00:00 2001 > From: Mario Frasca > Date: Tue, 2 Jun 2020 15:46:20 + > Subject: [PATCH] implementing `with' as a list, and respecting `deps' order. Thank you for sending an updated patch. Unfortunately it look

Re: Bug: org-collect-keywords is void when config uses org-babel-load-file [9.3.6 (release_9.3.6-683-g3b2de4 @ /home/eric/.emacs.d/straight/build/org/)]

2020-06-02 Thread Kyle Meyer
Eric Berquist writes: > When loading a configuration using `(org-babel-load-file (concat > user-emacs-directory "config.org"))` in `init.el`, this message is reported: > > org-export--get-inbuffer-options: Symbol’s function definition is > void: org-collect-keywords > > and export doesn't

Re: Failing tests

2020-06-02 Thread Kyle Meyer
Kévin Le Gouguec writes: > Kyle Meyer writes: > >>> I think I've narrowed this down to org-open-file running "less >>> examples/att1/fileA" instead of visiting this file. >> [...] >>> Let-binding org-file-apps to '(("." . emacs)) makes the tests pass, but >>> I don't know if that's the way we wan