[PATCH] was Re: Q: org-export-headline-levels doc problem?

2025-04-23 Thread David Masterson
David Masterson writes: > Okay, I'll try to put together a patch for what we've talked about in a > few days. Patch attached (did I do it right?) -- David Masterson --8<---cut here---start->8--- diff --git a/doc/org-guide.org b/doc/org-guide.org index 20562

Re: The Zen of Task Management with Org

2025-04-23 Thread Bastien Guerry
Hi Rens, Rens Oliemans writes: > Thank you for sharing this! It seems like reducing the amount of loose TODO > tasks is an important part: > >> * Every week I check the TODO and WAIT tasks that do not appear in my >> calendar. Indeed. In general, the agenda views that I use routinely nudge me t

Re: The Zen of Task Management with Org

2025-04-23 Thread Rens Oliemans
Bastien Guerry writes: > I've finally found some time to describe my Org workflow: > https://bzg.fr/en/the-zen-of-task-management-with-org/ Thank you for sharing this! It seems like reducing the amount of loose TODO tasks is an important part: > * Every week I check the TODO and WAIT tasks that

org-timestamp: Wrong week numbers

2025-04-23 Thread General discussions about Org-mode.
Hi It seems that Week numbers are wrong. '(org-display-custom-times t) '(org-timestamp-custom-formats '("%Y-%m-%d (W%W)\12" . "%Y-%m-%d (W%W) %H:%M")) in the customization menu: Org Timestamp Custom Formats: Cons-cell: String: %Y-%m-%d (W%W) String: %Y-%m-%d (W%W) %H:%M If you send "C-c ." And

Re: Semantic Linking saves tedious work

2025-04-23 Thread Derek Chen-Becker
On Wed, Apr 23, 2025 at 11:44 AM Jean Louis wrote: > Elisp is easy. > > Prerequisits are rather more complex to install. > This looks pretty cool! While not universal, you might consider providing a container image that contains the necessary dependencies packaged together to simplify configurat

Fwd: Towards a new TeX font management

2025-04-23 Thread Pedro Andres Aranda Gutierrez
-- Forwarded message - From: Pedro Andres Aranda Gutierrez Date: Wed, 23 Apr 2025 at 17:58 Subject: Re: Towards a new TeX font management To: Ihor Radchenko No, you suggested to use unicode-math for xetex and lualatex and it is fine with me. Best, /PA On Wed, 23 Apr 2025 at 1

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-23 Thread Mike Kupfer
Ihor Radchenko wrote: > Mike Kupfer writes: > I still have a hard time reproducing, but I think that you gave me > enough clues to understand what might be the culprit. > May you try the attached patch? Apologies for the delay. Yes, with your patch I can no longer reproduce the problem. > > I

[PATCH] Fix for cache error when using org-publish-find-(title|date)

2025-04-23 Thread Thomas Ingram
Greetings, Several weeks ago I reached out regarding cache errors I was experiencing using org-publish-find-title and org-publish-find-date. I did some testing and was able to consistently reproduce the error '(wrong-type-argument hash-table-p nil)' in 'emacs -Q'. See steps below. I have attac

Re: Semantic Linking saves tedious work

2025-04-23 Thread Jean Louis
* Ihor Radchenko [2025-04-19 22:01]: > Jean Louis writes: > > > Semantic Linking saves tedious work > > > > Here is video how it works: > > https://www.youtube.com/watch?v=xk2VGnLYAkA > > ... > > Tools involved: Emacs Lisp functions, Python server for text chunking > > and LLM Nomic Embed Text m

Re: ob-octave: improve MATLAB support

2025-04-23 Thread Ihor Radchenko
John C writes: > I’ve been so busy with work. The last round of feedback was to split matlab > support from octave, which I started but didn’t get very far. I’ll try to > get back to this soon. > > Sorry for the delay, No problem and no need to say sorry. We are all volunteers here. By sending

Re: [BUG] C-c C-c doesn't update checkbox after making ready-only file read-write [9.7.11 (release_9.7.11 @ /usr/new/share/emacs/31.0.50/lisp/org/)]

2025-04-23 Thread Ihor Radchenko
Mike Kupfer writes: > ... Yes, with your patch I can no longer reproduce > the problem. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=24d155f148 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support O

Re: [BUG] Unable to use dvisvgm to preview LaTeX fragments when using dark theme

2025-04-23 Thread Ihor Radchenko
Karthik Chikmagalur writes: >> It looks like on main dvisvgm is putting rectangle with no color >> specification when we request black background - it is something Emacs >> does display differently from other svg viewers. Will things on your >> branch be different? > > I tested setting the :backg

Re: [BUG] org babel #+call: block does not eval :file elisp expression

2025-04-23 Thread Ihor Radchenko
Tom Gillespie writes: > I've tracked the issue down, but not sure about > the best way to fix it. I've attached a patch but > worry that it might have unintended side effects. The patch is correct I think. For side effects, you may introduce an optional argument EVAL instead of mandatory API cha

Re: Towards a new TeX font management

2025-04-23 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > here is my first patch in the process of coming closer to pandoc's way of > managing fonts for LaTeX export. > ... Didn't you already send this exact patch? See https://list.orgmode.org/877c3flzv0.fsf@localhost/T/#m56e31ee64e33df06eb8073c57ac0af5aaf4212fd

Re: Towards a new TeX font management

2025-04-23 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > This should be the good one. Apologies... Thanks! > Subject: [PATCH] Update org-latex-default-packages-alist > > * lisp/org.el: org-latex-default-packages-alist uses the same packages Please follow the changelog format as described in https://orgmode.org

Re: Towards a new TeX font management

2025-04-23 Thread Pedro Andres Aranda Gutierrez
This should be the good one. Apologies... /PA On Wed, 23 Apr 2025 at 18:00, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > No, you suggested to use unicode-math for xetex and lualatex and it is > > fine with me. > > But the patch you submitted still has > > +("" "

Towards a new TeX font management

2025-04-23 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, here is my first patch in the process of coming closer to pandoc's way of managing fonts for LaTeX export. Best, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Sagen's Paradeiser, write BE! Year 1 of the New Koprocracy From 7

Re: Fwd: [PATCH]: Add font specifications when exporting to LaTeX

2025-04-23 Thread Pedro Andres Aranda Gutierrez
Just a small progress report: I'm able to generate the following font prelude \directlua{ luaotfload.add_fallback ("fallback_sans",{ "Noto Color Emoji:mode=harf", "Noto Sans CJK JP:", }) luaotfload.add_fallback ("fallback_main",{ "Noto Color Emoji:mode=harf", "Noto Serif CJK JP:", })

Re: [DISCUSSION] Contributing policy for WORG

2025-04-23 Thread Bastien Guerry
Ihor Radchenko writes: > That would be welcome. You probably have a more clear picture of where > WORG should go. I will work on this and share something this week. -- Bastien