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

2025-08-25 Thread General discussions about Org-mode.
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-habit-today-glyph ?• org-habit-completed-glyph ?◦)

Beamer export frame choice

2025-08-25 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