Re: [BUG] beamer export -- text inside section, before next headline, has no frame [9.5.2 (9.5.2-ge7ea95 @ /home/hugo/.config/emacs/straight/build/org/)]

2022-02-04 Thread Eric S Fraga
Dear Hugo, On Thursday, 3 Feb 2022 at 17:26, Hugo Heagren wrote: > I have org-beamer-frame-level set to 2, so when exporting to beamer, > top-level headlines become sections, and second-level headlines become > frames. I often want to include a short explanation/intro of the > section, before mov

Re: Hourly repeating tasks only shown once per day in org-agenda

2022-02-04 Thread Ihor Radchenko
JG writes: > * TODO Checking twice a day > <2021-12-08 Wed 7:00 +12h> > > In the org-agenda I would expect to see the event appear twice a day at > 7:00 and 19:00 every day, but instead I see it appear once a day at the > time in the timestamp. Confirmed. Best, Ihor

Re: Problem with org-babel and geiser

2022-02-04 Thread Bob Heffernan
On 22-02-04 15:00, Ihor Radchenko wrote: > Does the patch in > https://orgmode.org/list/3462869.oopU1TnKvU@felipe-thinkpad-x200 help? Ihor, Thank you for your response. The patch you linked does seem to be intended to fix this issue. However, I have no experience with applying a patch (to Emacs

Experience report on org 9.6-dev perf improvement for tangling noweb-ref heavy files

2022-02-04 Thread pareto optimal
Hi! I reported an issue with org-babel-tangle performance issues with lots of noweb references here: https://lists.gnu.org/archive/html/emacs-orgmode/2022-01/msg00484.html Using 2b49d6fd9c04020a8132bfcfffa449e3e05b47e1 on my personal (but not yet public) config that demonstrated that issue I se

Shell SRC blocks under Windows

2022-02-04 Thread H. Dieter Wilhelm
Hello I installed the software distribution MSYS2 https://www.msys2.org/. And I'd like to call its various shells in org src blocks. First I tried to set explicit-shell-file-name but then my LaTeX exports don't work any longer. Is is it possible to extend org-mode's src blocks with org-babel-sh

Re: Shell SRC blocks under Windows

2022-02-04 Thread Michael Powe
On 2/4/2022 15:15, H. Dieter Wilhelm wrote: Hello I installed the software distribution MSYS2 https://www.msys2.org/. And I'd like to call its various shells in org src blocks. First I tried to set explicit-shell-file-name but then my LaTeX exports don't work any longer. Is is it possible t

A couple of `org-priority' fixes

2022-02-04 Thread Alex Giorev
I found a couple of problems in org-priority, I think these patches fix them. - The first patch is truly minor, it just adds a bit to the docstring - The problem which prompted the second patch arises when all priorities are lowercase (you can test this by evaluating (setq org-priority-highest ?a o

[BUG] org-bibtex-yank does not recognise bibtex entry [9.6 (9.6-??-e7ea951 ]

2022-02-04 Thread Günter Lichtenberg
Hi there In short: Expected: Bibtex text is yanked as an orgmode entry Actually Happening: Error thrown, nothing yanked I do not seem to be able to yank bibtex entries anymore. Trying `org-bibtex-yank' on randomly picked bibtex text ┌ │ @article{huang2008ghg, │ title={GHG emissions, GDP g

Re: Experience report on org 9.6-dev perf improvement for tangling noweb-ref heavy files

2022-02-04 Thread Ihor Radchenko
pareto optimal writes: > Hi! I reported an issue with org-babel-tangle performance issues with lots of > noweb references here: > > https://lists.gnu.org/archive/html/emacs-orgmode/2022-01/msg00484.html > > Using 2b49d6fd9c04020a8132bfcfffa449e3e05b47e1 on my personal (but not yet > public) con