Re: New branch in the org-mode git repo

2025-04-26 Thread Pedro Andres Aranda Gutierrez
Thx, /PA On Sun, 27 Apr 2025 at 07:50, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > I have pushed a modified version of Juan Manuel Macías' char-set listing > > function. You can try it out from the scratch buffer with > > Note that you do not need to announce every singl

Re: Semantic Linking saves tedious work

2025-04-26 Thread Jean Louis
* Ihor Radchenko [2025-04-26 20:59]: > Jean Louis writes: > > >> Is the source code available anywhere? > > > > Of course it is available on request but my system is too complex. I would > > like to make the simpler system and first I need to find some binary vector > > database or easiest way

Re: New branch in the org-mode git repo

2025-04-26 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I have pushed a modified version of Juan Manuel Macías' char-set listing > function. You can try it out from the scratch buffer with Note that you do not need to announce every single new function in ORG-NEWS file. Internal functions (with --) do not need

Join the Org Mode project as the Worg maintainer

2025-04-26 Thread Bastien Guerry
Worg is the community-driven documentation for Org. It complements the Org reference manual as a resource that many users consult, with about ~1K views per day. Worg is a Git repository consisting of .org files: https://git.sr.ht/~bzg/worg. Worg files are exported as HTML and published to orgmode

Re: New branch in the org-mode git repo

2025-04-26 Thread Pedro Andres Aranda Gutierrez
Dear all, Oe push a day to keep git happy ;-) I have pushed a modified version of Juan Manuel Macías' char-set listing function. You can try it out from the scratch buffer with --- cut here --- (require 'ox-latex) (defun test() (interactive) (message "Scripts: %s" (org-latex--get-doc-script

Re: [PATCH] Re: Better support optional weekday in Org mode timestamps

2025-04-26 Thread Jens Schmidt
On 2025-04-20 13:27, Ihor Radchenko wrote: > Although, I would add some comments to the code, decrypting what 5 and 7 > refer to. Done, and a bit more. > Not that hard. All you need is to re-implement your reproducer in pure > Elisp. Even a single test will do. Here I could not resist to add m

Compiling a single lisp/*.el Org source, executing a single testing/lisp/*.el Org test in the Org Git repo

2025-04-26 Thread Jens Schmidt
Suppose my cwd is at the top-level of the Org Git repo. - How would I byte-compile a single Org source? Any make target available for that? I use this to byte-compile "org.el" after changes: ~/work/emacs-master/src/emacs --batch -L lisp --eval '(byte-compile-file "lisp/org.el")' but

Re: Semantic Linking saves tedious work

2025-04-26 Thread Ihor Radchenko
Jean Louis writes: >> Is the source code available anywhere? > > Of course it is available on request but my system is too complex. I would > like to make the simpler system and first I need to find some binary vector > database or easiest way to install the vector database maybe with the > Po

Re: Question about getting properties of org entry

2025-04-26 Thread Doerthous
Ihor Radchenko writes: > I have addressed the poor performance of `file-truename' and > `find-buffer-visiting' in > https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b7a737ef49e > That commit should be a part of Emacs 30.1 release, while you are on > Emacs 30.0.50 pre-release. Try to upgrad

TOC is missing in html export when using #+INCLUDE

2025-04-26 Thread reza
Hi list I have the following org file #+TITLE: Some title #+INCLUDE: another.org * Some section Some content. Where the file another.org only contains some section. When I export this to html the TOC is missing, commenting out the #+INCLUDE the TOC is correctly exported

New branch in the org-mode git repo

2025-04-26 Thread Pedro Andres Aranda Gutierrez
Dear all, I have pushed a *highly experimental* branch to the git repo called feature/all-tex-fonts to try to crystallise our discussions into something more material. WARNING: It'll take a couple of days before it provides a first functional implementation. TIA for any feedback, /PA -- Fragen

Re: Accessing Sagemath interpreters from Org Babel

2025-04-26 Thread Ihor Radchenko
kevin lucas writes: > #+begin_src sage > %gp primepi(666) > #+end_src > > and get the result in my org buffer. > > I would like to have the ability to do something similar with > multiline scripts, since Sage also provides interfaces for multiple > lines via `%%` methods. When I try to use e.g. t