Re: [PATCH] ob-java: Allow import to end with asterisk

2021-01-26 Thread John Herrlin
Thank you for the guidence! I will try to figure it out and sending a updated patch soon. ian martins writes: >> I found this case: >> And it seems to me that the import regex dont see the asterisk. >> >> I attached a possible patch. > > Thanks again, John. You're right the regex is missing

bug#44824: 27.1; Org export as pdf and open file does not open it

2021-01-26 Thread Lars Ingebrigtsen
"gbio...@gmail.com" writes: > Executing the command "xdg-open /path/to/file.pdf" in a terminal > (Konsole) works. > > Executing the same command in Emacs via eshell DOES NOT WORK. What happens if you execute that command in Emacs via eshell? -- (domestic pets only, the antidote for overdose,

Re: [PATCH] ob-java: Allow import to end with asterisk

2021-01-26 Thread ian martins
> I found this case: > And it seems to me that the import regex dont see the asterisk. > > I attached a possible patch. Thanks again, John. You're right the regex is missing the asterisk include. Thanks for the patch fixing. This works but it will add redundant includes if the source block

Re: [Bug] org-version returns empty string when called uninteractively [9.4]

2021-01-26 Thread Kyle Meyer
Jean-Léon HENRY writes: > Hi, > > I just upgraded org to 9.4.4 and org-version is returning an empty string > when called unineractively. More precisely >[...] > In my regular set-up, this breaks version checks used in other packages : > (version< (org-version) "9.0") for example is called.

Re: [Bug] org-version returns empty string when called uninteractively [9.4]

2021-01-26 Thread Nick Dokos
Jean-Léon HENRY writes: > Hi, > > I just upgraded org to 9.4.4 and org-version is returning an empty string > when called > unineractively. More precisely > > I started emacs with : emacs -Q -l minimal-org.el > Contents of minimal-org.el : > > ; > ;;; Minimal setup

[Bug] org-version returns empty string when called uninteractively [9.4]

2021-01-26 Thread Jean-Léon HENRY
Hi, I just upgraded org to 9.4.4 and org-version is returning an empty string when called unineractively. More precisely I started emacs with : emacs -Q -l minimal-org.el Contents of minimal-org.el : ; ;;; Minimal setup to load latest `org-mode'. ;; Activate