Re: [bug?] changed behaviour of column view

2021-05-12 Thread Eric S Fraga
Hi Nicholas, On Tuesday, 11 May 2021 at 20:32, Nicholas Savage wrote: > Thanks for those, that is very helpful. Unfortunately, as you can see > in the attached screenshot from my system, I can't replicate your > issue. Ummm how annoying! > Could you send me the output of your confirmation,

URLs with brackets not recognised

2021-05-12 Thread Colin Baxter
Hello, If a URL link in an org file contains a bracket then the link is not fully recognised and may be misdirected. For example, 1. emacs -Q 2. C-x C-f test.org 3. Insert the URL https://en.wikipedia.org/wiki/Cathedral_Basilica_of_St._John_the_Baptist_(Savannah,_Georgia) 4. Click on the

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Arthur Miller
> I find it harder to write good > documentation than good code! Yes indeed, takes so much more time than to just write the code :).

updates.orgmode.org giving 502 Bad Gateway Error

2021-05-12 Thread Tim Cross
FYI the updates.orgmode.org page is giving a 502 Bad Gateway error when I try to access it. -- Tim Cross

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Dr. Arne Babenhauserheide
Arthur Miller writes: > I don't think that would be the case. Java is considered unsafe software > so I wouldn't rely on older versions being pre-installed and avialable > everywhere. Java is not considered unsafe software — not any more than any interpreted language. What’s unsafe are Java

Re: URLs with brackets not recognised

2021-05-12 Thread Colin Baxter
> Maxim Nikulin writes: > On 12/05/2021 17:38, Nick Savage wrote: >> I can confirm this as a bug. >> On 5/12/21 3:32 AM, Colin Baxter wrote: >>> https://en.wikipedia.org/wiki/Cathedral_Basilica_of_St._John_the_Baptist_(Savannah,_Georgia) > I do not think it is a bug.

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Timothy
If anyone else is interested in this, it would be great to get your thoughts. I'd also appreciate it if a core maintainer might be able to find the time to review the patch and let me know if it looks good. Thanks, Timothy. -- > Tom Gillespie writes: > >> 1. I think there needs to be a

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Arthur Miller
"Dr. Arne Babenhauserheide" writes: > Arthur Miller writes: > >> Christopher Dimech writes: >> >>> If org-mode wants to support ditaa, it is a requirement to inform the user >>> how to >>> get the software and install it. Moving into into a separate repository >>> without >>> appropriately

Re: URLs with brackets not recognised

2021-05-12 Thread Nick Savage
I can confirm this as a bug. On 5/12/21 3:32 AM, Colin Baxter wrote: Hello, If a URL link in an org file contains a bracket then the link is not fully recognised and may be misdirected. For example, 1. emacs -Q 2. C-x C-f test.org 3. Insert the URL

Re: URLs with brackets not recognised

2021-05-12 Thread Maxim Nikulin
On 12/05/2021 17:38, Nick Savage wrote: I can confirm this as a bug. > On 5/12/21 3:32 AM, Colin Baxter wrote: https://en.wikipedia.org/wiki/Cathedral_Basilica_of_St._John_the_Baptist_(Savannah,_Georgia) I do not think it is a bug. Plain text links detection is a kind of heuristics. It

Re: Highlighting and Background Colour for Source Code

2021-05-12 Thread Ihor Radchenko
Christopher Dimech writes: > Suppose I have an elisp file and I change to org-mode by hitting "M-x > org-mode". > The code does not get highlighted because it is not embedded within org-babel > construct. > > If I have a programming language file with some org-mode heading commands in > it, >

Re: Highlighting and Background Colour for Source Code

2021-05-12 Thread Christopher Dimech
Have been looking at texinfo-mode a bit to see how to set outline-heading-alist. But not been very successful. Could need some help. > Sent: Thursday, May 13, 2021 at 12:08 AM > From: "Ihor Radchenko" > To: "Christopher Dimech" > Cc: "Tim Cross" , emacs-orgmode@gnu.org > Subject: Re:

Re: Highlighting and Background Colour for Source Code

2021-05-12 Thread Christopher Dimech
Did some more thinking on this and trying to set up outline-heading-alist for texinfo, so I can get headlines similar to org mode. Have seen people trying to do this lately but there is some problem with it that I cannot understand right now. (defvar gilgamesh-texinfo-hdlevels '( ("@chapter" .

Re: [PATCH] Possibility of using alternative separators in macros

2021-05-12 Thread Maxim Nikulin
On 03/05/2021 04:08, Christian Moe wrote: I frequently need to escape commas in macros, which is a bit of a pain and easy to forget. Maybe it is not convenient, but if unescaped comma is a real pain, you could detect it and report an error # single line may be wrapped by mailer #+MACRO:

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-05-12 Thread Maxim Nikulin
On 11/05/2021 01:36, Utkarsh Singh wrote: What do we mean by interactive preview? Does this mean that we should present a user with a list of possible delimiters using minibuffer? I mean something like the dialog that LibreOffice shows on opening of a csv file. There are various options and

Re: Manual on web site is not the latest version

2021-05-12 Thread William Denton
On 28 April 2021, Bastien wrote: Do you still see differences between the doc/org-manual.org and the one published on https://orgmode.org/manual/ ? If so, please point at one or two differences. Thanks! Here's a late follow-up. Thanks for checking. On the web at

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Ihor Radchenko
Timothy writes: > If anyone else is interested in this, it would be great to get your > thoughts. I do not like abusing prettify-symbols-mode. What if it is not enabled? What will happen if user toggles prettify-symbols-mode in Org buffer? Maybe better use something like org-entities? Best,

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Timothy
Thanks for your response. Ihor Radchenko writes: > I do not like abusing prettify-symbols-mode. What if it is not enabled? Ah, it does it anyway at the moment. > What will happen if user toggles prettify-symbols-mode in Org buffer? This seems to be toggled nicely by prettify-symbols-mode

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Timothy
Thank you for the detailed feedback :) Ihor Radchenko writes: > Timothy writes: > >>> I do not like abusing prettify-symbols-mode. What if it is not enabled? If you know of another way of accomplishing text-replacement which changes back when the cursor enters the region, please let me

Re: Refiling All 'Terminal TODO State' Entries to a Particular Heading

2021-05-12 Thread Ihor Radchenko
Tim Visher writes: > > I found that my timvisher-org-refile-done-entries had a bug where it could > skip entries if the org buffer had consecutive DONE/CANCELLED entries. I > believe this is because of this quote from the manual: > > After evaluation, Org moves point to the end of the line that

RE: ob-sql is not finding psql when using direnv+guix

2021-05-12 Thread Cook, Malcolm
> > >I am using Guix with direnv. > > > > What is your shell? > > > > My shell is bash, originally I was using zsh and I thought that was the > problem, so I switched to bash and still not working. > > > How/When do you "hook direnv into your shell" (https://direnv.net/)? > > > > In the

Re: Bug: org-plot gives Invalid function error

2021-05-12 Thread Ihor Radchenko
Timothy writes: > If you could test it and let me know that would be greatly appreciated > :) It seems to work with the manual example for me. > > Until I hear otherwise, I'm marking this bug as fixed. I guess the initial report was using example from the manual: #+PLOT: title:"Citas" ind:1

Re: The fate of ditaa.jar (9.4.5.)

2021-05-12 Thread Russell Adams
On Wed, May 12, 2021 at 11:41:48AM +0200, Dr. Arne Babenhauserheide wrote: > I have Java, but not ditaa, because Java is packaged in my distribution > and ditaa is not. My build pipelines use ditaa as shipped with > org-mode. My opinion is that Org has integration for many external tools, but

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Ihor Radchenko
Timothy writes: >> I do not like abusing prettify-symbols-mode. What if it is not enabled? > > Ah, it does it anyway at the moment. Hmm. You are right. You are calling compose-region directly. Note, that you do not add 'decompose-region function for automatic region destruction (see

Re: URLs with brackets not recognised

2021-05-12 Thread Colin Baxter
It might be worthwhile to issue an warning each time a url is written in an org file without enclosing brackets < > or [[ ]].

Re: URLs with brackets not recognised

2021-05-12 Thread Tom Gillespie
A quick fix is to percent encode the troublesome characters, but the underlying issue is in org-link-any-re which is defined in org-link-make-regexps which is what org uses to find the next link. Some improvements might be possible for some of the edge cases there, but a complete solution for bare

Re: Refiling All 'Terminal TODO State' Entries to a Particular Heading

2021-05-12 Thread Tim Visher
Hi Everyone, I found that my timvisher-org-refile-done-entries had a bug where it could skip entries if the org buffer had consecutive DONE/CANCELLED entries. I believe this is because of this quote from the manual: After evaluation, Org moves point to the end of the line that was just

Re: updates.orgmode.org giving 502 Bad Gateway Error

2021-05-12 Thread Ihor Radchenko
Tim Cross writes: > FYI the updates.orgmode.org page is giving a 502 Bad Gateway error when > I try to access it. Confirmed Seeing this from yesterday.

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Tim Cross
Timothy writes: > Thank you for the detailed feedback :) > > Ihor Radchenko writes: > >> Timothy writes: >> I do not like abusing prettify-symbols-mode. What if it is not enabled? > > If you know of another way of accomplishing text-replacement which > changes back when the cursor

Re: URLs with brackets not recognised

2021-05-12 Thread Ihor Radchenko
Colin Baxter writes: > Hello, > > If a URL link in an org file contains a bracket then the link is not > fully recognised and may be misdirected. For example, This is a known bug [1]. You just need to wait for the patch to be merged. [1] https://orgmode.org/list/87v99g4p3m.fsf@localhost/

Re: URLs with brackets not recognised

2021-05-12 Thread Tim Cross
Rudolf Adamkovič writes: > Maxim Nikulin writes: > >> I do not think it is a bug. Plain text links detection is a kind of >> heuristics. It will be always possible to win competition with regexp. >> Consider it as a limitation requiring some hints from an intelligent >> user. > > I disagree.

Re: URLs with brackets not recognised

2021-05-12 Thread Rudolf Adamkovič
Maxim Nikulin writes: > I do not think it is a bug. Plain text links detection is a kind of > heuristics. It will be always possible to win competition with regexp. > Consider it as a limitation requiring some hints from an intelligent > user. I disagree. URLs are well-specified. Per RFC 3986,

Re: [PATCH] Fontification for inline src blocks

2021-05-12 Thread Ihor Radchenko
Timothy writes: I do not like abusing prettify-symbols-mode. What if it is not enabled? > > If you know of another way of accomplishing text-replacement which > changes back when the cursor enters the region, please let me know. cursor-sensor-mode >>> Ah, it does it anyway at the moment.

Re: URLs with brackets not recognised

2021-05-12 Thread Colin Baxter
> Ihor Radchenko writes: > Colin Baxter writes: >> Hello, >> >> If a URL link in an org file contains a bracket then the link is >> not fully recognised and may be misdirected. For example, > This is a known bug [1]. You just need to wait for the patch to be >