Problem installing Org using the Emacs packaging system

2024-11-23 Thread Alain . Cochard
Hello. An excerpt of the page https://orgmode.org/manual/Installation.html is Using Emacs packaging system Recent Emacs distributions include a packaging system which lets you install Elisp libraries. You can install Org from the “package menu”, with M-x list-packages. See Packag

Re: [BUG] Alignment issues with ob-R outputs [9.7.15 (9.7.15-a1df10 @ /home/fsantos/.emacs.d/elpa/org-9.7.15/)]

2024-11-23 Thread Ihor Radchenko
Frederic Santos writes: > I noted that, roughly since the first updates of the Org 9.7.x series, > ob-R.el produces outputs that have alignment issues in the first line of > the output, if and only if the code block includes several lines of > code. > > For instance, here is a code block includin

Re: [BUG] ob-shell async session does not work with multiple blocks running [9.7.16 (9.7.16-ba9734 @ /nix/store/6la93ywyb1h055phgyqba7h7qay60p0m-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.

2024-11-23 Thread Ihor Radchenko
ParetoOptimal writes: > Problem: Running two shell source blocks with the same session doesn't > properly extract out results from the sentinel value relating to each > respective source block. > > This could be a known issue which might make this an enhancement request > rather than a bug report

Re: [BUG] emphasis marker inside macro breaks macro [9.7.16 (release_9.7.16 @ /home/roklein/ot/org-mode/lisp/)]

2024-11-23 Thread Ihor Radchenko
Robert Klein writes: > When I have an emphasized section with a macro inside and the macro > contains the emphasis delimiter, macro expansion is broken (i.e. doesn't > happen, it is exported verbatim, including the braces and the macro name). > > In for / and * the emphasis section ends where th

Re: [BUG] Org mode freeze in combination with recovery notification [9.7.11 (release_9.7.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2024-11-23 Thread Ihor Radchenko
Jordan Ellis Coppard writes: > I tried orc-toc out and invoked org-toc-mode which resulted in my org > mode file being shown raw, so I restarted Emacs. Emacs auto-saved my org > mode file and when attempting to load it (without org-toc loaded) the > combination of the various prompts for file loc

Re: Fwd: 29.3; org failure to renumber footnotes

2024-11-23 Thread Ihor Radchenko
Avraham Pinkas writes: > dafsum is a compressed version. > ... >> running C-u C-c C-x f s fails with "Lisp nesting exceeds >> max-lisp-evel-deapth". I have tried increasing it very high, & emacs >> crashed with a stack overflow. (all export fails too.) Thanks for reporting! Fixed, on main. https

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-11-23 Thread Benjamin McMillan
This outputs #+RESULTS: | (linenum:0, | | 4 | I suppose the issue is the "linenum:0". In fact, running any of the test src blocks does that, e.g. #+begin_src maxima :results verbatim :batch batch (assume(z>0), integrate(exp(-t)*t^z, t, 0, inf)); #+end_src #+RESULTS: #+begin_example (lin

Re: ob-octave: improve MATLAB support

2024-11-23 Thread Ihor Radchenko
John C writes: > Thanks for the feedback. I incorporated some of your suggestions for > org-mode. I'll add the examples to https://git.sr.ht/~bzg/worg once > the changes become part of org-mode. Thanks for the update! > Regarding (defvar org-babel-default-header-args:matlab '((:session . > "*MA

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2024-11-23 Thread Ihor Radchenko
Nathaniel Nicandro writes: > I've gotten around to working on this again. Sorry for the long > periods between updates. No problem. Thanks for the update! I will need some time to review the patch. It would be helpful for the review if all the functions had a docstring and the data structure f

Re: Feature discussion: Search field and local search engine

2024-11-23 Thread Ihor Radchenko
Sébastien Gendre writes: > But I need to define the criteria of selection. > Here is my suggestion: > > - Libre Software > > - Exist for more than a few years > > - Still maintained > +1 > - Can index content from command line > > - Can search with only frontend components (no backend needed)

Re: Mapping language to mode

2024-11-23 Thread Ihor Radchenko
Stefan Monnier writes: > Would the 100% untested patch below make sense? > ... > +(if (fboundp 'major-mode-remap) > +(major-mode-remap mode) > + mode))) Thanks! Applied, onto main, after adding proper commit message. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?i

Re: Mapping language to mode

2024-11-23 Thread Stefan Monnier
>> Would the 100% untested patch below make sense? >> ... >> +(if (fboundp 'major-mode-remap) >> +(major-mode-remap mode) >> + mode))) > > Thanks! > Applied, onto main, after adding proper commit message. Oh! Wonderful, thanks Ihor! Stefan

Re: [BUG] odt export of 'utf-8-with-signature-unix' file is 'corrupt' [9.6.15 (release_9.6.15 @ /usr/local/share/emacs/29.4.50/lisp/org/)]

2024-11-23 Thread Ihor Radchenko
Amy Grinn writes: > I want to export a document with a different encoding to ODT. The file > has a buffer coding system of 'utf-8-with-signature-unix' and exports to > other formats, such as HTML, well. No errors occur when exporting to > odt, these are all the messages that are printed: > ... >

Re: [BUG] export blocks no longer fontifying [9.7.10 (release_9.7.10 @ /Users/ben/Scripts/emacs/lisp/org/)]

2024-11-23 Thread Ihor Radchenko
Benjamin McMillan writes: > Sure, a call of > maxima --version > returns > Maxima 5.47.0 I have the same and all the tests are passing. Might be something Mac-related. What if you try 1. M-: (require 'ob-maxima) 2. Evaluate the following src block #+begin_src maxima :var s=4 print(s); #+end_

Re: Fwd: 29.3; right-to-left export

2024-11-23 Thread Ihor Radchenko
Avraham Pinkas writes: > whenever exporting to ODT, the result is a left-to-right file, disregarding > the right-to-left-mark (as entered by C-x 8 RET 200f RET). > I remember that in a previous version of emacs it worked. > This applies to all files I have tried (hebrew). Thanks for reporting! M

Re: [PATCH v10] Inline image display as part of a new org-link-preview system

2024-11-23 Thread Ihor Radchenko
Karthik Chikmagalur writes: >>> I'm using texinfo 7.1 now, the pdf build is still failing when I try >>> "make docs", with the same errors. Not sure what to do now. >> >> May you please try to create a reproducer then? >> Starting from a freshly cloned Org repo. > > Here's what I get when I run

Re: Fwd: Org-cite: Replace basic follow-processor with transient menu?

2024-11-23 Thread Ihor Radchenko
Tor-björn Claesson writes: > Ah, then it has to go. Here comes a fixed patch. ... Thanks. See my comments below. > +*** Menu for choosing how to follow citations Maybe "New transient menu when following citations" > +Following citations with the org-cite-basic citation backend can now present

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-23 Thread Ihor Radchenko
Jan Rehders writes: > I wrote a package called org-menu which uses transient to add a > discoverable menu to Orgmode. It's a bit of a mix of a modal editing > mode or speed commands and a Magit style hierarchical menu to find > less frequently used commands. I'd like to start a discussion here >