Re: [BUG] unexpected octave output from code blocks [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-05 Thread Rens Oliemans
Confirmed on my machine, thanks for the bug report and reproduction files. I could reproduce the bug on GNU Emacs 28.2, git bisect told me that commit 866ed1a3c5c37cad243085f9a8fa904970e4d614 was the first bad commit. -- Rens Oliemans

Re: Org mode version 9.7-pre (9.7-pre-n/a-g63e8ca @ /home/n/.emacs.d/elpaca/builds/org/); [PATCH] refactor org-babel-lilypond-compile-lilyfile

2023-09-05 Thread No Wayman
Ihor Radchenko writes: Thanks! You're welcome. It looks like ob-lilypond/ly-compile-lilyfile test is relying on this optional second argument. So, after applying your patch, make test is failing. I've amended the test using cl-letf. I also bound the variables which may generate output

Re: Completion mechanism for headlines when creating a link between 2 Org files?

2023-09-05 Thread David Masterson
alain.coch...@unistra.fr writes: > (In my naive view, as the completion mechanism already exists for > internal files, it should be easy to extend it for external files...) I believe the auto-complete package will do that. -- David Masterson

[BUG] unexpected octave output from code blocks [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-05 Thread Paul Stansell
Hello, The attached org file gives examples of outputs from octave code blocks that are unexpected and inconsistent. The attached bug.org file should be opened with emacs -Q -l init.el bug.org The problems only occur when the ":session" header is used. Paul Emacs : GNU Emacs 28.2 (build 1

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-05 Thread Juan Manuel Macías
Max Nikulin writes: > Cyrillic letters may appear not only in Russian just as French and > Spanish use Latin script. So language detection based on symbol code > points works only for distinct enough languages. Explicit markup may > still be necessary to switch hyphenation rules, dash styles, etc.

Re: always need to apply remote host after emacs load

2023-09-05 Thread Ihor Radchenko
Aleksas Tunikas writes: >> May you check the value of `custom-file' variable? (C-h v custom-file >> ) > it says standard, thanks again Standard should be nil, which means that you should have a large block of `(custom-set-variables ...)` automatically added to your init.el. Is it what you use?

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-05 Thread Max Nikulin
On 05/09/2023 05:22, Juan Manuel Macías wrote: \usepackage[english,french,spanish,provide*=*]{babel} but in that line we cannot put Russian with onchar, etc. Cyrillic letters may appear not only in Russian just as French and Spanish use Latin script. So language detection based on symbol code

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Eli Zaretskii
> From: Ihor Radchenko > Cc: Max Nikulin , i...@whxvd.name, > 65...@debbugs.gnu.org, emacs-orgmode@gnu.org > Date: Tue, 05 Sep 2023 15:50:58 + > > Eli Zaretskii writes: > > >> On 05/09/2023 17:29, Ihor Radchenko wrote: > >> > Confirmed. > >> > >> It is a regression in comparison to e.g. o

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Ihor Radchenko
Max Nikulin writes: >> The feature was introduced in Or 9.5. > > Or in 9.6? Oops. Yup. Org 9.6 - the latest release. Together with org-fold library. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Max Nikulin
On 05/09/2023 22:50, Ihor Radchenko wrote: Eli Zaretskii writes: On 05/09/2023 17:29, Ihor Radchenko wrote: Confirmed. It is a regression in comparison to e.g. org-mode-9.3.1. What changed since org-mode-9.3.1? Was it some change in Emacs, and if so, which one? That was a comparison on

Re: [BUG] tangle breaks fortran modules [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-05 Thread Ihor Radchenko
Paul Stansell writes: > ... I was not aware of ":main no" Yeah. We don't have any documentation for ob-fortran, unfortunately. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at ,

Re: [BUG] tangle breaks fortran modules [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-05 Thread Paul Stansell
> > Meanwhile, you can set :main no as default header argument for fortran. > Thanks for taking another look. I was not aware of ":main no", but it's a perfectly good fix for my problem.

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Eli Zaretskii
> From: Sebastian Miele > Cc: Ihor Radchenko , 65...@debbugs.gnu.org, > emacs-orgmode@gnu.org > Date: Tue, 05 Sep 2023 17:25:38 +0200 > > > From: Eli Zaretskii > > Date: Tue, 2023-09-05 14:54 +0300 > > > > […] > > > > So we could decide that this command needs to become smarter when the > > vis

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Ihor Radchenko
Eli Zaretskii writes: >> On 05/09/2023 17:29, Ihor Radchenko wrote: >> > Confirmed. >> >> It is a regression in comparison to e.g. org-mode-9.3.1. > > What changed since org-mode-9.3.1? Was it some change in Emacs, and > if so, which one? The reported bug is a side effect of a feature when Org

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Eli Zaretskii
> Cc: emacs-orgmode@gnu.org, 65...@debbugs.gnu.org > Date: Tue, 5 Sep 2023 21:30:58 +0700 > From: Max Nikulin > > On 05/09/2023 17:29, Ihor Radchenko wrote: > > Confirmed. > > It is a regression in comparison to e.g. org-mode-9.3.1. What changed since org-mode-9.3.1? Was it some change in Emac

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Sebastian Miele
> From: Eli Zaretskii > Date: Tue, 2023-09-05 14:54 +0300 > > […] > > So we could decide that this command needs to become smarter when the > visual line includes invisible text. That is, improve the command > without making any Org-specific changes anywhere. Patches to that > effect are welcome

Addendum

2023-09-05 Thread Summer Emacs
As per my email here: https://list.orgmode.org/4705ccd7-f1ed-489b-9d17-ea6fe0b23...@summerstar.me/T/#u I think I figured out *why* that behaviour is happening: Because there was no list under it. Since URLS in org start and end with [[ ]], maybe it was interpreting it as an incomplete URL and t

Possible File Saving Bug with [/]?

2023-09-05 Thread Summer Emacs
Hi! I’m not sure if this is a bug or not, but after hunting down the problem for an hour (and finding it), I felt that I needed to report this just in case. I have a .org file which is just a list of Emacs commands I like to keep handy to refer to (navigation, selection, commands in some modes

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Max Nikulin
On 05/09/2023 17:29, Ihor Radchenko wrote: Confirmed. It is a regression in comparison to e.g. org-mode-9.3.1. I noticed it for multiline plain list items - ab cd Only first line is removed by C-S- when the item is folded by TAB. For headings I usually use C-c C-x C-w, so I had less cha

Re: bug#65734: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Eli Zaretskii
> Cc: 65...@debbugs.gnu.org, emacs-orgmode@gnu.org > From: Ihor Radchenko > Date: Tue, 05 Sep 2023 10:29:20 + > > As I described in the above, Org needs more control over the behaviour of > `kill-line'/`kill-whole-line' when the visible line contains multiple > lines of hidden text - to prote

Re: [DISCUSSION] May we recognize everything like [[protocol:uri]] as a non-fuzzy link? (was: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3

2023-09-05 Thread Ihor Radchenko
Max Nikulin writes: > On 02/09/2023 14:26, Ihor Radchenko wrote: >> With my proposal, it would become >> >> (link :type "sec" :path "spielbeispiel" ...) >> >> However, "sec" link type will still not be listed in the output >> `org-link-types' (not registered). >> >> Then, ox.el and other link

[MAINTENANCE] On how much we can expose internals into defcustom (was: [BUG] Consider replacing bachload with batch in ob-maxima. [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)])

2023-09-05 Thread Ihor Radchenko
CCing Bastien, as he might want to intervene. Leo Butler writes: >> +(defcustom org-babel-maxima-command-arguments >> + "--very-quiet" > >> +(defcustom org-babel-maxima-batch/load >> + "batchload" >> + >> +(defcustom org-babel-maxima-graphic-file-format-string >> + "(s

Re: [ANN] org-timeblock: Multi-day views

2023-09-05 Thread Ilya Chernyshov
"Dr. Arne Babenhauserheide" writes: Hi > I started using this, and it’s great! Thank you! Nice to hear! > I also found an edge case: I have a deadline set to 23:59, and that > deadline is only visible in the timeblocks when I only have that task in > and switch to hiding all hours before the t

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-05 Thread Ihor Radchenko
Juan Manuel Macías writes: >> The idea is to allow >> >> #+language: Austrian German, Greek >> as a valid specifier, in addition to >> >> #+language: de-at, el >> >> Then, across Org, we will make use of the standardized language >> abbreviations. > > In LaTeX, as I mentioned, things are complica

Re: always need to apply remote host after emacs load

2023-09-05 Thread Ihor Radchenko
Aleksas Tunikas writes: > hello friends org mode is amazing however i don't remember when but i > guess after an update a month or so ago my system start to ask me > continiously do i like to "an org mode document would like to download > "An org-mode document would like to download > https://fni

Re: [BUG] kill-whole-line on folded subtrees [9.6.8 (release_9.6.8-3-g21171d @ /home/w/usr/emacs/0/29/0/lisp/org/)]

2023-09-05 Thread Ihor Radchenko
Sebastian Miele writes: > I first reported this to bug-gnu-em...@gnu.org (see > https://debbugs.gnu.org/65734). However, Eli asks: > >> I'm not sure I understand why this is deemed a problem in Emacs. >> Shouldn't Org redefine C-S- if the default binding doesn't >> suit what happens in Org buffe

Re: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3mpjk70si-emacs-org-9.6.7/share/emacs/site-lisp/org-9.6.7/)]

2023-09-05 Thread Ihor Radchenko
Max Nikulin writes: >>> (org-link-set-parameters "tel") > ... >>> \href{321}{call} >>> >>> "tel:" is missed. > > I have realized that it is possible to take advantage of current behavior: > >(org-link-set-parameters > "browse" > :follow > (lambda (url arg) (browse-url url

Re: [BUG] tangle breaks fortran modules [9.7-pre (release_9.6.7-581-gd38ca5)]

2023-09-05 Thread Ihor Radchenko
Paul Stansell writes: >> >> I opened the latest Org git repo, ran make repro, opened the file, >> clicked on "tangle" link, moved to the linked source code, and executed >> it. It worked. >> >> So, I am unable to reproduce the problem on my system. >> > > Thanks for investigating. Can you please

always need to apply remote host after emacs load

2023-09-05 Thread Aleksas Tunikas
hello friends org mode is amazing however i don't remember when but i guess after an update a month or so ago my system start to ask me continiously do i like to "an org mode document would like to download "An org-mode document would like to download https://fniessen.github.io/org-html-themes/org/