Re: Missing changes

2023-09-06 Thread Po Lu
Kyle Meyer writes: > Those commits are on Emacs's master branch. We're up to date with the > emacs-29 branch, but I've yet to port any of the Emacs's master-specific > Org changes to Org's main branch. I started working on it last weekend, > so it should happen soon-ish. In any case, all the c

Re: Missing changes

2023-09-06 Thread Kyle Meyer
Po Lu writes: > These changes made to lisp/org within the Emacs repository are absent > from orgmode.git: > > * | 73b24a41412..: Po Lu 2023-08-23 Make org-mouse compatible with touch > screen event emulation > * | 4f714dc0813..: Po Lu 2023-08-20 Support desktop notifications on Android > * | 5856

Missing changes

2023-09-06 Thread Po Lu
These changes made to lisp/org within the Emacs repository are absent from orgmode.git: * | 73b24a41412..: Po Lu 2023-08-23 Make org-mouse compatible with touch screen event emulation * | 4f714dc0813..: Po Lu 2023-08-20 Support desktop notifications on Android * | 5856ea5e4e8..: Po Lu 2023-08-17

Re: ox-latex language handling in Org-9.5 vs 9.6

2023-09-06 Thread Juan Manuel Macías
Max Nikulin writes: > I consider the following as an issue rather close to the discussion in > the thread > Juan Manuel Macías. Fallback fonts in LaTeX export for non latin > scripts. Wed, 30 Aug 2023 08:25:53 +. > https://list.orgmode.org/878r9t7x7y@posteo.net > > https://bugs.debian.or

Tips on reproducing and bisecting bugs

2023-09-06 Thread Rens Oliemans
Hi all, Thanks for creating and maintaining Org mode, it's great. I tried helping out recently by confirming and bisecting a reported bug (https://list.orgmode.org/camjkazz6srdoxv6rhmdm97enhysntodtctcznn1zbquk3gh...@mail.gmail.com/), but am not sure if what I did was actually useful, and if so, h

Re: Possible File Saving Bug with [/]?

2023-09-06 Thread Samuel Wales
lock file? in 27 (info "(emacs) Interlocking") strangely does not mention .# but it could be the concept in question. On 9/6/23, Ihor Radchenko wrote: > Summer Emacs writes: > >> I have a .org file which is just a list of Emacs commands I like to keep >> handy to refer to (navigation, selectio

Re: [MAINTENANCE] On how much we can expose internals into defcustom

2023-09-06 Thread Leo Butler
On Tue, Sep 05 2023, Ihor Radchenko wrote: > 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" >>> + >>> +(d

[BUG] wrong-type-argument listp 4240 [9.7-pre (release_9.6.8-749-g4fe52f @ .emacs.d/org-mode-git/lisp/)]

2023-09-06 Thread Paul Stansell
Hello, I don't know what caused the following message when I opened an org file, but I'm reporting it as requested by the message: Warning (org-element-cache): org-element--cache: Org parser error in tmp_train_notes.org::1. Resetting. The error was: (wrong-type-argument listp 4240) Backtrace: n

[BUG] Consider supporting C-x 4 and C-x 5 and C-x t in org-open-at-point [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-06 Thread Vladimir Nikishkin
Dear Org developers, Emacs has a long established tradition of adjusting presentation mode for a command using prefix parameters. One can run C-x 4 C-f to visit a file in a new window. (C-x 5, and C-x t for the new frame and tab, respectively). However, org-open-at-point does not seem to follow th

[Bug] Some parentheses are not visible in the html export but are present

2023-09-06 Thread Niall Dooley
Some parentheses are not visible in the html export but are present. This was not always the case with the provided example. --- Begin Example --- * islower() ** Front *String method* that returns =True= if the string is a lowercase string, =False= otherwise. ** Back *String method:* islower(sel

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-06 Thread Sebastian Miele
> From: Ihor Radchenko > Date: Wed, 2023-09-06 08:30 + > > Eli Zaretskii writes: > >>> It would also make sense to group the two edits together via >>> `combine-after-change-calls', although a more universal way to know that >>> certain edits are a part of the same known command (even when ca

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-06 Thread Juan Manuel Macías
Ihor Radchenko writes: > Do I understand correctly that onchar=id will not break anything if text > is correctly marked with \selectlanguage{}? To load language features (hyphen rules, captions, etc.) there is no problem. But to load a font associated with a language, the font of the last declare

ox-latex language handling in Org-9.5 vs 9.6

2023-09-06 Thread Max Nikulin
Hi, I consider the following as an issue rather close to the discussion in the thread Juan Manuel Macías. Fallback fonts in LaTeX export for non latin scripts. Wed, 30 Aug 2023 08:25:53 +. https://list.orgmode.org/878r9t7x7y@posteo.net https://bugs.debian.org/cgi-bin/bugreport.cgi?bug

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-06 Thread Max Nikulin
On 05/09/2023 18:02, Ihor Radchenko wrote: What I had in mind is a bit elaborate: 1. We get actual link type 2. If link type is not registered, we try "fuzzy" 3. If "fuzzy" target is not found, instead of broken link, we export a link with unknown type. It makes sense as an additional vari

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-06 Thread Sebastian Miele
> From: Eli Zaretskii > Date: Wed, 2023-09-06 15:16 +0300 > >> From: Ihor Radchenko >> Date: Wed, 06 Sep 2023 08:23:23 + >> >> Eli Zaretskii writes: >> >> >> The following would do it. I think I tested it rather thoroughly. >> >> During testing I found another bug that is addressed by the

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-06 Thread Eli Zaretskii
> From: Ihor Radchenko > Cc: i...@whxvd.name, 65...@debbugs.gnu.org, emacs-orgmode@gnu.org > Date: Wed, 06 Sep 2023 08:30:36 + > > Eli Zaretskii writes: > > >> In addition, `org-kill-line' acts specially in certain scenarios: > >> > >> For > >> * Heading text :tag1:tag2: > >> > >> `org-k

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-06 Thread Eli Zaretskii
> From: Ihor Radchenko > Cc: Sebastian Miele , 65...@debbugs.gnu.org, > emacs-orgmode@gnu.org > Date: Wed, 06 Sep 2023 08:23:23 + > > Eli Zaretskii writes: > > >> The following would do it. I think I tested it rather thoroughly. > >> During testing I found another bug that is addressed by

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

2023-09-06 Thread Paul Stansell
> > Thanks for reporting! > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=13e4ee737 Great work, thanks!

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-06 Thread Ihor Radchenko
No Wayman writes: > I've amended the test using cl-letf. > I also bound the variables which may generate output files to nil > to prevent generating any output files if the test is run > interactively. > See attached. Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/com

Re: Fallback fonts in LaTeX export for non latin scripts

2023-09-06 Thread Ihor Radchenko
Juan Manuel Macías writes: > True. Thanks for pointing it out. Indeed, \babelprovide with the > ochar=id fonts option only makes sense when 1 foreign language = 1 > script. For example, different variants of Greek cannot be combined > without an explicit switch. > > And something like this wouldn

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

2023-09-06 Thread Ihor Radchenko
Paul Stansell writes: > The attached org file gives examples of outputs from octave code blocks > that are unexpected and inconsistent. Thanks for reporting! Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=13e4ee737 -- Ihor Radchenko // yantar92, Org mode contri

Re: Possible File Saving Bug with [/]?

2023-09-06 Thread Ihor Radchenko
Summer Emacs writes: > 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 etc…) One of > these had help about the [/] command for a header for a list. However, > because I had [/] and no numbers in it (it

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-06 Thread Ihor Radchenko
Eli Zaretskii writes: >> It would also make sense to group the two edits together via >> `combine-after-change-calls', although a more universal way to know that >> certain edits are a part of the same known command (even when called >> non-interactively) would be useful. > > The command kills in

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-06 Thread Ihor Radchenko
Eli Zaretskii writes: >> The following would do it. I think I tested it rather thoroughly. >> During testing I found another bug that is addressed by the let-binding >> of kill-read-only-ok during the first kill-region below. > > Thanks. Sadly, we don't have any tests for this function in our t