Ready to continue with the font feature branch

2025-08-30 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, oce you are back from your duties, I'm ready to continue with the integration of the font feature branch. 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

Re: Beamer export frame choice

2025-08-30 Thread Pedro Andres Aranda Gutierrez
Can this help? org-beamer-frame-environment is a variable defined in 'ox-beamer.el'. Its value is "frame" Original value was "orgframe" Name of the alternative beamer frame environment. In frames marked as fragile, this environment is used in place of the usual frame environment. This permits i

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 15.31 skrev Daniel Mendler : > Well, in the agenda buffer the habit graph looked correctly if I used > `·`, but only before the string resizing. I haven't configured Latin-1. > It should be all Unicode. I am not sure what was going on. Maybe in your setup the other org-habit-some

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
25 aug. 2025 kl. 22.31 skrev Daniel Mendler : > When using Unicode glyphs, org-habit-build-graph breaks due to a recent > change in Emacs master. Emacs master disallows resizing unibyte strings > to multibyte strings. > > (setq org-habit-overdue-glyph ?• > org-habit-alert-glyph ?• > org

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 03.39 skrev Daniel Mendler : > Yes, org-habit with Unicode characters works well again with your patch. Thank you, now pushed to Emacs master. I trust the Org people to sync as needed. >> (By the way, did the old code work if you used the glyph `·`?) > > If by old code you mean

Beamer export frame choice

2025-08-30 Thread Simon Brown
Hello, At the second level you can use BEAMER_ENV to choose something other than block in order to customise the frame. Is there a similar way to override frame at the top level. The beamer theme I'm using has a number of environments defined that I'd like to be able to pic from. Simon -- Sim

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 12.37 skrev Daniel Mendler : >> Exactly, and this is not an uncommon bug in string-mutating code: `aset` on >> unibyte strings 'worked' for ASCII and Unicode above 255, but not for >> 128..255. >> Thus the org-habit code was basically always broken in this sense. The recent >> mu

Re: Switching between Org projects ?

2025-08-30 Thread Rohit Patnaik
You could set up a .dir-locals.el [1] with your project-specific settings. That would allow you to specify config settings and even project-specific commands for a given directory. [1]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html

Switching between Org projects ?

2025-08-30 Thread David Masterson
Any suggestions on how to switch between Org projects? In this case, an Org project is a directory of Org files that, while you're working on them, you don't want anything from other Org projects to "leak" into what you are working on. I think thia ia basically having your Org (and Emacs) configu

[BUG] org-add-note doesn't work in column-view

2025-08-30 Thread Sławomir Grochowski
Dear all, I have noticed that `org-add-note' doesn't work in column view when a heading doesn't have any drawer. It throws an error on save: 'Text is read-only...'. To fix that, I added (let ((inhibit-read-only t)) some-function) before any function that was causing this error. I'm not sure th

Re: [Pre-PATCH] Overhaul of the LaTeX preview system: manual and NEWS

2025-08-30 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Any updates on the org-latex-preview review process? I can continue to > prepare for the merge this week, just waiting on your feedback. I am on a work trip. Do not have much time to review patches. Will come back in ~10 days. -- Ihor Radchenko // yantar92, Org

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 29 aug. 2025 kl. 12.37 skrev Daniel Mendler : > >>> Exactly, and this is not an uncommon bug in string-mutating code: `aset` on >>> unibyte strings 'worked' for ASCII and Unicode above 255, but not for >>> 128..255. >>> Thus the org-habit code was basically always bro

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 29 aug. 2025 kl. 03.39 skrev Daniel Mendler : > >> Yes, org-habit with Unicode characters works well again with your patch. > > Thank you, now pushed to Emacs master. I trust the Org people to sync as > needed. Thank you! >>> (By the way, did the old code work if yo

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 25 aug. 2025 kl. 22.31 skrev Daniel Mendler : > >> When using Unicode glyphs, org-habit-build-graph breaks due to a recent >> change in Emacs master. Emacs master disallows resizing unibyte strings >> to multibyte strings. >> >> (setq org-habit-overdue-glyph ?• >>